Commit Graph

4084 Commits

Author SHA1 Message Date
Uwe Schindler 594c9a35f7 LUCENE-1972: Remove deprecated ExtendedFieldCache, custom and auto caches, SortField.AUTO, deprecated custom sort, deprecated sorting HitCollectors, deprecated TopDocs HitCollectors, legacy search
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824697 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 11:18:25 +00:00
Uwe Schindler 9f907beceb new tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824633 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 08:15:06 +00:00
Michael Busch c9cc79d30b new back-compat tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824621 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 07:26:26 +00:00
Michael Busch 511222aacf New back-compat tag with LUCENE-1975 changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824586 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 04:24:19 +00:00
Michael Busch 9b9d85d9ca LUCENE-1975: Remove deprecated SpanQuery.getTerms() and generify Query.extractTerms(Set<Term>)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824527 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 22:40:30 +00:00
Michael McCandless b9e6831f3c improve NRT javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824498 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 21:06:21 +00:00
Uwe Schindler ef1af60efe LUCENE-1971: Remove RangeQuery & Co.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824175 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 21:29:07 +00:00
Uwe Schindler e2023d0f47 Add a small optimization to enable users that use NumericRangeQuery with upper and lower point identical to be faster by using constant score boolean rewrite by default. By this NumericRangeQuery can be used like TermQuery to hit exactly one term.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824125 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 18:57:47 +00:00
Uwe Schindler 046f90e496 cleanup CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824118 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 17:41:39 +00:00
Uwe Schindler 4cded8042c LUCENE-1946, LUCENE-1753: Remove deprecated TokenStream API. What a pity, my wonderful backwards layer is gone! :-( Enforce decorator pattern by making the rest of TokenStreams final.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824116 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 17:35:09 +00:00
Michael Busch 35f0f926a2 LUCENE-1970: Remove deprecated DocIdSetIterator methods.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824111 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 17:17:40 +00:00
Uwe Schindler ad692ba1c0 reenable tests (class will not be removed in 3.0).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824101 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 16:25:55 +00:00
Uwe Schindler b183d17bca fix usage of deprecated method in BooleanFilterTest, as OpenBitSet's next() was already removed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824088 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 15:28:03 +00:00
Uwe Schindler 75b8d24d86 More javadoc fixes, sorry for duplicate commit, didn't see this before
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824068 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 13:15:59 +00:00
Uwe Schindler 2e3fb612af fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824066 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 13:11:51 +00:00
Michael Busch 7f86a2ed63 switch to new back-compat tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824027 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 05:31:42 +00:00
Michael Busch 2a7ce3faa3 Remove deprecated metthods in DocIdBitSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824015 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 04:00:02 +00:00
Michael Busch 3619c380d6 LUCENE-1968: Remove deprecated PriorityQueue methods.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824013 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 03:54:25 +00:00
Robert Muir 877c9ff521 For fa analyzer, add a test for custom stopwords
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823546 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 13:27:14 +00:00
Robert Muir 956c8cda82 LUCENE-1963: Lowercase before stopfilter in ArabicAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823534 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 12:55:47 +00:00
Michael McCandless 990fa50610 new back compat tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823486 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 09:47:56 +00:00
Karl-Johan Wettin 1d62f1a3f0 LUCENE-1947: Snowball package contains BSD licensed code with ASL header.
Also updated use of StringBuffer to StringBuilder, and added a bit of documentation about this.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823445 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 07:57:58 +00:00
Michael McCandless a52b711350 LUCENE-1950: remove autoCommit entirely
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823375 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 00:49:17 +00:00
Michael McCandless 94d7eee008 LUCENE-1950: fix intermittent exception in testcase
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823369 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 00:30:40 +00:00
Michael McCandless 24d9c6b9c7 revert accidental commit; switch to new back-compat tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823326 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 21:12:38 +00:00
Michael McCandless b98e0976b0 LUCENE-1951: fix WildcardQuery to correctly rewrite single term query and prefix query
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823324 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 20:59:31 +00:00
Michael McCandless f20e419aff LUCENE-1950: remove autoCommit=true from IndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823321 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 20:57:32 +00:00
Simon Willnauer b5b0ebb96c fixed spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823296 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 19:49:19 +00:00
Simon Willnauer 8b7d25769b LUCENE-1965, LUCENE-1962: Added possible performance improvments for Persian-, Arabic- and SmartChineseAnalyzer to changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823294 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 19:48:28 +00:00
Simon Willnauer 05b7822170 LUCENE-1965: Lazy Atomic Loading Stopwords in SmartCN
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823285 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 19:21:36 +00:00
Michael Busch 84b2c6ecaa LUCENE-1961: Remove remaining deprecations from document package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823252 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 18:02:06 +00:00
Michael Busch 3f418a0bba LUCENE-1961: switch to latest back-compat tag.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823250 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 17:57:18 +00:00
Simon Willnauer 286cb1f9d2 LUCENE-1962: Cleaned up Persian & Arabic Analyzer. Prevent default stopword list from being loaded more than once.
- replace if blocks with a single switch
- marking private members final where needed
- changed protected visibility to final in final class.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823180 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 13:54:18 +00:00
Koji Sekiguchi 90fc7e18c7 LUCENE-1953: FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823170 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 13:34:43 +00:00
Michael McCandless 886ae61113 LUCENE-1959: reuse the copy buffer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823155 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 12:52:15 +00:00
Michael McCandless 2fc8e01d9e LUCENE-1959: add IndexSplitter tool to pull segment files out of an index into another
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823153 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 12:50:19 +00:00
Michael Busch 6be57e324e LUCENE-1960: Remove deprecated Field.Store.COMPRESS.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822978 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 00:54:59 +00:00
Michael Busch 39b4a0e4dc LUCENE-1957: Remove Filter.bits(IndexReader).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822930 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 21:43:45 +00:00
Michael Busch f1bf7c01be switch to new back-compat tag for LUCENE-1957
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822916 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 21:06:42 +00:00
Michael Busch f702e9596d LUCENE-1856: Remove classes Hit, HitIterator, Hits and some javadoc references
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822825 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 18:32:47 +00:00
Michael McCandless c11776d2c6 remove tags
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822781 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 15:41:09 +00:00
Michael McCandless 742aca6a9d new back-compat tag, to fix TestBackwardsCompatibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822769 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 14:58:56 +00:00
Michael Busch d7d9241ef7 LUCENE-1856: Remove Hits.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822587 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 05:08:22 +00:00
Michael McCandless ca1f4e018b fix TestBackwardsCompability to not use deprecated APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822284 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 14:12:46 +00:00
Uwe Schindler ad7441bacc restore TestBackwardsCompatibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822240 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 12:25:05 +00:00
Uwe Schindler a81933fc9b delete again
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822239 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 12:23:13 +00:00
Michael McCandless f80ca19510 restore TestBackwardsCompatibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822203 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:32:43 +00:00
Michael Busch 748a5196b8 LUCENE-486: Update compatibility.tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822139 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 06:06:38 +00:00
Michael Busch b9bf270b01 LUCENE-486: Remove test->demo dependencies.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@822137 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 05:57:20 +00:00
Karl-Johan Wettin b3f73db537 LUCENE-1939: IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method on exhausted streams.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821888 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 16:01:17 +00:00