Chris M. Hostetter
0b348028ed
SOLR-3183: de-forrest solr now that the website uses the Apache CMS. Move the existing forrest-to-html tutorial into the javadocs and prune it's formating/navigation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297806 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 00:20:31 +00:00
Ryan McKinley
a6af5d8181
LUCENE-3795: updating to trunk
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1297785 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 23:17:08 +00:00
Ryan McKinley
5811b6229a
SOLR-141: Errors and Exceptions are formated by ResponseWriter.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297749 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 21:59:31 +00:00
Martijn van Groningen
bf90ce175d
SOLR-3190: Minor improvements to SolrEntityProcessor.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297656 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 19:16:39 +00:00
Ryan McKinley
379cc6720d
SOLR-3208: adding a note that the logging is just a stub...
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297601 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:50:13 +00:00
Ryan McKinley
58e3736862
SOLR-3202: remove JSP support and the old admin UI
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297578 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:04:19 +00:00
Sami Siren
4ebf04948b
SOLR-3187: SystemInfoHandler leaks filehandles
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297423 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 11:08:14 +00:00
Uwe Schindler
989530e17e
LUCENE-3850: Fix rawtypes warnings for Java 7 compiler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297048 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 13:34:40 +00:00
Martijn van Groningen
60d9caa11e
SOLR-3195: timeAllowed is ignored for grouping queries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296996 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 10:31:30 +00:00
Dawid Weiss
ff27ca3738
LUCENE-3847: LuceneTestCase will now check for modifications of System properties before and after each test (and suite). If changes are detected, the test will fail. A rule can be used to reset system properties to before-scope state (and this has been used to make Solr tests pass).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296888 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 22:03:20 +00:00
Mark Robert Miller
726ac1883a
audit clearing sys props
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296855 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:52:20 +00:00
Yonik Seeley
36126c9b1f
SOLR-3180: simplify core reference counting by just using the same core for the full duration of recovery for now
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296854 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:51:45 +00:00
Mark Robert Miller
54b79934ea
make sure we clear numShards sys prop
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296852 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:39:27 +00:00
Mark Robert Miller
5007616835
SOLR-3199: this test was not clearing the bootstrap_confdir sys prop it sets
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296847 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:06:04 +00:00
Yonik Seeley
8c7c6890ad
logging: improve for RecoveryStrategy
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296839 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 17:23:38 +00:00
Christian Moen
430365f7cc
Kuromoji now produces both compound words and the segmentation of those words in search mode (LUCENE-3767)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296805 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 13:34:13 +00:00
Koji Sekiguchi
ff0650ffa4
fix delimiter string
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296786 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 12:35:26 +00:00
Koji Sekiguchi
cc1da9b073
fix javadoc typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296768 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 08:41:36 +00:00
Koji Sekiguchi
15f678e648
fix javadoc typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296767 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 08:38:37 +00:00
Yonik Seeley
7cf946898d
SOLR-3180: do an explicit commit and not just close when shutting down
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296712 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 22:01:36 +00:00
Mark Robert Miller
fc3972fa1f
boost how long we are willing to wait for config info to show up in cluster state
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296692 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 20:31:00 +00:00
Mark Robert Miller
6a6c1ed04e
wait for leaders on startup for slow/busy comps
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296659 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 16:38:25 +00:00
Mark Robert Miller
e9c9011737
add a long leader wait at the start of this test for slow/busy comps
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296646 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 15:48:34 +00:00
Mark Robert Miller
b2257563e3
SOLR-3194: Attaching a commit to an update request results in too many commits on each node.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296631 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 14:47:38 +00:00
Yonik Seeley
fbe25c380d
SOLR-3180: harden erratic shutdowns, allow more than one tlog to recover on startup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296493 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 22:12:44 +00:00
Ryan McKinley
03d560ee05
SOLR-2719: adding test, with @Ignore for regressions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296434 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 20:17:07 +00:00
Simon Willnauer
f303bcd465
LUCENE-3807: Cleanup Suggest / Lookup API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296268 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 15:59:55 +00:00
Dawid Weiss
2c94c522fd
A side effect of LUCENE-3808: validation of shadowed static hooks
...
indicated this one as the violator. Since this is empty and cannot be
overriden anyway I'm removing it.
Removed shadowed empty afterClass() hook.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296238 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 15:01:34 +00:00
Dawid Weiss
9d55bcc9ca
Fixed a test failing on Windows (slash/backslash inconsistency). I check for an alternative, don't know if it should be normalized on persist.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296150 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 11:29:48 +00:00
Yonik Seeley
07865addca
cloud: fix distributed deadlock w/ deleteByQuery
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295665 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 16:41:54 +00:00
Tommaso Teofili
e894e7c542
[SOLR-3013] - fix the build of solr-uima
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295594 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 14:45:13 +00:00
Tommaso Teofili
41ddc259d7
[SOLR-3013] - removed unneded custom ant configuration for solr-uima
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295508 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 10:58:57 +00:00
Tommaso Teofili
a42dbcc647
[SOLR-3013] - adding analyzers-uima pathelement to fix error in javadocs generation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295501 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 10:32:15 +00:00
Ryan McKinley
fdb0bd695e
LUCENE-3795: moving prefix/tree stuff into strategy
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1295444 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 07:35:03 +00:00
Tommaso Teofili
0c5c13e157
[SOLR-3013] - removing the ae package from Solr as it's now under analysis/uima module, adding the Solr factories for UIMA based tokenizers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295330 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 22:43:12 +00:00
Sami Siren
4633ae38d4
SOLR-3080: add entry to changelog
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295001 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 07:54:30 +00:00
Ryan McKinley
effa52b18f
SOLR-3134: Adding test and fix from Russell Black
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294995 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 07:32:02 +00:00
Sami Siren
dcaf6be3e4
SOLR-3165: make DIH work with solrcloud
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294990 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 07:07:40 +00:00
Ryan McKinley
bb9b30bf57
LUCENE-3795: get maven build to work. Add spatial4j jar file to solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1294980 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 05:43:24 +00:00
Ryan McKinley
b3f2ad655f
LUCENE-3795: move back to single project layout. Add spatial4j jar file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1294974 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 05:17:39 +00:00
Yonik Seeley
6dc05950ae
SOLR-3157: remove isTestLoggingFormat
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294968 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 04:16:17 +00:00
Yonik Seeley
19652ce169
SOLR-3157: restrict changes to logging string to formatter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294967 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 04:12:35 +00:00
Chris M. Hostetter
29a7c260fe
LUCENE-2604: add '/' to the list of chars in the various escape functions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294965 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 03:58:41 +00:00
Mark Robert Miller
29f9a15de5
fix spelling
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294963 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 03:52:08 +00:00
Yonik Seeley
b2d288d5df
SOLR-3157: improve logging, add path/params to updates
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294916 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 00:38:16 +00:00
Yonik Seeley
2b055c2195
SOLR-3157: improve logging, restore legacy logging if not testing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294911 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 00:12:44 +00:00
Mark Robert Miller
f75eae6217
throw a good error rather than NPE when no collection is found to request against
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294894 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 23:36:53 +00:00
Mark Robert Miller
7a8db2fcff
use qt param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294862 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 22:25:29 +00:00
Mark Robert Miller
28fb9a4cbc
parallelize
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294843 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 21:29:54 +00:00
Mark Robert Miller
6f40a126e6
only add a close hook for the httpshardhandlerfactory if *we* created it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294723 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 16:35:05 +00:00
James Dyer
436ba5ff34
SOLR-3033/SOLR-3168: uncomment-out tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294714 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 16:13:25 +00:00
James Dyer
390454fba6
SOLR-3168: "numberToKeep" backups doesn't ever keep more than 1
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294703 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 15:53:13 +00:00
James Dyer
af77642d82
SOLR-3033: "numberToKeep" on replication handler does not work with "backupAfter"
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294702 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 15:50:31 +00:00
Jan Høydahl
3e14f86161
SOLR-3172: luceneMatchVersion of solrconfig-languageidentifier.xml hardcoded to LUCENE_35
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294648 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 13:41:29 +00:00
Sami Siren
d6fa94970f
fix build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294505 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 07:52:12 +00:00
Sami Siren
af16f0da65
add more scripting to help testing different scenarios
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294489 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 07:05:37 +00:00
Yonik Seeley
0b7cf94411
improve logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294466 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 05:29:52 +00:00
Mark Robert Miller
9f2a64a95e
improve unused distrib core cmd action a little bit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294465 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 05:26:19 +00:00
Yonik Seeley
7464d5360b
SOLR-3170: don't use default params
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294400 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 23:48:22 +00:00
Mark Robert Miller
a766b67aed
we need to retry when asking for a leader
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294347 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 21:43:50 +00:00
Yonik Seeley
80ed367c4b
logging improvements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294309 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 20:15:21 +00:00
Mark Robert Miller
742acdb15d
don't replicate conf files in solrcloud mode - we don't have access to the raw fs conf dir
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294304 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 19:49:30 +00:00
Yonik Seeley
d41c7651d4
fix nocommit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294237 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 17:32:57 +00:00
Yonik Seeley
ec52a87046
SOLR-3157: improve test logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294212 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 16:48:19 +00:00
Sami Siren
0f502b78c2
retry reading on connection loss
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294193 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 16:00:27 +00:00
Mark Robert Miller
2f1622a1f6
clear the right sys prop
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294187 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 15:39:01 +00:00
Mark Robert Miller
b51ee44c39
SOLR-3166: Allow bootstrapping multiple config sets from multi-core setups.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294169 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 14:50:01 +00:00
Mark Robert Miller
4a9fc32b05
don't turn this on quite yet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294035 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 05:29:35 +00:00
Mark Robert Miller
e3e44afef7
fix javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294010 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 03:36:26 +00:00
Mark Robert Miller
74037691e6
do not hold the cores lock while calling cancel on recovery
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294004 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 02:52:49 +00:00
Mark Robert Miller
71674efc04
add ignore to test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293987 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 01:11:35 +00:00
Mark Robert Miller
b24e035e9f
remove some api ugliness around solrcloud - we don't actually need it anymore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293986 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 01:09:14 +00:00
Yonik Seeley
52002c62aa
tests: don't ignore all exceptions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293939 13f79535-47bb-0310-9956-ffa450edef68
2012-02-26 21:33:24 +00:00
Yonik Seeley
fced47d33f
zkController: try to simplify all the addresses/urls, precompute some also
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293934 13f79535-47bb-0310-9956-ffa450edef68
2012-02-26 21:02:46 +00:00
Yonik Seeley
85013ffd31
logging: fix detection of updates since startup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293866 13f79535-47bb-0310-9956-ffa450edef68
2012-02-26 16:34:19 +00:00
Yonik Seeley
1c84da1064
SOLR-3080: do tlog recovery for all nodes, not just leaders
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293863 13f79535-47bb-0310-9956-ffa450edef68
2012-02-26 16:25:32 +00:00
Uwe Schindler
6cc374ce92
Make clover output dir consistent with Lucene
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293778 13f79535-47bb-0310-9956-ffa450edef68
2012-02-26 08:40:07 +00:00
Mark Robert Miller
2e015271c5
allow splitting the data and conf locations for an embedded zk server
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293525 13f79535-47bb-0310-9956-ffa450edef68
2012-02-25 02:54:54 +00:00
Yonik Seeley
20dd250457
SOLR-3080: key coreStates by core name, create coreStates up front for consistent sync
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293516 13f79535-47bb-0310-9956-ffa450edef68
2012-02-25 02:00:32 +00:00
Mark Robert Miller
3abf6717ab
allow the zk server data dir to be overridden by sys prop
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293460 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 22:38:56 +00:00
Mark Robert Miller
51ca380dd8
SOLR-3137: test+fix
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293415 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 21:02:51 +00:00
Erick Erickson
b54664047d
Little cleanup of style for SOLR-3116. Thanks Stefan!
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293394 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 19:44:06 +00:00
Yonik Seeley
1c9f467680
SOLR-3080: separate sync for publishing coreStates
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293391 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 19:35:18 +00:00
Mark Robert Miller
b093fca69a
take care of small bug around NRT and replication
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293371 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 18:19:25 +00:00
Mark Robert Miller
51ae7ee512
add a retry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293346 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 17:16:34 +00:00
Mark Robert Miller
6d2ef6a1e4
this should be volatile
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293345 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 17:16:16 +00:00
Mark Robert Miller
54681c0cfd
fix jdom license files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293343 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 17:12:51 +00:00
Jan Høydahl
6b113cd170
SOLR-2901: Added jdom-1.0.jar
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293309 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 16:00:14 +00:00
Erick Erickson
8aecefd623
Fix for SOLR-3160. Thanks Luca Cavanna!
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293270 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 14:36:40 +00:00
Simon Willnauer
f29eda768d
LUCENE-3807: Clean up Suggest API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293148 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 09:49:39 +00:00
Sami Siren
61387fe283
SOLR-3080: I saw this fail few times, increase sleep time
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293116 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 07:31:08 +00:00
David Wayne Smiley
effbca10e2
SOLR-3040 The DIH's admin UI (dataimport.jsp) now requires DIH request handlers to start with a '/'.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293102 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 06:47:43 +00:00
Yonik Seeley
b7fa7354fc
logging: log versions of update commands, improve toString of solr docs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293055 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 01:40:10 +00:00
Yonik Seeley
d63340aa32
tests: use stderr to interleave with logging, print out what docs/versions are missing from what shard
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293050 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 01:07:32 +00:00
Erick Erickson
b32b52578d
Patch for SOLR-3155. Fixes JSON output format error and alphabetizes children of nodex.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293039 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 00:28:19 +00:00
Sami Siren
48bb56dea8
SOLR-3148: expose more system info
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292938 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 20:18:24 +00:00
Ryan McKinley
ebfdea6c82
SOLR-2667: use require.js to load UI dynamically
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292908 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 19:23:10 +00:00
Sami Siren
c618516338
SOLR-3080: add couple more asserts
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292753 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 11:44:00 +00:00
Sami Siren
19b2423ced
SOLR-3080: clear system property after test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292740 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 10:58:37 +00:00
Sami Siren
565777a7b3
SOLR-3080: remove shard info from zk when unload is called
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292739 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 10:55:29 +00:00
Ryan McKinley
20d2cb9701
SOLR-318: docs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292721 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 09:19:50 +00:00
Ryan McKinley
d1abb09612
SOLR-3134: Include shard info in distributed response when shards.info=true
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292717 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 09:07:31 +00:00
Sami Siren
6ff799d4b3
SOLR-3037: simplify method as suggested by Jörg Maier
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292690 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 08:07:06 +00:00
Sami Siren
d47a11f077
SOLR-3080: make election cancellable through EC
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292680 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 07:19:37 +00:00
Mark Robert Miller
5713824147
SOLR-3153: When a leader goes down he should ask replicas to sync in parallel rather than serially.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292652 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 05:22:31 +00:00
Ryan McKinley
9f2cec662f
SOLR-2459: fix test so it does not assume logging configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292642 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 03:55:31 +00:00
Yonik Seeley
42c1ca8212
logging: log versions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292619 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 02:00:10 +00:00
Ryan McKinley
a9fbb020a5
SOLR-2459: deprecate LogLevelSelection servlet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292618 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 01:59:35 +00:00
Ryan McKinley
198c2a8b2d
SOLR-2459: Expose LogLevel selection with a RequestHandler rather then servlet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292617 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 01:53:08 +00:00
Yonik Seeley
5d0f1c4f0e
tests: make sure dropped buffered docs don't interfere with new additions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292553 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 22:28:06 +00:00
Ryan McKinley
7568962777
SOLR-3151: moving zookeeper.jsp to a servlet, this is a direct copy nothing new yet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292429 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 18:06:40 +00:00
Yonik Seeley
2127ffa53e
distrib search: up max connections per host
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292353 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 15:42:07 +00:00
Mark Robert Miller
f9c34805d7
if a prospective leaders sync with replicas fails, still be leader if there are no other candidates
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292315 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 14:34:16 +00:00
Mark Robert Miller
1d67a7dc71
expand skip recovery option a bit (used by tests)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292313 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 14:32:53 +00:00
Mark Robert Miller
fd993e0c11
be careful about retrying rather than NPE
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292312 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 14:30:53 +00:00
Mark Robert Miller
baee5394c1
clear numShards at end of test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292311 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 14:30:03 +00:00
Uwe Schindler
07a44a8fa5
LUCENE-3800: "Soft-close" IndexReader (make it unuseable) once a child-reader (subreader, filter delegate, or parallel reader) is closed.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292293 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 13:57:55 +00:00
Erik Hatcher
1cb4034ed9
SOLR-2607: remove client/ directory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292281 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 13:34:47 +00:00
Erik Hatcher
5dc9fbc849
SOLR-2607: remove client/ directory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292278 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 13:29:51 +00:00
Sami Siren
307cf98e1f
print zk contents when failing to get leader url
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292243 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 11:35:08 +00:00
Sami Siren
9e1e2d40a4
fix CoreAdminRequest so that it uses correct key for shard id, use same key for shard id in CoreAdminParams and ZkStateReader
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292238 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 11:14:06 +00:00
David Wayne Smiley
3f5d66037e
LUCENE-3795 Trying more ant build.xml progress but Solr isn't working
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292167 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 07:51:53 +00:00
David Wayne Smiley
d6c583d9de
LUCENE-3795 Switch Solr over to new spatial module. Tests pass.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292162 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 07:32:04 +00:00
Mark Robert Miller
075b60307e
protect access with sync
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292093 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 00:41:15 +00:00
Mark Robert Miller
2a13b648fa
fix a concurrency issue around writing hashmap to json
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292064 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 22:30:33 +00:00
Mark Robert Miller
2296b6d6e3
remove sys out
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292010 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 20:55:03 +00:00
Yonik Seeley
f50e4dbf51
SOLR-3150: NPE when facetting using facet.prefix on an empty field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292007 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 20:52:54 +00:00
Mark Robert Miller
273f5a8b93
fix and unignore test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291971 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 19:50:56 +00:00
Steven Rowe
2421399023
Test fix for DIH TestScriptTransformer: Lucene-Solr-Maven-trunk build#397 produced an exception with the message "<script> can be used only in java 6 or above Processing Document # 1", while the test was only ignoring those exceptions with the exact message "<script> can be used only in java 6 or above" - switched the test for this to require the expected message as a prefix rather than exact equality.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291958 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 19:05:31 +00:00
Yonik Seeley
7e6c8fa33b
tests: more reorder testing in peersync
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291843 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 15:07:39 +00:00
Mark Robert Miller
ceb3ab3e1d
need to figure out why this started failing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291597 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 05:08:20 +00:00
Mark Robert Miller
bd31c935d1
say what state we found if we found one that is not ACTIVE
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291586 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 04:01:56 +00:00
Mark Robert Miller
13956ea166
boost wait by 4 sec
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291572 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 03:05:08 +00:00
Yonik Seeley
d263c5c1ab
log recoveringAfterStartup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291547 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 01:44:56 +00:00
Koji Sekiguchi
3ab34fc0d0
SOLR-2909: add support for ResourceLoaderAware tokenizerFactories in synonym filter factories
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291541 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 00:56:42 +00:00
Mark Robert Miller
314bce4f6e
SOLR-3126: harden peer sync recovery
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291530 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 23:58:49 +00:00
Yonik Seeley
630addb415
SOLR-3126: get num versions from updatelog, fail sync if comm fail when retrieving updates, use starting versions if syncing aftger startup, only sync first time in recovery loop, more sync logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291350 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 16:31:18 +00:00
Robert Muir
5adeacf2aa
SOLR-3143: add SuggestQueryConverter for autosuggesters
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291322 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 15:48:38 +00:00
Sami Siren
83f02d630b
SOLR-3068: add check against nulls
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291184 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 10:34:06 +00:00
Mark Robert Miller
b64c42c533
cfg should be volatile
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291127 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 05:09:02 +00:00
Robert Muir
d4deb86459
SOLR-3142: don't auto-optimize in dataimports
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291115 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 01:45:09 +00:00
Yonik Seeley
ecc836d028
tests: improve SolrInputDocument.toString for debugging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291066 13f79535-47bb-0310-9956-ffa450edef68
2012-02-19 21:39:37 +00:00
Robert Muir
a519b630ee
LUCENE-3714: add weighted FST suggester impl
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291020 13f79535-47bb-0310-9956-ffa450edef68
2012-02-19 16:23:05 +00:00
Yonik Seeley
2e07171d1f
SOLR-3126: test changes to handle deletes surviving restart
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291003 13f79535-47bb-0310-9956-ffa450edef68
2012-02-19 14:13:45 +00:00
Yonik Seeley
e2ebd116a1
SOLR-3126: restore old deletes via tlog so peersync won't reorder
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290941 13f79535-47bb-0310-9956-ffa450edef68
2012-02-19 04:10:03 +00:00
Yonik Seeley
3bbd90ebd5
SOLR-3126: restore old deletes via tlog so peersync won't reorder
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290938 13f79535-47bb-0310-9956-ffa450edef68
2012-02-19 03:57:43 +00:00
Yonik Seeley
777a357934
tests: throw some get-lastest-version requests into the mix during buffering
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290886 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 21:40:43 +00:00
Mark Robert Miller
6d5e0efac4
SOLR-3137: check for null orig solr.xml name
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290829 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 17:50:05 +00:00
Robert Muir
28c3923ceb
LUCENE-3796: throw an exception if you set an index-time boost on a field that omits norms
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245947 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 15:48:20 +00:00
Mark Robert Miller
b430734e31
fix javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245930 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 14:46:52 +00:00
Mark Robert Miller
1cf9bc4e28
add null check
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245927 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 14:26:23 +00:00
Mark Robert Miller
a668cc9a5e
dont ignore this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245925 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 14:15:57 +00:00
Uwe Schindler
88f7c8bd77
import missing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245903 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 10:35:41 +00:00
Uwe Schindler
9e98ce6ed5
Stop cruelty to monkeys and other animals
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245902 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 10:31:25 +00:00
Uwe Schindler
78640d58cf
Fix javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245899 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 10:24:22 +00:00
Mark Robert Miller
458ff3ead7
SOLR-3126: hardening around peer sync and tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245836 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 02:00:03 +00:00
Mark Robert Miller
d15af1ccbd
fail if we don't see recovering shard flip to active and correct doc count checks (distrib=false)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245835 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 01:31:11 +00:00
Mark Robert Miller
18fbe0ef3e
pass numshards on each start call to avoid races
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245744 13f79535-47bb-0310-9956-ffa450edef68
2012-02-17 20:23:16 +00:00
Michael McCandless
854c9ac452
LUCENE-3777: separate out Int/Long/Float/DoubleField to reduce traps
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245583 13f79535-47bb-0310-9956-ffa450edef68
2012-02-17 14:46:35 +00:00
Mark Robert Miller
297f09d818
dont pass around confusing solrcore param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245244 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 23:16:03 +00:00
Mark Robert Miller
c5f84d4dcf
get core first thing before try
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245242 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 23:04:40 +00:00
Mark Robert Miller
efa20a5149
SOLR-3131: "details" command fails when a replication is forced with a "fetchIndex" command on a non-slave server
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245231 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 22:46:15 +00:00
Mark Robert Miller
851f4f647b
script to start a small cluster easily with an external zk setup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245219 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 22:31:42 +00:00
Mark Robert Miller
91dc7befa4
SOLR-3137: When solr.xml is persisted, you lose all system property substitution that was used.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245217 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 22:24:04 +00:00
Mark Robert Miller
8a2bc76e2f
somehow didn't make it in the previous commit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245213 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 22:20:18 +00:00
Mark Robert Miller
9897a0e792
SOLR-3138: Add node roles to core admin handler 'create core' and solrj.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245202 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 22:02:39 +00:00
James Dyer
fd6c1e657a
SOLR-2947: fix 'where' clause bug on CachedSqlEntityProcessor (introduced w/SOLR-2382)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245109 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 18:09:01 +00:00
James Dyer
59b7673a18
SOLR-2947: add license headers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245018 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 15:13:32 +00:00
James Dyer
37bb87e70d
SOLR-2947: fix multi-threaded DIH bug (introduced w/SOLR-2382)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245014 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 15:09:13 +00:00
Mark Robert Miller
c2eb461acc
SOLR-3126: tweaks on this + reenable test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245004 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 14:51:14 +00:00
Yonik Seeley
9b7945f981
SOLR-3126: adjust peersync to avoid false positive syncs during updates
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244806 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 00:30:16 +00:00
Erick Erickson
783404c19b
Took out license information when the file was already licensed.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244740 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 21:27:50 +00:00
James Dyer
264eb5690a
SOLR-2847
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244553 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 15:52:32 +00:00
Steven Rowe
d47f01c350
LUCENE-3754: Store generated archive manifests in per-module output directories - each artifact gets its own manifest file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244536 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 15:30:53 +00:00
Mark Robert Miller
4fc57a39f8
ignore until SOLR-3126 is fixed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244281 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 23:50:43 +00:00
Mark Robert Miller
56f12201b7
SOLR-3122: allow interrupting zkcmdoperations and some test work
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244231 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 21:58:16 +00:00
Mark Robert Miller
fe0c6ae0ae
add shardId to create cmd
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244212 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 21:19:32 +00:00
Mark Robert Miller
0a02750074
SOLR-3126: We should try to do a quick sync on std start up recovery before trying to do a full blown replication.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244177 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 19:15:54 +00:00
Mark Robert Miller
82a81271f0
dont run example dist
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244176 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 19:15:01 +00:00
Mark Robert Miller
cf0fe3e58c
ignore again - still failing too often on jenkins
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244007 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 15:50:11 +00:00
Erick Erickson
78a5be5e28
Added Apache license information to the new UI pages files.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243925 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 14:07:22 +00:00
Christopher John Male
e36f317d7b
SOLR-3005: Fixed JSONResponseWriter content type disappearing when only default writers used
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243870 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 10:58:43 +00:00
Dawid Weiss
213ad3290a
LUCENE-3762: Upgrade JUnit to 4.10, refactor state-machine of detecting
...
setUp/tearDown call chaining.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243863 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 10:27:16 +00:00
Dawid Weiss
124a1c0d5a
Moving solr/example/work license check exclusion to solr-specific validation section.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243821 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 08:25:28 +00:00
Yonik Seeley
48c78f2542
remove dead code
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243779 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 04:18:56 +00:00
Erick Erickson
6bb4ea097f
Fix for SOLR-3132
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243774 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 03:09:02 +00:00
Yonik Seeley
26de35a65c
dbq: fix param rename
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243773 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 03:00:22 +00:00
Yonik Seeley
27f5a8b290
solrcloud: send deleteByQuery to all shard leaders to version and forward to replicas
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243768 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 02:45:41 +00:00
Yonik Seeley
ff49481d93
debug: add useful toString for SolrServer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243666 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 19:41:47 +00:00
Dawid Weiss
087f1e3126
LUCENE-3774: Optimized and streamlined license and notice file validation
...
by refactoring the build task into an ANT task and modifying build scripts
to perform top-level checks. (Dawid Weiss, Steve Rowe, Robert Muir)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243527 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 14:12:59 +00:00
Mark Robert Miller
6f186b0dd4
ignore again for the moment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243413 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 04:21:31 +00:00
Mark Robert Miller
06fae9dfbb
SOLR-3117: CoreDescriptor attempts to use the name before checking if it is null
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243390 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 01:39:11 +00:00
Martijn van Groningen
03c278ce04
SOLR-3052: Added entry to CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243376 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 00:25:22 +00:00
Martijn van Groningen
d6cb99523a
SOLR-3109: Fixed numerous redundant shard requests when using distributed grouping.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243375 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 00:13:32 +00:00
Steven Rowe
463a6bd527
SOLR-3123: Add licenses for solr/example/lib/**/*.jar
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243278 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12 17:12:40 +00:00
Mark Robert Miller
f68149b978
turn these two tests on
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243200 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12 05:53:56 +00:00
Mark Robert Miller
83fa9d80fa
SOLR-3125: When a SolrCore registers in zk there may be stale leader state in the clusterstate.json.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243195 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12 02:45:06 +00:00
Mark Robert Miller
4cffbd71b5
more specific logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243194 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12 02:44:30 +00:00
Mark Robert Miller
1825356d26
use a connection timeout as well
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243187 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12 01:14:05 +00:00
Mark Robert Miller
0f1b765c28
add start existing solrcloud script and remove data dir in init start script
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243179 13f79535-47bb-0310-9956-ffa450edef68
2012-02-11 23:14:55 +00:00