Commit Graph

9955 Commits

Author SHA1 Message Date
Robert Muir 48ca1148e2 fix javadocs warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065416 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 22:55:19 +00:00
Robert Muir 3a76e3a8f5 typo police
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065410 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 22:34:36 +00:00
Yonik Seeley 146c27063f SOLR-236: fix bug where numFound was always zero if group.offset and group.limit were both zero.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065406 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 22:26:22 +00:00
Uwe Schindler e7088279f7 LUCENE-1253: LengthFilter (and Solr's KeepWordTokenFilter) now require up front specification of enablePositionIncrement. Together with StopFilter they have a common base class (FilteringTokenFilter) that handles the position increments automatically. Implementors only need to override an accept() method that filters tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065343 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 18:30:34 +00:00
Michael McCandless 277dfa0e88 LUCENE-2900: allow explicit control over whether deletes must be applied when pulling NRT reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065337 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 18:06:37 +00:00
Robert Muir 9af1a72569 add missing svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065327 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 17:29:55 +00:00
Robert Muir d1a5ca1460 add missing @Override and @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065304 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 15:10:15 +00:00
Yonik Seeley 6569aa5da3 add ASL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065302 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 15:03:01 +00:00
Robert Muir 24cfce7c1a add missing license headers where there are none, but the JIRA box was checked (solr)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065286 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 14:17:46 +00:00
Robert Muir 7c24712e89 LUCENE-1866: add missing dirs to rat report
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065272 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 13:52:06 +00:00
Robert Muir 5629a2b96b add missing license headers where there are none, but the JIRA box was checked
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065265 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 13:28:41 +00:00
Robert Muir de55bd4de1 LUCENE-2896: in advance(), don't skip when target doc delta is very small
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065261 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 13:03:21 +00:00
Michael McCandless 185ad0c631 Java 1.5 can't @Override an interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065102 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 20:33:09 +00:00
Michael McCandless 76b0a38e82 LUCENE-1076: add CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065096 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 19:51:30 +00:00
Michael McCandless 295c8f84c7 LUCENE-1076: allow non-contiguous merges; improve handling of buffered deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065095 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 19:48:56 +00:00
Ryan McKinley 5f7f97021c LUCENE-2671 -- deprecate FieldTypes that will be removed in 5.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065093 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 19:43:20 +00:00
Ryan McKinley 5dcacafcb4 - add comments to pivot test
- change capitalization so that testing looks the same as the input

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065074 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 17:10:09 +00:00
Yonik Seeley d4c9a81452 SOLR-792: fix test to match fix to mincount
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065067 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 16:50:51 +00:00
Michael McCandless 5342d8676d LUCENE-2898: fix CMS throttling to be independent of number of incoming producer threads; some defensive concurrency fixes for SegmentInfo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065059 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 16:22:59 +00:00
Koji Sekiguchi cbf8d878f7 SOLR-792: fix comparison for mincount
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065020 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 14:30:45 +00:00
Yonik Seeley 5d8790eb85 SOLR-1983 SOLR-2156: set replication flags and cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064942 13f79535-47bb-0310-9956-ffa450edef68
2011-01-29 02:24:53 +00:00
Michael McCandless f12b4ab2ff fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064927 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 23:12:48 +00:00
Michael McCandless 06c4c204c8 LUCENE-2895: MockRandomCodec loads termsIndex even if termsIndexDivisor is set to -1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064926 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 23:12:22 +00:00
Robert Muir 0d9559e1b4 LUCENE-1866: enable rat-sources for all lucene/contrib/modules/solr src and tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064844 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 19:55:24 +00:00
Yonik Seeley 99a60c33c5 SOLR-2265: update jetty to 6.1.26 (missed start.jar)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064781 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 17:07:50 +00:00
Yonik Seeley da24882340 docs: move changes entry to 3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064738 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 15:45:55 +00:00
Koji Sekiguchi 92874ddaa6 SOLR-860: Add debug output for MoreLikeThis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064735 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 15:37:43 +00:00
Simon Willnauer a7a9be923e Only create a Filter list if there is a non-empty fq parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064730 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 15:25:33 +00:00
Shai Erera 4f1fe2b66d LUCENE-2895: MockRandomCodec loads termsIndex even if termsIndexDivisor is set to -1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064463 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 05:25:35 +00:00
Chris M. Hostetter f13449ce48 SOLR-1940: Fix SolrDispatchFilter behavior when Content-Type is unknown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064395 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 01:02:28 +00:00
Chris M. Hostetter e70311f386 SOLR-2085: Improve SolrJ behavior when FacetComponent comes before QueryComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064386 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 00:34:40 +00:00
Koji Sekiguchi 261a161c29 SOLR-2263: correct the ticket number. SOLR-1283 -> SOLR-2263
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064379 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 00:19:47 +00:00
Yonik Seeley 946dc5c68a SOLR-2263: Add ability for RawResponseWriter to stream binary files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064330 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 22:00:14 +00:00
Shai Erera 4c62240087 LUCENE-2891: merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064285 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 20:07:43 +00:00
Shai Erera 4aa8a1f179 remove FilterManager
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064078 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 11:10:48 +00:00
Shai Erera ad24f6a01f LUCENE-1469: make isValid protected and not static
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064072 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 10:28:23 +00:00
Shai Erera b24a26b251 LUCENE-2609: Generate jar containing test classes (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064068 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 10:10:36 +00:00
Doron Cohen ecea5e669a LUCENE-914: Scorer.skipTo(current) remains on current for some scorers - javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064051 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 09:26:04 +00:00
Michael McCandless 5a9c5aae0b LUCENE-2680: deletes were being double-applied
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063936 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 00:42:58 +00:00
Yonik Seeley 51dc4159e6 SOLR-1283: fix numRead counter that caused mark invalid exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063920 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 23:40:08 +00:00
Michael McCandless add8aecd99 LUCENE-2474: make MBS final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063908 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 22:42:08 +00:00
Michael McCandless 63097d1bd8 LUCENE-2474: cutover to MapBackedSet(ConcurrentHashMap) instead of Collections.syncSet(HashSet)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063897 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 22:17:57 +00:00
Michael McCandless e54599568d LUCENE-2010: don't assert no unref'd files in TIR.testDiskFull; fix rollback on exc during commit to put back any pruned segs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063882 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 21:55:37 +00:00
Yonik Seeley 471c0ced82 SOLR-2327: error handling - force queryResultWindowSize to a min of 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063877 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 21:39:42 +00:00
Yonik Seeley 326ab7d577 SOLR-1711: fix hang when queue is full but there are no runners
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063869 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 20:57:05 +00:00
Grant Ingersoll d494562133 LUCENE-2609: distribute the core tests, as they can be useful downstream to people
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063868 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 20:55:49 +00:00
Michael McCandless 3da5bd8728 remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063842 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 19:25:50 +00:00
Michael McCandless c40a12dd46 jdocs: note that calling close(false) can hit MergeAbortedExc's in optimize, addIndexes(IndexReader[]), expungeDeletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063837 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 19:18:48 +00:00
Uwe Schindler 9e51a873f6 LUCENE-2889: Remove @lucene.experimental from Numeric*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063762 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 15:47:28 +00:00
Robert Muir 20621a4e72 SOLR-1826: Add tests for highlighting with termOffsets=true and overlapping tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063702 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 13:00:41 +00:00