Simon Willnauer
|
48d6f2122d
|
LUCENE-2032: fixed serialization issue in CartesianShapeFilter and removed referenced to java 5 logging API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833122 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-05 18:49:21 +00:00 |
Uwe Schindler
|
072f9e3218
|
LUCENE-2032: Spatial Filter is now correctly Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832987 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-05 03:43:02 +00:00 |
Robert Muir
|
80e8bfbbc9
|
LUCENE-2031: Move patternanalyzer from memory contrib into analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832889 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-04 22:37:01 +00:00 |
Simon Willnauer
|
340efc119e
|
Removed Dead code and legacy finalize method from MemoryIndexReader. The finalize method has been removed from IndexReader so subclasses do not need to override it. - Hackathon, reviewed by uschindler
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832565 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 21:24:49 +00:00 |
Simon Willnauer
|
a5da31ef90
|
Trivial fix of ignored return value of reader.read(). Done during hackathon - review by uschindler
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832554 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 20:58:12 +00:00 |
Simon Willnauer
|
e84f86d497
|
Trivial fix - changed new Character('_') into Character.valueOf('_')
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832549 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 20:49:57 +00:00 |
Robert Muir
|
9b0c42a9c1
|
fix confusing smartcn javadoc bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831913 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-02 15:08:42 +00:00 |
Robert Muir
|
066eac49a4
|
LUCENE-2022: remove deprecated api from contrib/analysis and wikipedia
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831425 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 19:04:30 +00:00 |
Robert Muir
|
cc374d7efc
|
set RussianLowerCaseFilter deprecation to 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831391 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 17:11:10 +00:00 |
Michael McCandless
|
13593aa802
|
LUCENE-2002: restore RussianLowerCaseFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 12:45:11 +00:00 |
Robert Muir
|
0733caac5f
|
LUCENE-2021: use chararrayset in french elision filter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831268 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 11:25:10 +00:00 |
Robert Muir
|
8861ba2ffd
|
LUCENE-2014: add a thai test to prevent any similar regression
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831189 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 03:26:44 +00:00 |
Robert Muir
|
19e55ea991
|
LUCENE-1257: port smartchineseanalyzer to java 5
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831121 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 22:29:50 +00:00 |
Mark Robert Miller
|
88d3d41992
|
LUCENE-2013: SpanRegexQuery does not work with QueryScorer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831024 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 16:41:04 +00:00 |
Robert Muir
|
1b38f9c24d
|
LUCENE-2014: SmartChineseAnalyzer position increment bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830871 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 09:22:37 +00:00 |
Uwe Schindler
|
786457c0e3
|
LUCENE-1257: Generics in contrib/memory, contrib/wordnet (previously memory), contrib/misc, contrib/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830790 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 23:21:25 +00:00 |
Robert Muir
|
36b65637fc
|
LUCENE-1904: Move wordnet synonym code from contrib/memory to contrib/wordnet
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830699 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 17:49:53 +00:00 |
Michael McCandless
|
66d8e773b1
|
LUCENE-1994: fix thread safety of EnwikContentSource and DocMaker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830488 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 10:06:23 +00:00 |
Mark Robert Miller
|
b14fd4bccc
|
credit where credits due ;)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830000 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 22:21:07 +00:00 |
Uwe Schindler
|
e4fdf4856e
|
LUCENE-1929: Merge missing changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829999 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 22:17:51 +00:00 |
Uwe Schindler
|
54041dfbaa
|
LUCENE-1929: Merge NumericRangeQuery tests for highlighter from 2.9 branch. The bug was already fixed by a different impl in trunk, but the test was missing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829995 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 22:06:40 +00:00 |
Michael McCandless
|
74f872182e
|
fix some javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829817 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 14:55:51 +00:00 |
Michael McCandless
|
c2bc750e48
|
LUCENE-2002: move changes entry back to 'API changes'
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829814 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 14:37:25 +00:00 |
Michael McCandless
|
2e4dc5b003
|
LUCENE-2002: move CHANGES entry under 'Changes in back compat policy' section, since it deprecates APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829774 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 12:44:02 +00:00 |
Uwe Schindler
|
8086aad514
|
LUCENE-1257: Add generics to highlighter and more for benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829524 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-25 10:12:58 +00:00 |
Uwe Schindler
|
7902c4b729
|
Remove the remaining deprecated ctors from TokenStream API test base class (BaseTokenStreamTestCase). They were used to test old and new TokenStream API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829244 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 21:21:17 +00:00 |
Michael McCandless
|
831f665ba8
|
LUCENE-2002: Fix HighlighterTest to consistently use the same version compat
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829208 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 20:28:56 +00:00 |
Michael McCandless
|
aaddac8992
|
LUCENE-2002: add Version to QueryParser & contrib analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829206 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 20:25:17 +00:00 |
Mark Robert Miller
|
0557d2ce5a
|
LUCENE-2003 Changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829132 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 17:13:21 +00:00 |
Mark Robert Miller
|
9609a2cb4d
|
LUCENE-2003: Highlighter doesn't respect position increments other than 1 with PhraseQuerys
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829129 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 17:08:50 +00:00 |
Uwe Schindler
|
1b59256ab8
|
LUCENE-1973: Remove deprecated BoostingTermQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829020 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 12:21:43 +00:00 |
Uwe Schindler
|
a5df94c249
|
LUCENE-1257: More Java5 updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829013 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-23 11:54:03 +00:00 |
Robert Muir
|
d1fc6bece6
|
LUCENE-1359: FrenchAnalyzer tokenstream does not honor the contract of Analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@828298 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-22 04:03:12 +00:00 |
Uwe Schindler
|
04da5e73f2
|
LUCENE-1998: Parameter -> Java 5 enum transition
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@828156 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 19:30:06 +00:00 |
Robert Muir
|
afc66e4e66
|
LUCENE-2001: Fix parsing bug in wordnet contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@828091 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 16:32:03 +00:00 |
Uwe Schindler
|
1ae5f89cfb
|
LUCENE-1987: Remove rest of analysis deprecations (StandardAnalyzer, StopAnalyzer)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@827979 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 12:12:11 +00:00 |
Uwe Schindler
|
649a0e83a4
|
Remove deprecations from QueryParser and generify (LUCENE-1257) QueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@827717 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-20 16:06:29 +00:00 |
Michael McCandless
|
5ceb81834d
|
LUCENE-1993: add maxDocFreq to MoreLikeThis
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@827042 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-20 11:59:53 +00:00 |
Uwe Schindler
|
3645281a5d
|
Update JavaCC parser task to Java 1.5 and regenerate files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826549 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-18 23:21:13 +00:00 |
Uwe Schindler
|
11c7039a82
|
LUCENE-1945: Add Closeable interface to all public interfaces/super-classes that define close(). Package-private classes inside oal.index are not changed (as they often only define package-private close())
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826540 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-18 22:21:43 +00:00 |
Uwe Schindler
|
975ce67fb5
|
LUCENE-1257: More generified APIs and implementations. Also makes BooleanQuery implement Iterable for easy extended for loop on clauses. Thanks Kay Kay!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826213 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-17 09:53:02 +00:00 |
Uwe Schindler
|
a0776e5cd0
|
Generify more Comparable interface declarations
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826016 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 17:47:14 +00:00 |
Uwe Schindler
|
74b190f4b7
|
Fix comparator in contrib/instantiated.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826011 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 17:17:12 +00:00 |
Michael Busch
|
663adad4d7
|
LUCENE-1979: remove more deprecations in the index package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825288 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-14 21:21:05 +00:00 |
Robert Muir
|
effd119399
|
LUCENE-1756: Improve PatternAnalyzerTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825112 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-14 12:33:28 +00:00 |
Robert Muir
|
e053d80455
|
LUCENE-1966: ArabicAnalyzer stopwords cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825110 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-14 12:24:18 +00:00 |
Michael Busch
|
21ea806aa0
|
LUCENE-1979: Remove remaining deprecations from index package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825022 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-14 06:38:57 +00:00 |
Andrzej Bialecki
|
7d0d4ecc44
|
LUCENE-1959 Add MultiPassIndexSplitter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824798 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 14:54:30 +00:00 |
Uwe Schindler
|
c5af8f8fee
|
LUCENE-1978: Remove the rest of deprecated HitCollectors
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824781 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 14:28:01 +00:00 |
Uwe Schindler
|
e8cf50a651
|
LUCENE-1977: Remove deprecated Term field and accessors in MultiTermQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824771 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 14:07:16 +00:00 |