Commit Graph

12447 Commits

Author SHA1 Message Date
Mark Robert Miller ef65f76824 clean up this Changes entry - no need to list extra issues where the contributor is already credited for the overall feature listing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242428 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09 18:09:51 +00:00
Mark Robert Miller 3c5d8633d9 SOLR-3108: Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance (test)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242324 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09 13:59:11 +00:00
Uwe Schindler 25cfcfb61e LUCENE-3757: Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242233 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09 08:14:19 +00:00
Mark Robert Miller dfdd1b7363 SOLR-3108: Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance (fix only)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242212 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09 03:15:44 +00:00
Erick Erickson 3f9389b3ea Fix for SOLR-3111 - fl param not working when more than one field was specified. Also honors * for "all fields"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242150 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 22:30:50 +00:00
Steven Rowe 534ecb309b LUCENE-3753: Clover fixes: Added non-clover-invoking compile-core target specializations to the lucene/test-framework and lucene/tools modules, since these classes have no tests, and lucene/test-framework sources are already included in every other module's clover instrumentation; and moved generate-clover-reports from lucene/common-build.xml to lucene/build.xml, since it doesn't need to be shared elsewhere.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241986 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 17:14:57 +00:00
Shai Erera 9c7fbf58e9 port rev 1241965 to trunk (remove dead code from SearcherManager).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241966 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 16:42:19 +00:00
Robert Muir c0319d5928 SOLR-3056: document expectations in these files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241960 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 16:27:47 +00:00
Steven Rowe 730a8abfd2 Fix fall-through warnings in randomHtmlishString() - added missing "break;"s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241930 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 15:20:53 +00:00
Robert Muir dac1b58277 SOLR-3097, SOLR-3105: add fieldtypes for different languages to the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241878 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 12:07:52 +00:00
Steven Rowe 3519049d94 LUCENE-3753: build-contrib dependendency should be on compile-test, which compiles all test and non-test sources under lucene/, rather than on common.compile-test; otherwise, build outputs go to the wrong place and trigger a build failure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241741 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 02:22:36 +00:00
Steven Rowe 03ca9be6c4 LUCENE-3753: 'ant package' in solr/ triggered a build failure as a result of a build dependency on target 'javadocs-all' in lucene/, because the basedir wasn't being reset by the <subant> calls to the modules to be built to satisfy javadoc links (queryparser, queries, and analyzers-common) - as a result, the first module's compile invocation thought it should put its output in lucene/build/classes/java/, which no longer exists. The fix: switch javadocs-all to depend on the jar-* targets for the modules in question; these use <ant> instead of <subant>, which doesn't seem to have the same issue.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241710 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08 00:09:44 +00:00
Martijn van Groningen fa3acebf89 LUCENE-3602: Moved change from trunk to 3.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241636 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 21:28:59 +00:00
Steven Rowe 9cf7bc1c22 LUCENE-3753: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241598 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 20:30:33 +00:00
Steven Rowe 3c586fa3ea LUCENE-3753: IntelliJ IDEA configuration: make lucene module test configuration working directory be the IntelliJ build output directory for this module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241596 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 20:23:45 +00:00
Steven Rowe eb0ab3d392 LUCENE-3753: Restructure the Lucene build system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241588 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 19:59:05 +00:00
Robert Muir 8b939cb7d2 SOLR-3107: hardwire seed in langdetect langid impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241550 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 18:58:43 +00:00
Yonik Seeley a26d3d1d4c SOLR-3104: get sortfield values for fsv in docid order
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241537 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 18:01:54 +00:00
Michael McCandless 29329e1787 LUCENE-3736: revert per discussion on IRC until we can reach agreement on the chaining
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241500 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 15:49:31 +00:00
Uwe Schindler fb27a1f4e6 LUCENE-3736: Refactor ParallelReader to ParallelAtomicReader and ParallelCompositeReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241470 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 14:24:40 +00:00
Doron Cohen 36ff785606 LUCENE-3746: suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241355 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 06:00:39 +00:00
Mark Robert Miller d98d63d83e set timeout on sync request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241059 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06 16:18:41 +00:00
Erick Erickson de88978db0 Added types to javadoc
used // rather than /**  */ to keep IntelliJ from making a stupid complaint

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241010 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06 13:50:53 +00:00
Robert Muir 4710d32447 LUCENE-3749: replace SimilarityProvider with PerFieldSimilarityWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241001 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06 12:48:01 +00:00
Simon Willnauer dfce8dd760 Retrieve CoreContainer from EmbeddedSolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240980 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06 11:23:33 +00:00
Robert Muir c880ef0647 SOLR-1860: support snowball format in stoplists
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240784 13f79535-47bb-0310-9956-ffa450edef68
2012-02-05 19:33:56 +00:00
Robert Muir bef6e3664d LUCENE-3726: additional tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240760 13f79535-47bb-0310-9956-ffa450edef68
2012-02-05 16:16:02 +00:00
Robert Muir 839219831d LUCENE-3752: move preflex-rw to lucene3x package (and make 3.x impl details package-private)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240750 13f79535-47bb-0310-9956-ffa450edef68
2012-02-05 15:44:49 +00:00
Robert Muir 03497e7595 LUCENE-3745: add proper Japanese stopping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240714 13f79535-47bb-0310-9956-ffa450edef68
2012-02-05 13:05:42 +00:00
Robert Muir 009608d9f2 LUCENE-3726: default Kuromoji to search mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240710 13f79535-47bb-0310-9956-ffa450edef68
2012-02-05 12:41:13 +00:00
Koji Sekiguchi 0e73d06216 SOLR-3054: add a period at the end of the first sentence in javadoc in order to avoid displaying the sample definition of schema.xml in o.a.s.analysis package table, and add indent to the sample for readability
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240655 13f79535-47bb-0310-9956-ffa450edef68
2012-02-05 02:38:18 +00:00
Jan Høydahl 3442587f45 SOLR-3059: Example XSL stylesheet for indexing query result XML (merged from 3x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240427 13f79535-47bb-0310-9956-ffa450edef68
2012-02-04 01:13:56 +00:00
Yonik Seeley 42bec45143 SOLR-3017: make StopFilterFactory return TokenStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240371 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 22:08:13 +00:00
Mark Robert Miller 047b368b59 SOLR-3091: When running in SolrCloud mode, whether a instance is supposed to be part of the quorum or not, it tries to start a local Solr ZK server.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240239 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 16:41:32 +00:00
Mark Robert Miller ce3f9caf86 SOLR-3082: If you use a lazy replication request handler, the commit listener will not be registered right away, and might miss tracking the last commit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240233 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 16:26:20 +00:00
Tommaso Teofili 1b4c60816c [SOLR-3092] - updated TypeTokenFilterFactory to handle useWhiteList parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240081 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 11:11:25 +00:00
Tommaso Teofili 6d3bb736f3 [LUCENE-3744] - applied patch for whiteList usage in TypeTokenFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240034 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 09:13:17 +00:00
Mark Robert Miller 8a70316f46 move where the wait is in this script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239997 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 04:23:48 +00:00
Mark Robert Miller 80db6d38c2 try turning indexsearcher open/close check back on
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239993 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 03:25:49 +00:00
Robert Muir 8fbd9d7673 LUCENE-3749: Similarity.java javadocs and simplifications for 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239941 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 00:01:19 +00:00
Robert Muir d80355fd21 LUCENE-3566: parameterize H1 and H2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239680 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 15:46:43 +00:00
Michael McCandless 60c36c24fb don't let prefix's output bleed into full string's output (potential/latent bug)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239658 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 15:01:13 +00:00
Uwe Schindler 81d3ea17c7 LUCENE-3733: Remove dead javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239478 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 08:09:55 +00:00
Yonik Seeley 26cc705354 recovery: don't replay log file on clean shutdown + startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239465 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 05:59:55 +00:00
Yonik Seeley 0456daf3bb return useful messages for wrapped exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239453 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 03:13:32 +00:00
Yonik Seeley f6e4fceda2 SOLR-3078: only return update versions on request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239437 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 02:17:54 +00:00
Yonik Seeley 49799e031f LUCENE-1536: avoid needless checking of livedocs for solr DocSets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239432 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02 01:37:50 +00:00
Yonik Seeley fa11c89517 SOLR-3062: join was ignoring acceptDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239355 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 22:02:07 +00:00
Steven Rowe 3309fe9b30 IntelliJ IDEA config: Moved kuromoji dependency from analysis-extras contrib module to where it belongs: the (core) solr module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239337 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 21:42:27 +00:00
Yonik Seeley 8eca88f9d4 SOLR-1726: disable deep paging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239326 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 21:15:24 +00:00