Robert Muir
|
290ae62a44
|
LUCENE-4933: collapse Exact/SloppySimScorer into SimScorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1490971 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-08 12:42:36 +00:00 |
Chris M. Hostetter
|
d342f49051
|
SOLR-4906: fix UpdateRequestProcessorChain class javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1490782 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-07 18:56:46 +00:00 |
Steven Rowe
|
f28d9b855e
|
SOLR-4891: Fix corruption of BigInteger values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 15:27:31 +00:00 |
Steven Rowe
|
a819fcbf8a
|
SOLR-4891: JsonLoader should preserve field value types from the JSON content stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489676 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 00:47:43 +00:00 |
Chris M. Hostetter
|
9f5d970641
|
SOLR-4744: hackish attempt to get basic non cloud functionality to work again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489222 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 23:01:20 +00:00 |
Shalin Shekhar Mangar
|
2456fe59c0
|
SOLR-4744: Update failure on sub shard is not propagated to clients by parent shard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489138 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 20:02:30 +00:00 |
Chris M. Hostetter
|
e38d831c4f
|
SOLR-4858: svn add missing test class, and remove nocommit that was overriding randomization of updateLog in SolrTestCaseJ4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488431 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 23:42:51 +00:00 |
Yonik Seeley
|
b3acf03c7e
|
SOLR-4858: increase ulog test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488365 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 19:40:51 +00:00 |
Yonik Seeley
|
145772accb
|
SOLR-4858: call ulog.init on core reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488349 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 18:37:24 +00:00 |
Uwe Schindler
|
7239a57a51
|
SOLR-4881: Fix DocumentAnalysisRequestHandler to correctly use EmptyEntityResolver to prevent loading of external entities like UpdateRequestHandler does
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487976 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 18:58:58 +00:00 |
Uwe Schindler
|
fecb6fb0a2
|
SOLR-4877, LUCENE-5023: Removed SolrIndexSearcher#getDocSetNC()'s special case for handling TermQuery to prevent NullPointerException if reader does not have fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 16:22:29 +00:00 |
Shalin Shekhar Mangar
|
2c1af23df7
|
SOLR-4870: RecentUpdates.update() does not increment numUpdates loop counter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487897 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 15:34:21 +00:00 |
Shalin Shekhar Mangar
|
f9a5dc2c88
|
SOLR-4855: DistributedUpdateProcessor doesn't check for peer sync requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487538 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 16:40:28 +00:00 |
Shawn Heisey
|
a79ffdfeee
|
SOLR-4868: fix inability to set root logger in Log4JWatcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487294 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 06:02:17 +00:00 |
Shalin Shekhar Mangar
|
ee096e5cf8
|
SOLR-4863: Removed non-existent attribute sourceId from dynamic JMX stats to fix AttributeNotFoundException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487236 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 04:55:13 +00:00 |
Chris M. Hostetter
|
277c65f9b9
|
additional examples of the switch parser inspired by a recent email thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487166 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-28 23:42:48 +00:00 |
Jan Høydahl
|
d7f397056b
|
SOLR-4785: Fixed bug with missing boost on toplevel query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1486898 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-28 12:09:13 +00:00 |
Mark Robert Miller
|
2d716bfa97
|
SOLR-4745: Do not pass a SolrCore in ZkController.preRegister()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485835 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 19:35:52 +00:00 |
Mark Robert Miller
|
6edd7326fd
|
SOLR-4814: If a SolrCore cannot be created it should remove any information it published about itself from ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485831 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 19:17:46 +00:00 |
Erick Erickson
|
db6899a0ed
|
SOLR-4849, test failures due to windows pathing issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485403 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-22 20:23:40 +00:00 |
Erik Hatcher
|
6a9fc2aa55
|
SOLR-4842: merge an additional test case from branch_4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484889 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 17:44:34 +00:00 |
Erik Hatcher
|
850edd0251
|
SOLR-4842: merge from branch_4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484884 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 17:33:34 +00:00 |
Mark Robert Miller
|
2e716bad60
|
test logging: key by hashCode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484795 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 13:23:03 +00:00 |
Koji Sekiguchi
|
420bb8c36e
|
SOLR-4751: fix replication problem of files in sub directory of conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483620 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 00:28:54 +00:00 |
Yonik Seeley
|
069387266e
|
SOLR-4829: fix tlog leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483561 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 20:49:59 +00:00 |
Robert Muir
|
f8c39032e0
|
fix test leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483140 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 01:13:56 +00:00 |
Mark Robert Miller
|
971fae640f
|
SOLR-4825: Port SolrLogFormatter to log4j
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483088 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 21:18:57 +00:00 |
Mark Robert Miller
|
b56b7edd50
|
fix test for windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482983 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 18:05:05 +00:00 |
Mark Robert Miller
|
93d7c7ae6b
|
SOLR-4734: Leader election fails with an NPE if there is no UpdateLog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482955 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 17:01:49 +00:00 |
Robert Muir
|
9728aaca9f
|
send test logs to stderr again like before (makes it easier to separate from debugging SOPs)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 15:53:57 +00:00 |
Robert Muir
|
ca404e3ec0
|
SOLR-4448: Allow the solr internal load balancer to be more easily pluggable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482600 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 21:29:52 +00:00 |
Robert Muir
|
93201959b8
|
SOLR-4785: add gbowyer's tests to unbreak build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481977 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 17:23:03 +00:00 |
Robert Muir
|
5b27bf880b
|
filter out 'hidden' directories with a regex filter instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481954 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 16:29:40 +00:00 |
Mark Robert Miller
|
c8178bd351
|
tests: improve test fail msg for easier debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 10:16:42 +00:00 |
Mark Robert Miller
|
ce5f508ff5
|
SOLR-4234: Add support for binary files in ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481675 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 00:30:25 +00:00 |
Jan Høydahl
|
1cd6be0712
|
SOLR-4785: New MaxScoreQParserPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481651 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-12 21:23:37 +00:00 |
Shalin Shekhar Mangar
|
aec783468c
|
SOLR-4806: Shard splitting does not abort if WaitForState times out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481145 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 19:01:20 +00:00 |
Shawn Heisey
|
3f0814fb79
|
SOLR-4760: fix typo in re-added bracket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481129 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 18:19:06 +00:00 |
Erick Erickson
|
08a140dcf5
|
SOLR-4790, Defining a core with the same name should throw an error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481079 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 16:26:47 +00:00 |
Mark Robert Miller
|
caf6b7f3c9
|
SOLR-4751: revert for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481030 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 14:35:11 +00:00 |
Erick Erickson
|
fddfe20f9d
|
Test fix for SOLR-4760
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480998 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 12:52:25 +00:00 |
Koji Sekiguchi
|
1ce5ec4b99
|
SOLR-4751: fix replication problem of files in sub directory of conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480988 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 12:07:29 +00:00 |
Shawn Heisey
|
f3bb1d7d6f
|
SOLR-4760: Include core name in logs when loading schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480882 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 05:51:39 +00:00 |
Chris M. Hostetter
|
ca6a3a1b5f
|
SOLR-4803: Fixed core discovery mode (ie: new style solr.xml) to treat 'collection1' as the default core name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480515 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 01:20:50 +00:00 |
Shalin Shekhar Mangar
|
5ef9e9eff4
|
SOLR-4797: Shard splitting creates sub shards which have the wrong hash range in cluster state. This happens when numShards is not a power of two and router is compositeId
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480478 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 21:57:31 +00:00 |
Yonik Seeley
|
72065147d7
|
SOLR-4798: use correct router during index splitting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480383 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 18:10:56 +00:00 |
Robert Muir
|
e19e272d62
|
SOLR-4791: Use URLClassLoader.close() to try to release jar files from URLClassLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480362 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 17:21:46 +00:00 |
Erick Erickson
|
dcc27e14b6
|
Fix for SOLR-4791, sharedLib in solr.xml doesn't work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480228 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 11:34:23 +00:00 |
Chris M. Hostetter
|
a039f476c8
|
SOLR-4622: Hardcoded SolrCloud defaults for hostContext and hostPort that were deprecated in 4.3 have been removed completely.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480160 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 04:52:38 +00:00 |
Shalin Shekhar Mangar
|
3ffb10b13e
|
SOLR-4795: Sub shard leader should not accept any updates from parent after it goes active
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480113 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-07 22:02:13 +00:00 |