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 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 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 |
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 |
Uwe Schindler
|
8dcc6d68b5
|
LUCENE-1257: Move messages package to Java 1.5, thanks Robert Muir!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821447 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 23:36:23 +00:00 |
Uwe Schindler
|
236baf9fcb
|
LUCENE-1944: Cleanup contrib to not use deprecated APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821444 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 23:24:33 +00:00 |
Uwe Schindler
|
b75e96f2f4
|
LUCENE-1257: Change some occurrences of StringBuffer in public/protected APIs of contrib/surround to StringBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821443 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 23:10:27 +00:00 |
Robert Muir
|
8da43c4bb8
|
LUCENE-1916: smartcn hhmm doc translation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821325 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 14:24:45 +00:00 |
Robert Muir
|
1f9088b038
|
LUCENE-1943: Improve performance of ChineseFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821322 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 13:54:12 +00:00 |
Karl-Johan Wettin
|
891570478d
|
LUCENE-1257: Fix for InstantiatedIndex compile error caused by code committed in revision 821277
List<Fieldable> rather than List<Field>
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821315 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 13:23:45 +00:00 |
Karl-Johan Wettin
|
4f878bdc93
|
LUCENE-1257: Generified ShingleMatrixFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821311 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 13:17:11 +00:00 |
Uwe Schindler
|
835de0b44d
|
LUCENE-1833: Change all new Number() ctors to Number.valueOf()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821186 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-02 22:16:44 +00:00 |
Uwe Schindler
|
af0e97fd72
|
LUCENE-1257: Replace StringBuffer by StringBuilder where possible
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821185 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-02 22:11:10 +00:00 |
Robert Muir
|
dd9c1b0101
|
LUCENE-1936: Remove deprecated charset support from Greek and Russian analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820756 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-01 19:20:09 +00:00 |
Uwe Schindler
|
c1f5e753d7
|
LUCENE-1933: Provide a convenience AttributeFactory that creates a Token instance for all basic attributes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820658 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-01 13:49:46 +00:00 |
Michael McCandless
|
fa3e8b870c
|
LUCENE-1924: add BalancedSegmentMergePolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820627 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-01 12:23:03 +00:00 |
Uwe Schindler
|
ec90bc2202
|
LUCENE-1855: Change AttributeSource API to use generics
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820553 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-01 07:53:43 +00:00 |
Uwe Schindler
|
7733f8ab32
|
Remove unneeded Java 1.5 properties from contrib build.xmls
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820481 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-30 22:29:02 +00:00 |
Michael McCandless
|
da19413d09
|
LUCENE-1781: move CHANGES entry into unreleased section
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818633 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-24 21:36:11 +00:00 |
Michael McCandless
|
06a9b8d290
|
LUCENE-1781: fix various issues with lat/lng bounding box computation for contrib/spatial
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817456 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-22 00:08:21 +00:00 |
Mark Robert Miller
|
16e01820db
|
estimate release in a couple days
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817268 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-21 14:23:44 +00:00 |
Mark Robert Miller
|
7c757a03c1
|
update release date info
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816368 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 20:18:51 +00:00 |
Mark Robert Miller
|
9d7babcb26
|
LUCENE-1913: FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816192 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 13:56:51 +00:00 |
Michael McCandless
|
dac29b3f49
|
LUCENE-1912: fix issue when 2 or more terms are concatenated
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816151 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 11:41:30 +00:00 |
Uwe Schindler
|
4666489857
|
LUCENE-1906: Fix backwards problems with CharStream and Tokenizers with custom reset(Reader) method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813671 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-11 06:12:13 +00:00 |
Mark Robert Miller
|
8acc35da95
|
LUCENE-1894: fix using the wrong cache
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813199 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-10 02:55:47 +00:00 |
Mark Robert Miller
|
151fd05016
|
LUCENE-1887: moves messages from queryParser contrib to core and applies Robert Muir's patch to convert to 1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813198 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-10 02:44:50 +00:00 |
Uwe Schindler
|
0f5a2d1239
|
LUCENE-1903: Forgot me & issue reporter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812782 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-09 06:05:46 +00:00 |
Uwe Schindler
|
a8eb5c4b80
|
LUCENE-1903: Fix incorrect ShingleFilter behavior when outputUnigrams == false
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812779 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-09 06:02:54 +00:00 |
Mark Robert Miller
|
26b9f64ab8
|
LUCENE-1898: Switch changes to use bullets rather than numbers and update changes-to-html script to handle the new format.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812493 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-08 13:07:07 +00:00 |
Mark Robert Miller
|
78e767b671
|
LUCENE-1893: clean up equals/hashCode issues in spatial
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812248 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 18:31:43 +00:00 |
Mark Robert Miller
|
53dcf2c320
|
cleanup unused reusableToken instances that were left behind
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811984 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 03:29:38 +00:00 |
Mark Robert Miller
|
675af03c9b
|
LUCENE-1891: Spatial uses java util logging that causes needless minor work (multiple string concat, a method call) due to not checking log level
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811974 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 02:12:04 +00:00 |
Chris M. Hostetter
|
fe6c88cebe
|
adding CHANGES.txt entries that i/others forgot to add when making some recent documentation improvement commits. Jira issues: LUCENE-1876, LUCENE-1884, LUCENE-1886, LUCENE-1862, LUCENE-1875, LUCENE-1872
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811080 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-03 18:51:48 +00:00 |
Chris M. Hostetter
|
c56f4c224f
|
LUCENE-1884: massive javadoc and comment cleanup -- primarily dealing with typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811070 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-03 18:31:41 +00:00 |
Michael McCandless
|
ca16a35398
|
LUCENE-1878: make it clear that contrib/spatial is still experimental
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810951 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-03 14:03:19 +00:00 |
Robert Muir
|
a02eb9ee42
|
LUCENE-1876: add missing package.html to some contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810923 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-03 13:02:16 +00:00 |
Michael McCandless
|
edf84b6b55
|
LUCENE-1878: cutover TestCartesian to DistanceFieldComparatorSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810648 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-02 18:20:13 +00:00 |
Mark Robert Miller
|
fe9d473743
|
update a few license issues in package.htmls
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810578 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-02 15:46:40 +00:00 |
Mark Robert Miller
|
b3a00de39c
|
LUCENE-1878: remove deprecated classes from spatial
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810572 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-02 15:34:45 +00:00 |
Mark Robert Miller
|
dff5952e3e
|
spell fixes for changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810559 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-02 15:23:58 +00:00 |
Chris M. Hostetter
|
6e5b0f028f
|
LUCENE-1862: resolve duplicate queryParser package.html problem by moving contrib specific docs to contrib's overview.html ... also make a few other tweaks to improve the formatting of the queryParser contrib docs and how they are listed in the sections in overview-summary.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810286 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-01 22:29:24 +00:00 |
Chris M. Hostetter
|
29e6be94c3
|
LUCENE-1882: improved package level docs for smartcn
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810247 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-01 21:31:18 +00:00 |
Chris M. Hostetter
|
e5cb7f668a
|
LUCENE-1882: move SmartChineseAnalyzer to the 'correct' package ... this commit is based on a sequence of svn commands and a patch provided by Robert Muir in LUCENE-1862
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810208 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-01 20:10:33 +00:00 |
Chris M. Hostetter
|
566aaf28e7
|
fix eol inconsistencies in some package.html files
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810191 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-01 19:30:59 +00:00 |
Michael McCandless
|
0e6405e354
|
LUCENE-1880: make contrib/collation/(ICU)CollationKeyAnalyzer constructors public
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809767 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-31 22:35:46 +00:00 |
Mark Robert Miller
|
3472e6aeae
|
change to state that benchmark works with multiple standard collections rather than one
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809385 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-30 17:18:13 +00:00 |
Mark Robert Miller
|
3e5d464f1e
|
more license updates from LUCENE-1865
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809380 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-30 17:09:57 +00:00 |
Mark Robert Miller
|
886e887b3d
|
LUCENE-1871: Highlighter wraps caching token filters that are not CachingTokenFilter in CachingTokenFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808982 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-28 18:31:07 +00:00 |