Noble Paul
|
5e61a97033
|
SOLR-6476 change the error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631420 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-13 14:37:55 +00:00 |
Shalin Shekhar Mangar
|
169b0a41cf
|
SOLR-5852: Add CloudSolrServer helper method to connect to a ZK ensemble
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631409 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-13 14:23:24 +00:00 |
Noble Paul
|
9a9444a642
|
SOLR-6476 refactored to get the Operation class outside
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631397 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-13 14:01:25 +00:00 |
Shalin Shekhar Mangar
|
5f002f0f66
|
Use diamond operator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631375 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-13 13:06:32 +00:00 |
Anshum Gupta
|
67bff82e65
|
SOLR-5986: Removing a todo that was introduced with a prior commit. It doesn't make any sense now as partialResults are now returned in all cases where timeAllowed kicks in
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631145 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-12 04:16:00 +00:00 |
Timothy Potter
|
98e1abe532
|
SOLR-6529: Stop command in the start scripts should only stop the instance that it had started
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630606 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 22:28:05 +00:00 |
Anshum Gupta
|
3f603bdd87
|
SOLR-5986: Fix tests and start returning partial results in case of ExitingReaderException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630583 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 20:07:46 +00:00 |
Gregory Chanan
|
2da8697230
|
SOLR-6609: queryParams not respected for single-stream UpdateRequests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630576 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 20:00:32 +00:00 |
Timothy Potter
|
3f566e6e91
|
SOLR-6549: add a -s option to set the -Dsolr.solr.home property, thus allowing multiple Solr nodes on the same host to share the same server directory -d but with different Solr home directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630550 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 18:42:21 +00:00 |
Shalin Shekhar Mangar
|
e7f194c1dc
|
SOLR-6605: Make ShardHandlerFactory maxConnections configurable (This closes #99)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 16:47:11 +00:00 |
Dawid Weiss
|
733d67246c
|
Update RR to version 2.1.9 (minor fixes here and there).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630486 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 14:25:24 +00:00 |
Shalin Shekhar Mangar
|
d5191d5674
|
SOLR-6603: LBHttpSolrServer - lazily allocate skipped-zombie-servers list. (This closes #97)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630285 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-09 05:32:06 +00:00 |
Shalin Shekhar Mangar
|
791ccec5c0
|
SOLR-6545: Query field list with wild card on dynamic field fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630169 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-08 16:36:03 +00:00 |
Erick Erickson
|
aa5227c99f
|
SOLR-6513: Add a collectionsAPI call BALANCESLICEUNIQUE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630143 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-08 15:28:42 +00:00 |
Timothy Potter
|
1979ac573d
|
SOLR-6157: re-enable this test to see if it runs consistently on Jenkins (beast passed 20/20)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630140 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-08 15:23:44 +00:00 |
Timothy Potter
|
511996c5ba
|
SOLR-6511: keep track of the node that created the leader-initiated recovery znode, helpful for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629966 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-07 19:35:12 +00:00 |
Tomas Eduardo Fernandez Lobbe
|
4244b5f82d
|
SOLR-6589: Test is fixed by the commit in SOLR-6590
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629923 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-07 16:34:49 +00:00 |
Adrien Grand
|
3f99989544
|
LUCENE-5996: Collections.shuffle(List) is now a forbidden API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629920 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-07 16:22:39 +00:00 |
Robert Muir
|
83d58d7761
|
LUCENE-5995: upgrade to ICU 54.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5995@1629796 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-07 02:38:14 +00:00 |
Anshum Gupta
|
c3c3f29a7d
|
SOLR-6597: Removed SolrIndexConfig parameter from one of the SolrIndexSearcher constructor, where it was never really used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629772 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-06 21:54:58 +00:00 |
Timothy Potter
|
d308344af8
|
SOLR-6511: Better handling of ZooKeeper related exceptions when deciding to start the leader-initiated recovery nag thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629720 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-06 17:50:49 +00:00 |
Timothy Potter
|
ac7621e607
|
SOLR-6592: Avoid waiting for the leader to see the down state if that leader is not live.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629719 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-06 17:50:00 +00:00 |
Noble Paul
|
e8afe4f5c5
|
SOLR_-6590
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629624 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-06 12:16:42 +00:00 |
Tomas Eduardo Fernandez Lobbe
|
74ca91be6c
|
SOLR-6589: Ignoring testExampleConfig until there is a fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629517 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-05 17:56:14 +00:00 |
Robert Muir
|
35160fd56a
|
LUCENE-5969: Lucene 5.0 codec, round two
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629499 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-05 14:01:13 +00:00 |
Noble Paul
|
c1fb329601
|
SOLR-6585
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629433 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-04 18:01:03 +00:00 |
Robert Muir
|
59a2b79deb
|
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1629403 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-04 15:08:32 +00:00 |
Chris M. Hostetter
|
72c3b1bdc9
|
SOLR-5986: comment out failing assertion in TestDistributedSearch until anshum can review/fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629329 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-03 21:55:24 +00:00 |
Tomas Eduardo Fernandez Lobbe
|
26c9773c6c
|
SOLR-6587: Correct exception thrown on bad collection configuration in SolrCloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629305 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-03 20:16:59 +00:00 |
Timothy Potter
|
c44e4ee0ff
|
SOLR-6249: support re-establishing a new watcher on the managed schema znode after zk session expiration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629229 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-03 15:28:41 +00:00 |
Shalin Shekhar Mangar
|
bc573db32f
|
SOLR-6530: Reopen the socket proxy after test finishes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629107 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-03 03:41:01 +00:00 |
Anshum Gupta
|
8a004bc63d
|
SOLR-6564: Fix failing CloudExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629062 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 20:30:41 +00:00 |
Erick Erickson
|
8091ab7838
|
SOLR-6577: The ability to add or change arbitrary replica properties must not allow the system properties to be changed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629033 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 18:15:13 +00:00 |
Timothy Potter
|
a27605a8d9
|
SOLR-6550: mention this fix in other changes section of solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628992 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 15:01:48 +00:00 |
Shalin Shekhar Mangar
|
14a98ba5d5
|
SOLR-6530: Commits under network partitions can put any node in down state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628945 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 11:31:16 +00:00 |
Shalin Shekhar Mangar
|
88f7e7c687
|
SOLR-6564: Fix failing SolrInfoMBeanTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628927 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 10:34:46 +00:00 |
Adrien Grand
|
322b697b03
|
LUCENE-5984: Remove ChainedFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628923 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 10:20:26 +00:00 |
Anshum Gupta
|
359ab18b75
|
SOLR-6564: Fix failing ExitableDirectoryReader tests for Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628872 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-02 00:58:50 +00:00 |
Erick Erickson
|
aa2f8bad25
|
SOLR-6512: Add a collections API call to add/delete arbitrary properties to a specific replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628773 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-01 16:57:49 +00:00 |
Noble Paul
|
c48f927d10
|
SOLR-6476
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628747 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-01 15:58:15 +00:00 |
Noble Paul
|
041ea20853
|
SOLR-6476
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628734 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-01 15:20:48 +00:00 |
Adrien Grand
|
8f96faf3d3
|
LUCENE-5938: Add a new sparse fixed bit set and remove ConstantScoreAutoRewrite.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628402 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-30 11:52:23 +00:00 |
Timothy Potter
|
41f65776d3
|
SOLR-6511: adjust test logic to account for timing issues in zk session expiration scenario.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628203 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-29 15:19:13 +00:00 |
Timothy Potter
|
975f1b5bff
|
SOLR-6249: Schema API changes return success before all cores are updated
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628181 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-29 13:41:04 +00:00 |
Robert Muir
|
24005cdcc5
|
LUCENE-5969: fix compile/javadocs, tighten up backwards codecs, add more safety to 5.x fields/vectors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1628070 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-28 14:36:00 +00:00 |
Michael McCandless
|
7ec55f26ea
|
Lucene/Solr 4.10.1 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628016 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-27 22:38:18 +00:00 |
Gregory Chanan
|
d1499bffa3
|
SOLR-6565: SolrRequest support for query params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627898 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-26 22:04:14 +00:00 |
Anshum Gupta
|
bf85362347
|
SOLR-6564: Fix failing ExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627678 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-25 23:17:07 +00:00 |
Anshum Gupta
|
b820bf78f3
|
SOLR-5986: Add an ExitableDirectoryReader in Lucene and use that to support exiting of long running queries in Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627622 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-25 19:42:07 +00:00 |
Gregory Chanan
|
fe0c5d68f5
|
SOLR-6543: Give HttpSolrServer the ability to send PUT requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627460 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-25 06:04:05 +00:00 |
Timothy Potter
|
3f31f26d3d
|
SOLR-6511: Fencepost error in LeaderInitiatedRecoveryThread; refactor HttpPartitionTest to resolve jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627347 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 15:21:47 +00:00 |
Noble Paul
|
16c4a3cd91
|
SOLR-6453
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627343 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 15:14:16 +00:00 |
Noble Paul
|
defaa27e69
|
SOLR-6485
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627340 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 14:47:37 +00:00 |
Ryan Ernst
|
83cbdfda3d
|
LUCENE-5569: Rename more locations in test classes and comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627258 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 08:47:38 +00:00 |
Noble Paul
|
19cd9a06fd
|
diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627215 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 04:32:27 +00:00 |
Noble Paul
|
e943f4e1e4
|
diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627214 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 04:26:23 +00:00 |
Robert Muir
|
1f7d89668e
|
LUCENE-5969: Add Lucene50Codec (infos, dv, norms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627187 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 00:59:50 +00:00 |
Ryan Ernst
|
85bf318173
|
LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627178 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 23:51:55 +00:00 |
Timothy Potter
|
52a787e311
|
SOLR-6550: Provide simple mechanism for passing additional metadata / context about a server-side SolrException back to the client-side
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627154 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 20:29:14 +00:00 |
Noble Paul
|
e096d4ae93
|
related to the failures seen here SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627122 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 19:19:57 +00:00 |
Shalin Shekhar Mangar
|
cc2baddb76
|
Add collection name to the error message logged in OCP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627078 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 16:11:41 +00:00 |
Robert Muir
|
1dd2ecb282
|
LUCENE-5969: move bumping default codec/dv/pf in tests to TestUtil methods, put blocktreeords in rotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626921 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 00:52:39 +00:00 |
Chris M. Hostetter
|
34890299da
|
SOLR-6354: stats.field can now be used to generate stats over the numeric results of arbitrary functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626856 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 17:45:53 +00:00 |
Timothy Potter
|
4e7cc1a695
|
SOLR-6509: Solr start scripts interactive mode doesn't honor -z argument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626847 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 17:23:14 +00:00 |
Timothy Potter
|
5703c00949
|
SOLR-6486: solr start script can have a debug flag option; use -a to set arbitrary options.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626833 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 16:48:32 +00:00 |
Timothy Potter
|
8a69b1d6cb
|
SOLR-6484: SolrCLI's healthcheck action needs to check live nodes as part of reporting the status of a replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626823 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 16:33:56 +00:00 |
Timothy Potter
|
05a55f9786
|
SOLR-6481: CLUSTERSTATUS action should consult /live_nodes when reporting the state of a replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626818 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 16:17:16 +00:00 |
Timothy Potter
|
e8e49968c9
|
SOLR-6233: Minor refactorings provided by Steve Davids.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626802 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 15:11:20 +00:00 |
Steven Rowe
|
07dec8cab8
|
SOLR-5474 Fix NPE in tests (some more)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626602 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-21 16:02:00 +00:00 |
Michael McCandless
|
f8a74cb587
|
LUCENE-5952: better error messages when version fails to parse; use simpler string tokenizer; don't check major versions at such a low level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626550 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-21 09:44:11 +00:00 |
Noble Paul
|
346e8f52bd
|
SOLR-5474 NPE in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626534 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-21 07:01:23 +00:00 |
Steven Rowe
|
459a94d93d
|
simplify build.xml: specialization for test.lib.dir and test-lib resolution are no longer needed, since they're now defined in ../contrib-build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626429 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-20 12:41:15 +00:00 |
Uwe Schindler
|
0d8d2b9e12
|
Sync Solr changes in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626396 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-20 07:54:51 +00:00 |
Anshum Gupta
|
6824f9b401
|
SOLR-6544: Fix extra iterations and unwanted arguments in helper methods in DeleteReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626328 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 20:59:15 +00:00 |
Timothy Potter
|
9f9be3f3c2
|
SOLR-6370: Allow tests to report/fail on many ZK watches being parallelly requested on the same data (This closes #84)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626253 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 15:48:44 +00:00 |
Uwe Schindler
|
7ec331a6d8
|
Add missing package.html description
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626237 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 14:37:11 +00:00 |
Uwe Schindler
|
2d67a3d0c4
|
Fix broken Javascript making jtidy fail.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626232 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 14:23:54 +00:00 |
Shalin Shekhar Mangar
|
17d39200df
|
Escape tag name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626227 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 14:22:19 +00:00 |
Noble Paul
|
3d9b888f0f
|
SOLR-5473 use zk.clean() instead of zk.delete()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626131 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 06:30:17 +00:00 |
Noble Paul
|
f16af7afc0
|
SOLR-6365 <paramSet> renamed to <initParams>
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626045 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 18:45:46 +00:00 |
Uwe Schindler
|
002860d524
|
LUCENE-5944: Bump version in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625976 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 13:37:14 +00:00 |
Shalin Shekhar Mangar
|
442f787693
|
SOLR-6115: Fix enum usage in DeleteReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625897 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 07:03:57 +00:00 |
Shalin Shekhar Mangar
|
237478f09b
|
SOLR-6115: Cleanup enum/string action types in Overseer, OverseerCollectionProcessor and CollectionHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625891 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 05:43:04 +00:00 |
Uwe Schindler
|
7978fccfb0
|
SOLR-6519: Also allow "single" for HDFS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625731 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 18:36:11 +00:00 |
Uwe Schindler
|
6dddd1d6b2
|
SOLR-6519: Add back "single" lock factory type to StandardDirectoryFactory (to prevent test randomization from failing). Should be discussed in separate issue.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625724 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 18:29:22 +00:00 |
Uwe Schindler
|
1866163a72
|
SOLR-6519: Make DirectoryFactory#create() take LockFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625644 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 16:30:46 +00:00 |
Erick Erickson
|
c004edbb7a
|
SOLR-6482: Omitted tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625441 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 00:49:55 +00:00 |
Yonik Seeley
|
f8a4f61fe0
|
add overview.html file to analytics contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 20:35:54 +00:00 |
Yonik Seeley
|
21bb022d62
|
SOLR-5302: move analytics component to contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625331 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 15:29:54 +00:00 |
Robert Muir
|
e73e624af5
|
LUCENE-5949: Add Accountable.getChildResources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625275 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 13:26:55 +00:00 |
Chris M. Hostetter
|
a0e0d79233
|
SOLR-6507: Fixed several bugs involving stats.field used with local params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625163 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-15 21:00:32 +00:00 |
Erick Erickson
|
e381b67e93
|
SOLR-6482: Add an onlyIfDown flag for DELETEREPLICA collections API command
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624930 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-15 03:08:05 +00:00 |
Uwe Schindler
|
0dcd2f3e65
|
SOLR-6518: CachingDirectoryFactory subclasses must init directory with NoLockFactory, because the real lock factory gets set later via injectLockFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624928 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-15 00:49:27 +00:00 |
Uwe Schindler
|
3bb1cfb449
|
Don't use a SimpleFSLockFactory for RAMDirectoryFactory in Solr (fails tests in trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624924 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-14 23:26:17 +00:00 |
Robert Muir
|
3eb66fb19c
|
LUCENE-5945: Full cutover to Path api from java.io.File
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624784 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-13 21:46:29 +00:00 |
Noble Paul
|
ef634712ca
|
SOLR-5473 removed unused APi, logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624770 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-13 17:40:59 +00:00 |
Noble Paul
|
3525a56010
|
SOLR-6514
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624717 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-13 08:51:39 +00:00 |
Chris M. Hostetter
|
4517445467
|
SOLR-5473, SOLR-5474, SOLR-5810 ... NO SVN KEYWORDS! ! !
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624650 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-12 21:12:20 +00:00 |
Steven Rowe
|
125feae224
|
SOLR-6508: SolrSchemalessExampleTests -> SolrSchemalessExampleTest (removed trailing 's' blocking execution under Ant); example-schemaless solr home is now copied to a temp dir before executing the tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624616 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-12 19:00:39 +00:00 |
Noble Paul
|
7888a43541
|
split clusterstate.json SOLR-5473, SOLR-5474, SOLR-5810
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624556 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-12 14:11:17 +00:00 |