Robert Muir
b4ff06f88e
LUCENE-3474: pass Bits to weight.scorer instead of weights pulling their own from the reader
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1177879 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 01:03:35 +00:00
Mark Robert Miller
d4b4aefabb
SOLR-2799: Update CloudState incrementally rather than always reading the data at each zk node.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1177360 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 16:44:24 +00:00
Martijn van Groningen
7cbcf2a2de
LUCENE-3468: Replaced last() and remove() with pollLast() in FirstPassGroupingCollector
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1177008 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 18:40:22 +00:00
Christopher John Male
8d28270460
LUCENE-3470: Changed Field constructor signatures order to value, fieldtype
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176773 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 08:07:16 +00:00
Christopher John Male
67c13bd2fe
LUCENE-3455: Renamed Analyzer.reusableTokenStream to Analyzer.tokenStream
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176728 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 05:26:54 +00:00
Mark Robert Miller
810f331fa2
ignore expected exception in test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176598 13f79535-47bb-0310-9956-ffa450edef68
2011-09-27 20:26:10 +00:00
Christopher John Male
fe3982c746
LUCENE-3455: Moved remaining Analysis consumers over to using reusableTokenStream
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176191 13f79535-47bb-0310-9956-ffa450edef68
2011-09-27 04:07:38 +00:00
Chris M. Hostetter
9bdaa028d6
SOLR-2757: min/max functions now take unlimited number of arguments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176097 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 22:03:31 +00:00
Chris M. Hostetter
4287d1bb52
SOLR-2739: more assumptions to ensure file is not writable
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175975 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 18:05:25 +00:00
Mark Robert Miller
f5d625821f
be careful when shutting down - in some cases in tests we did not yet fully start up
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175862 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 13:31:37 +00:00
Shalin Shekhar Mangar
c9637196ae
SOLR-2791 -- Placing change log entry in the right release section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175699 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 07:17:22 +00:00
Shalin Shekhar Mangar
9ed62f999b
SOLR-2791 -- Replication: abortfetch command is broken if replication was started by fetchindex command instead of a regular poll.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175696 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 07:13:44 +00:00
Christopher John Male
0bed3142bb
LUCENE-3455: Test Analysis consumers now use reusableTokenStream
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175670 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 04:58:48 +00:00
Mark Robert Miller
c033ca6b10
1 second is too small a timeout for busy/slow comps
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175657 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 04:15:29 +00:00
Mark Robert Miller
68d098fbef
it's possible to get an NPE here on shutdown in tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175656 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 04:13:38 +00:00
Mark Robert Miller
44b56415a8
relax the timing on these two tests so that tests pass on my setup much more often
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175652 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 03:30:09 +00:00
Mark Robert Miller
4de85b89ff
SOLR-2793: Somtimes you must dec ref twice, and add fix to the other submit calls
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175651 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 03:28:55 +00:00
Robert Muir
e927a69698
LUCENE-3456: use MockTokenizer in analysis tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175650 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 03:24:02 +00:00
Mark Robert Miller
67fe9a6b81
SOLR-2793: Be sure to only dec ref if we inc ref'd
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175646 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 02:13:23 +00:00
Mark Robert Miller
50b31b2a4e
SOLR-2793: In rare cases (most likely during shutdown), a SolrIndexSearcher can be left open if the executor rejects a task.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175637 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 00:48:02 +00:00
Robert Muir
e7229ee7a4
LUCENE-3456: more use of MockTokenizer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175579 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 21:10:50 +00:00
Robert Muir
1e577e15b5
LUCENE-3456: use MockTokenizer instead of WhitespaceTokenizer in test configs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175529 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 19:10:17 +00:00
Doron Cohen
e57f2ca698
LUCENE-3457: Upgrade commons-compress to 1.2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175475 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 18:15:18 +00:00
Uwe Schindler
0a1d2dd8ec
Fix Javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175425 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 16:24:41 +00:00
Robert Muir
0ea0ca6b60
if there is a leak here, don't cause every subsequent test in the JVM to fail
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175376 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 12:04:41 +00:00
Christopher John Male
fdde857f24
SOLR-2769: Fixed bad javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175299 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 05:17:21 +00:00
Christopher John Male
4ff0b2f82c
LUCENE-3396: Collapsing Analyzer and ReusableAnalyzerBase together, mandating use of TokenStreamComponents
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175297 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 05:10:25 +00:00
Jan Høydahl
48e53be99a
SOLR-2769: Added factory for the new Hunspell stemmer (janhoy, cmale)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175200 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 17:17:27 +00:00
Christopher John Male
5d4502ad0a
LUCENE-2309: Moved to Field.tokenStream(Analyzer)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1174506 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 03:16:37 +00:00
Martijn van Groningen
bad428d7f8
SOLR-2780: Fixed issue where multi select facets didn't respect group.truncate parameter.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1174072 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 11:36:48 +00:00
Robert Muir
2d5d5226a6
SOLR-2754: add similarity factories for new ranking algorithms
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1173776 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 18:20:44 +00:00
Martijn van Groningen
d58350aead
SOLR-2776: Added support for group.truncate for distributed search. Also added some more jdocs.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1173286 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 18:15:23 +00:00
Jan Høydahl
3013098230
SOLR-2763: Extracting update request handler throws exception and returns 400 when zero-length file posted using multipart form post
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1173139 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 13:38:01 +00:00
Steven Rowe
0047a77f83
SOLR-2771: Solr modules' tests should not depend on solr-core test classes; move BufferingRequestProcessor from solr-core tests to test-framework so that the Solr Cell module can use it.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1172428 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 05:13:52 +00:00
Christopher John Male
ed2c8e97ea
Fixed broken javadoc in QueryUtils and QueryCommand
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1172260 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 11:47:22 +00:00
Dawid Weiss
eee77d22ef
SOLR-2762: FSTLookup returns one less suggestion than it should when onlyMorePopular=true
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1172006 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 16:12:36 +00:00
Martijn van Groningen
96c4bb7074
SOLR-2066: Added support for distributed grouping.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171970 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 12:48:27 +00:00
Chris M. Hostetter
66db04c901
SOLR-2772: fix silly javadoc error
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171739 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 19:18:26 +00:00
Chris M. Hostetter
d8f4714da6
SOLR-2772: revert unneccessary 'public static' change to DateField.formatDate
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171704 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 18:25:31 +00:00
Chris M. Hostetter
82b72ac3fe
SOLR-2772: Fixed Date parsing/formatting of years 0001-1000
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171691 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 17:42:40 +00:00
Robert Muir
72106bb37b
SOLR-2726: Fixed NullPointerException when using spellcheck.q with Suggester
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171597 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 14:42:22 +00:00
Robert Muir
28ae5a5763
LUCENE-3436: remove deprecations from trunk / dont use deprecated methods
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171570 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 14:05:46 +00:00
Robert Muir
c0965ed3a2
LUCENE-3436: add spellchecker SuggestMode
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171556 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 13:41:29 +00:00
Steven Rowe
24695807f3
SOLR-2766: Package individual javadoc sites for solrj and test-framework.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171385 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 04:47:04 +00:00
Jan Høydahl
90e0977c5a
SOLR-2750: Make both "update.chain" and the deprecated "update.param" work consistently everywhere
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171304 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 22:41:18 +00:00
Jan Høydahl
44386401f6
SOLR-2540: Fixing commitWithin tests which timed out
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171138 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 15:29:35 +00:00
Steven Rowe
527bcf67b1
SOLR-2756: Maven configuration: Excluded transitive stax:stax-api dependency from org.codehaus.woodstox:wstx-asl dependency.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170896 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 23:12:36 +00:00
Michael McCandless
eb2ff46bad
fix broken link
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170725 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 17:33:04 +00:00
Michael McCandless
0a6abfcd84
website changes for 3.4.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170716 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 17:05:32 +00:00
Steven Rowe
a08639d08d
SOLR-2758: Moved ConcurrentLRUCache from o.a.s.common.util package in the solrj module to the o.a.s.util package in the Solr core module.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170699 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 16:00:56 +00:00
Koji Sekiguchi
f1efdf5553
SOLR-2749: add boundary scanner feature
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170616 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 13:38:49 +00:00
Jan Høydahl
388d38e0a8
SOLR-2742: Fixed typo in JavaDoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170572 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 12:37:17 +00:00
Jan Høydahl
34dce548e3
SOLR-2742: Add commitWithin to convenience signatures for SolrServer.add(..)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170569 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 12:28:29 +00:00
Christopher John Male
b48164a275
SOLR-2709: Removed need for EDisMax's ExtendedAnalyzer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170425 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 03:36:56 +00:00
Mark Robert Miller
f91e701623
add changes entry for SOLR-1897
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170172 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 13:23:02 +00:00
Steven Rowe
ebc43a1f5f
Increase verbosity on failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169814 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 16:12:27 +00:00
Robert Muir
cfaf91c739
LUCENE-2959: add state of the art ranking to Lucene
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169470 13f79535-47bb-0310-9956-ffa450edef68
2011-09-11 15:47:21 +00:00
Christopher John Male
ffb3cbee57
LUCENE-2308: Moved over to using IndexableFieldType interface
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167668 13f79535-47bb-0310-9956-ffa450edef68
2011-09-11 04:07:52 +00:00
Yonik Seeley
7718a32fc5
stats: maxTime->maxDocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167199 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:20:24 +00:00
Robert Muir
20c03511c8
LUCENE-1889: pass the reader to FVH so it can rewrite multitermqueries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167008 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 05:46:21 +00:00
Yonik Seeley
013e2776b8
SOLR-2748: CommitTracker fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166866 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 19:27:40 +00:00
Robert Muir
128aaf8387
LUCENE-3410: move changes to 3.5 and nuke deprecated code in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166770 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 15:56:01 +00:00
Steven Rowe
2227f3bfaa
SOLR-2746: Moved CHANGES.txt entry to uima contrib's CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166715 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 14:34:49 +00:00
Steven Rowe
3615f59446
SOLR-2746: Upgraded UIMA dependencies in solr/contrib/uima/lib/ from *-2.3.1-SNAPSHOT.jar to *-2.3.1.jar
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166702 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 14:13:17 +00:00
Robert Muir
e758a5e444
open up 3.5 section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166652 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 12:24:16 +00:00
Christopher John Male
c0f05e7b37
LUCENE-3419: Added epsilons and fixed deprecated junit assertion usage
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166582 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 09:24:40 +00:00
Erik Hatcher
80359e0812
SOLR-2703: Added surround query parser support
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166185 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 13:54:19 +00:00
Erik Hatcher
1d56ff5bc3
move comment inside block, appropriately
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166159 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 13:08:24 +00:00
Christopher John Male
4b44bd7d83
LUCENE-3410: Deprecated multi-int constructors in WordDelimiterFilter. Now uses int bitfield
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165995 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 04:43:10 +00:00
Yonik Seeley
374538c68d
SOLR-2656: doc - licenses + comments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165885 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 21:47:05 +00:00
Yonik Seeley
1465c3edd4
SOLR-2656, SOLR-2700: transaction logging and realtime-get
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165869 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 21:37:32 +00:00
Jan Høydahl
ab554500bd
SOLR-2540: CommitWithin as an Update Request parameter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165754 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 16:27:20 +00:00
Jan Høydahl
bf9cde01f1
SOLR-2741 Bugs in facet range display in trunk
...
Also removes promotion of deprecated facet.date from example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165648 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 12:55:42 +00:00
Christopher John Male
7f90632562
LUCENE-3286: Consolidated XML QP into queryparser module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165174 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05 05:53:28 +00:00
Koji Sekiguchi
ce785bcce4
SOLR-2743: remove commons logging jar from contrib/extraction/lib
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1164956 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 02:43:33 +00:00
Chris M. Hostetter
029b92fa72
improve test assumptions: assume content instead of assert; catch IOException so we also assume no UnknownHostException
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1164311 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02 00:31:29 +00:00
Chris M. Hostetter
c20cbcf2f8
SOLR-2739: try to clean up TestSqlEntityProcessorDelta
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1164287 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 22:06:21 +00:00
Jan Høydahl
a0fc683f14
SOLR-2687 Added info about Solr 3.1 Cookbook to site
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163767 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 19:50:35 +00:00
Steven Rowe
de1bd52082
LUCENE-3406: Fixed location of scripts/ directory in patterns in Solr target 'package-local-src-tgz'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163632 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 14:19:06 +00:00
Steven Rowe
584adbc613
LUCENE-3406: Add ant target 'package-local-src-tgz' to Lucene and Solr to package sources from the local working copy.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163625 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 14:06:51 +00:00
Jan Høydahl
81b8c5822f
SOLR-2454 Added link to ManifoldCF under related projects
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163621 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 13:55:09 +00:00
Yonik Seeley
e8072dd668
SOLR-2714: drop null field values in json update format
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163370 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30 20:46:24 +00:00
Michael McCandless
3ed03b8488
LUCENE-3405: rename IOUtils.close methods
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1162394 13f79535-47bb-0310-9956-ffa450edef68
2011-08-27 16:25:46 +00:00
Michael McCandless
4dad0ba89f
LUCENE-2308: cutover to FieldType
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1162347 13f79535-47bb-0310-9956-ffa450edef68
2011-08-27 13:27:01 +00:00
Robert Muir
a21f4c018a
LUCENE-3402: make LuceneTestCase more robust when failures in @After/@AfterClass happen
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1162135 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 15:08:19 +00:00
Shalin Shekhar Mangar
582df287cd
SOLR-2668 -- DIH multithreaded mode does not rollback on errors from EntityProcessor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161505 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 11:16:44 +00:00
Mark Robert Miller
a05f774573
SOLR-2565: same as the addDoc bug, deletes are not triggering soft commits if hard auto commit by time is also configured
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161265 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 20:23:57 +00:00
Robert Muir
defe907de2
try increasing the timeouts for slow machines
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161097 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 13:44:31 +00:00
Mark Robert Miller
cf4e150ce1
hossman has a better test for this, but for now try and make it a bit more sane
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161071 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 12:30:04 +00:00
Mark Robert Miller
8f2c67ad67
see what charlie cron thinks of this - charlie is sometimes slow and peculiar, so who knows
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160895 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 21:58:25 +00:00
Mark Robert Miller
1a6f077b9a
try and make charlie cron happier with this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160892 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 21:45:02 +00:00
Christopher John Male
0ef9c3c25f
LUCENE-3376: Moved ReusableAnalyzerBase to core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160117 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 06:01:31 +00:00
Mark Robert Miller
cd84fe0366
try and make charlie cron happier with this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160078 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 22:48:44 +00:00
Mark Robert Miller
5e45cf89eb
SOLR-2331: fix too many close on SolrCore test issue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159921 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 21:58:14 +00:00
Christopher John Male
993ce74121
LUCENE-3381: Sandboxed remaining contrib queries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159846 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 04:57:58 +00:00
Erik Hatcher
7ff1fea206
just adding a TODO comment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159737 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 18:43:34 +00:00
Mark Robert Miller
e36533d3e7
SOLR-2721: add zookeeper to changes' major versions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159711 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 17:51:01 +00:00
Mark Robert Miller
fc6d367607
SOLR-2721: Update ZooKeeper to latest bugfix release 3.3.3
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159693 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 17:16:54 +00:00
Mark Robert Miller
a4ec6c4177
try to harden this test more
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159649 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 14:38:50 +00:00
Chris M. Hostetter
e7e46f60ce
eliminate useless javadoc tags breaking the build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159495 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 03:37:47 +00:00
Mark Robert Miller
f932976e99
harden test some
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159481 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 02:19:26 +00:00
Mark Robert Miller
a8949dce07
SOLR-2565: Fix bug - soft commit should not try and respect commitWithin. Also, since it drives me nuts, make CommitTracker more thread safe than it was.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159472 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 01:48:31 +00:00
Uwe Schindler
236fb6d96c
SOLR-2565: Revert the commit that caused the slowness in some tests until we have a reason and solution for this
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159448 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 23:43:06 +00:00
Chris M. Hostetter
75d3e1e37d
SOLR-2675: CoreAdminHandler now allows arbitrary properties to be specified when CREATEing a new SolrCore using property.* request params
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159418 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 21:13:56 +00:00
Mark Robert Miller
7354f8d9e8
SOLR-2654: Directorys used by a SolrCore are now closed when they are no longer used.
...
SOLR-2654: The same Directory instance is now always used across a SolrCore so that
it's easier to add other DirectoryFactory's without static caching hacks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159378 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 19:46:30 +00:00
Mark Robert Miller
277c674be0
SOLR-2717: Some tests annoyingly use a data dir under example/multicore/core0|1 - worse, more than one test does this, so sometimes they can stomp on each other.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159304 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 16:37:13 +00:00
Christopher John Male
3a9bdecab0
SOLR-2708: Further DocumentObjectBinder cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159083 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 08:29:26 +00:00
Christopher John Male
114df7a852
SOLR-2708: Cleaned up DocumentObjectBinder
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158525 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 05:45:42 +00:00
Ryan McKinley
4bf2a3ab2b
SOLR-2657: adding some more comments and caching glob calculations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1157692 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 01:02:18 +00:00
Ryan McKinley
e290f25420
SOLR-2700: supporting score==*,score
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1157687 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 00:42:42 +00:00
Mark Robert Miller
e3e644b28d
SOLR-2565: Stop trying to avoid soft/hard commit together for now - it's more complicated than this - also allow name for CommitTracker.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1157425 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 21:06:01 +00:00
Yonik Seeley
baf2b785af
tests: don't compare response header
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156597 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 12:37:02 +00:00
Stanisław Osiński
0f69e62854
SOLR-2706: The carrot.lexicalResourcesDir parameter does not work with absolute directories, CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156591 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 12:23:08 +00:00
Stanisław Osiński
d003046438
SOLR-2706: The carrot.lexicalResourcesDir parameter does not work with absolute directories
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156590 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 12:20:37 +00:00
Mark Robert Miller
9d3eb8755b
SOLR-2705: Add extra test check suggested by Yury
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156441 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 02:00:11 +00:00
Mark Robert Miller
adab6ebc59
SOLR-2705: Improve fix - refactor SolrCore out of DefaultIndexProvider and into it's methods
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156333 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 19:37:13 +00:00
Mark Robert Miller
6dcc59e10c
SOLR-2705: On reload, IndexWriterProvider holds onto the initial SolrCore it was created with.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156303 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 18:34:45 +00:00
Mark Robert Miller
9c1d10c4e9
defense against NPE
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156201 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 14:49:03 +00:00
Yonik Seeley
25e1cf93dc
SOLR-2565: fix update handler reopen race
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1155964 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 22:59:30 +00:00
Simon Willnauer
78d186e081
LUCENE-3348: IndexWriter applies wrong deletes during concurrent flush-all
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1155278 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 09:22:15 +00:00
Mark Robert Miller
fda091ef24
SOLR-2698: Enhance CoreAdmin STATUS command to return index size.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1155194 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 02:40:52 +00:00
Robert Muir
12eab24036
switch to address that won't cause false fails
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1155030 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 17:58:11 +00:00
Robert Muir
ef56f5d551
LUCENE-3361: port url+email tokenizer to standardtokenizerinterface, fix combining marks bug
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1154936 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 11:57:59 +00:00
Robert Muir
718f42479f
SOLR-2688: switch solr 4.0 example to DirectSpellChecker
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1154935 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 11:55:03 +00:00
Martijn van Groningen
592b47f735
Fixed NPE when group value is null
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1154739 13f79535-47bb-0310-9956-ffa450edef68
2011-08-07 18:08:20 +00:00
Martijn van Groningen
0bc43983c4
SOLR-2665: Added post group faceting.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1154676 13f79535-47bb-0310-9956-ffa450edef68
2011-08-07 09:02:33 +00:00
Mark Robert Miller
ca05564005
SOLR-2697: commit and autocommit operations don't reset DirectUpdateHandler2.numDocsPending stats attribute.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153893 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 14:43:40 +00:00
Shalin Shekhar Mangar
826092d998
SOLR-2695 -- Documents are collected in unsynchronized list in multi-threaded debug mode
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153844 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 10:57:52 +00:00
Mark Robert Miller
40b3f06f9d
SOLR-2331,SOLR-2691: Refactor CoreContainer's SolrXML serialization code and improve testing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153564 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 16:18:17 +00:00
Stanisław Osiński
6d896b8287
SOLR-2692: Typo in clustering fragment size param name: carrot.fragzise should be carrot.fragSize
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153408 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 09:32:52 +00:00
Stanisław Osiński
a6e4a5f894
SOLR-1692: CarrotClusteringEngine produce summary does nothing: improved unit tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153399 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 09:08:39 +00:00
Erik Hatcher
89bceaaaf0
SOLR-1032: add literal.field_name=val support to CSV update handler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 15:33:52 +00:00
Chris M. Hostetter
47269b003f
SOLR-2684: fix bug in BinaryResponseWriter introduced by SOLR-1566
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152885 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 18:21:14 +00:00
Noble Paul
5fca7fc938
SOLR-2382 - regression . debug not working
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152692 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 06:01:35 +00:00
Chris M. Hostetter
2b7362de2b
SOLR-2606: Fixed sort parsing of fields containing punctuation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152653 13f79535-47bb-0310-9956-ffa450edef68
2011-07-31 22:08:43 +00:00
Martijn van Groningen
865098ae7e
SOLR-2637: Added support for group result parsing in SolrJ
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152568 13f79535-47bb-0310-9956-ffa450edef68
2011-07-31 11:52:59 +00:00
Koji Sekiguchi
9fd0af75ff
SOLR-2682: remove it from distributed code also
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152530 13f79535-47bb-0310-9956-ffa450edef68
2011-07-31 00:30:19 +00:00
Yonik Seeley
b2e6d30243
clean up comments and unnecessary inits
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152506 13f79535-47bb-0310-9956-ffa450edef68
2011-07-30 20:13:59 +00:00
Yonik Seeley
135d89c4bd
SOLR-2685: always use SolrInputDocument in update chain, change from String to BytesRef
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152500 13f79535-47bb-0310-9956-ffa450edef68
2011-07-30 19:18:09 +00:00
Koji Sekiguchi
13347bd3bc
SOLR-2682: remove addException() from SimpleFacet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152456 13f79535-47bb-0310-9956-ffa450edef68
2011-07-30 11:35:55 +00:00
Chris M. Hostetter
b6de525da5
SOLR-2676: default welcome-file-list in solr.war
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152024 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 22:30:09 +00:00
Michael McCandless
30b663ff3a
LUCENE-3348: silence this test for now
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151999 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 20:54:15 +00:00
Uwe Schindler
1c2bc5af93
add java 7 warning to solr site
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151997 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 20:50:00 +00:00
Steven Rowe
2cbdee186a
make sure build/META-INF/ directory exists prior to calling <jarify/>
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151981 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 19:33:56 +00:00
Chris M. Hostetter
fadeefa71f
SOLR-2629: merges CHANGES.txt from 3x r1151947
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151952 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 18:16:37 +00:00
Steven Rowe
82c282d451
Make compile-test under solr/ compile all tests, including contribs'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151832 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 13:15:59 +00:00
Steven Rowe
23d22e4d47
LUCENE-3337: avoid building jar files unless necessary in build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151720 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 04:02:09 +00:00
Yonik Seeley
986b7dc101
tests: add tombstones to NRT stress
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151619 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 20:33:34 +00:00
Yonik Seeley
82a78ab306
tests: fix reopen race
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151601 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 19:37:09 +00:00
Yonik Seeley
cca29c44c2
tests: write a lucene version of the NRT stress test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151526 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 16:27:40 +00:00
Chris M. Hostetter
d89cc54c7a
SOLR-2671: push SchemaField.indexOptions() logic down into FieldType to reduce exposure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150840 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 18:45:09 +00:00
Yonik Seeley
7964cb97b1
tests: don't allow updating same id concurrently
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150744 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 15:15:20 +00:00
Uwe Schindler
c2df0c51b6
Improve test. All exceptions get logged in all cases by LTC.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150718 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 14:26:01 +00:00
Uwe Schindler
bbcb5a940e
Fix broken multithreading in this tests (the object to synchronize on was the anonymous inner class not the main class)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150621 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 10:36:42 +00:00
Martijn van Groningen
3c6021d967
Deleted duplicate version SentinelIntSet. SentinelIntSet now exists in grouping module.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150497 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 21:53:04 +00:00
Robert Muir
c53e38095a
use generifed internal, remove duplicate tag
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150494 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 21:37:29 +00:00
Uwe Schindler
d993e8c0e7
LUCENE-3336: add TODO
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150489 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 21:23:13 +00:00
Uwe Schindler
9c73f9d03b
LUCENE-3336: Speed up javadocs-all builds by minimizing compile costs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150486 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 21:19:42 +00:00
Chris M. Hostetter
7c1a58f72d
SOLR-2669: Fix backwards validation logic in SchemaField.calcProps
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150478 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 20:09:43 +00:00
Robert Muir
30283e1b4d
SOLR-2673: fix test dependent on order
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150437 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 17:08:40 +00:00
Robert Muir
8b8e226695
SOLR-2673: fix test dependent on order
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150435 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 17:01:56 +00:00
Robert Muir
7a3ef099b3
SOLR-2673: clear index in setup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150415 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 15:36:01 +00:00
Robert Muir
870a4ce9f9
SOLR-2673: fix test dependent on order
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150404 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 15:19:49 +00:00
Robert Muir
347ba7a172
SOLR-2673: fix test dependent on order
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150394 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 15:05:08 +00:00
Robert Muir
19831e2208
SOLR-2673: clear index in setUp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150389 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 14:51:11 +00:00
Martijn van Groningen
b66758fe6e
SOLR-2523: Typo in changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150369 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 13:56:48 +00:00
Martijn van Groningen
37cf58540e
SOLR-2523: Fixed test failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150365 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 13:45:46 +00:00
Uwe Schindler
9558bfe674
SOLR-2672, SOLR-2673: Fix a bunch of tests to no longer depend on order
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150362 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 13:44:04 +00:00
Martijn van Groningen
e5ac5ed28a
SOLR-2523: Added support in SolrJ to easily interact range with facets.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150361 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 13:40:29 +00:00
Yonik Seeley
f8dd8a6ce3
SOLR-2662: fix 'start' handling when a query isn't cached
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149746 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 22:03:54 +00:00
Yonik Seeley
2ff9fa27e7
SOLR-2670: add NIOFSDirectoryFactory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149740 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 21:14:24 +00:00
Steven Rowe
7a7ce6bc26
Fix javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149699 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 19:25:51 +00:00
Steven Rowe
270dee6521
SOLR-2659: Fix ExternalPaths.determineSourceHome() and SolrJettyTestBase.createJetty() to allow Solrj tests to pass.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149682 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 18:26:28 +00:00
Yonik Seeley
74e3b8b304
tests: remove bad import
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149677 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 18:08:55 +00:00
Yonik Seeley
bb00836511
tests: fix race in committed model
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149668 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 17:51:17 +00:00
Steven Rowe
9772db3703
SOLR-2659: Moved src/test-files/** under src/test-files/<module-name>/** for all Solr modules except core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149600 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 13:24:17 +00:00
Simon Willnauer
cf0e50f71d
removed unnecessary interface method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149545 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 10:18:26 +00:00
Noble Paul
6aea26168a
SOLR-2382-abstracted DIHWriter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149534 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 09:54:10 +00:00
Simon Willnauer
8ff4498bd3
added ALS header and fixed missing inteface method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149532 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 09:53:33 +00:00
Noble Paul
b20968241a
SOLR-2382-abstracted DIHWriter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149477 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 06:47:43 +00:00
Yonik Seeley
dcaca50a86
tests: make TestHarness thread safe and add multi-threaded random add/commit/get test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149437 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 02:47:29 +00:00
Ryan McKinley
8ea59829e4
SOLR-2667: point UI to new ticket
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149200 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 14:39:43 +00:00
Ryan McKinley
0272d1e543
SOLR-2399: Adding CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149191 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 14:24:09 +00:00
Ryan McKinley
b90300e4b4
SOLR-2399: make verbose analysis the default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149189 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 14:11:27 +00:00
Noble Paul
f6d85278ca
optimize import
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149127 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 11:28:41 +00:00
Shalin Shekhar Mangar
0f2c25b555
SOLR-2655 -- DIH multi threaded mode does not resolve attributes correctly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149108 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 10:56:54 +00:00
Koji Sekiguchi
1464513f34
SOLR-2584: add UniqFieldsUpdateProcessor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149050 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 07:09:27 +00:00
Koji Sekiguchi
857ec84c15
SOLR-2429: fix for highlighting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149028 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 03:49:03 +00:00
Steven Rowe
9b34200d0d
SOLR-2666: Solrj test.classpath should not include Solr core test compilation output
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148763 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 13:38:46 +00:00
Shalin Shekhar Mangar
5c3b3bb0ce
SOLR-2623 -- Fixed (and simplified) test to compare registered mbeans with info registry size.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148681 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 10:11:59 +00:00
Noble Paul
41d8a43aad
accidentally checked in
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148660 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 09:09:07 +00:00
Noble Paul
ab8f8f994f
SOLR-2382 Properties writer abstracted
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148653 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 08:49:32 +00:00
Chris M. Hostetter
bb81de7e7a
SOLR-2663: refactor (public) FieldTypePluginLoader out of IndexSchema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148494 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 19:25:01 +00:00
Ryan McKinley
cfcaf7e2bd
removing some left over debug info (i assume)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147989 13f79535-47bb-0310-9956-ffa450edef68
2011-07-18 18:03:42 +00:00
Robert Muir
07bfe50eda
LUCENE-3326: MoreLikeThis reuses a reader after it has already closed it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147881 13f79535-47bb-0310-9956-ffa450edef68
2011-07-18 13:56:49 +00:00
Robert Muir
1978f0106a
sync CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147580 13f79535-47bb-0310-9956-ffa450edef68
2011-07-17 11:10:57 +00:00
Chris M. Hostetter
2811c79bdb
SOLR-2545: fix ExternalFileField / FileFloatSource so it can properly parse key=val pairs when the key contains an '=' char
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147284 13f79535-47bb-0310-9956-ffa450edef68
2011-07-15 19:14:01 +00:00
Mark Robert Miller
c899fe0dc0
SOLR-2651: use the right relative path
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147163 13f79535-47bb-0310-9956-ffa450edef68
2011-07-15 14:29:19 +00:00
Noble Paul
ee46aba2c0
static method made public
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147090 13f79535-47bb-0310-9956-ffa450edef68
2011-07-15 11:00:43 +00:00
Shalin Shekhar Mangar
80d436e29f
SOLR-2186 -- DataImportHandler's multi-threaded option throws NPE
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147023 13f79535-47bb-0310-9956-ffa450edef68
2011-07-15 08:41:26 +00:00