Uwe Schindler
|
1951724650
|
LUCENE-1257: Generics: contrib/lucli
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834720 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-11 00:05:15 +00:00 |
Robert Muir
|
c4f2d05a03
|
LUCENE-2022: remove contrib deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834707 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 23:22:48 +00:00 |
Uwe Schindler
|
e1eb5df223
|
LUCENE-1980: Fix javadocs after deprecation removal
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834704 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 23:16:01 +00:00 |
Uwe Schindler
|
ea93403d79
|
LUCENE-2041: Complete parallelizaton of ParallelMultiSearcher and refactoring of MultiSearcher, Java 5 concurrent API support
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834550 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 17:16:16 +00:00 |
Uwe Schindler
|
9fca17c4cc
|
one more affected by @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834424 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 10:56:45 +00:00 |
Uwe Schindler
|
48f4f2e27a
|
add @Override (see last commit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834422 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 10:51:28 +00:00 |
Uwe Schindler
|
21e83894ae
|
add missing method (but defined by interface) to abstract class to make @Override work
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834421 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 10:49:00 +00:00 |
Uwe Schindler
|
b756112999
|
LUCENE-1257: Generics:
demo,contrib/swing,contrib/wikipedia,contrib/wordnet,contrib/xml-query-parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834414 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-10 10:18:26 +00:00 |
Uwe Schindler
|
a7f15d1589
|
remove unneeded cast
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834250 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-09 21:55:16 +00:00 |
Michael McCandless
|
7ce48cea93
|
LUCENE-2046: IndexReader.isCurrent should still return true after writer calls prepareCommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834035 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-09 12:37:43 +00:00 |
Michael McCandless
|
9db9f77743
|
fix bug that causes false positive failure in the test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834011 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-09 10:40:46 +00:00 |
Uwe Schindler
|
2ffc3bacd8
|
LUCENE-2030: Fix locks in CachingWrapperFilter and CachingSpanFilter (make members private, also synchronize on WeakHashMap build, use new Java5 ReentrantLock)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833934 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-08 21:46:20 +00:00 |
Michael McCandless
|
6ae62295e9
|
LUCENE-2045: fix false FNFE
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833886 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-08 15:35:56 +00:00 |
Robert Muir
|
786eb6ce0d
|
LUCENE-2012: add remaining @overrides (contrib,demo)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833867 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-08 12:45:12 +00:00 |
Michael McCandless
|
9bec958bf0
|
LUCENE-2044: add delete.percent.rand.seed to control random seed for DeleteByPercentTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833861 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-08 11:54:35 +00:00 |
Michael McCandless
|
47a52d9f49
|
LUCENE-2043: CommitIndexTask also commits pending changes in the open IndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833765 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-07 21:13:01 +00:00 |
Michael McCandless
|
e817cfce3a
|
LUCENE-2043: CommitIndexTask also commits pending changes in the open IndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833764 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-07 21:12:12 +00:00 |
Michael McCandless
|
10e6ceac5d
|
LUCENE-2043: CommitIndexTask also commits pending changes in the open IndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833763 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-07 21:11:42 +00:00 |
Michael McCandless
|
a797338188
|
LUCENE-2042: also print how many terms were searched, when the query is a MTQ
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833762 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-07 21:10:38 +00:00 |
Michael McCandless
|
0e2839b2b2
|
LUCENE-2042: add print.hits.field config
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833745 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-07 20:08:00 +00:00 |
Michael McCandless
|
73944292d4
|
LUCENE-2029: allow separate control over body stored/tokenized in DocMaker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833605 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 23:44:10 +00:00 |
Uwe Schindler
|
15743fc179
|
LUCENE-504: Change FuzzyQuery to use java.utilPriorityQueue which grows dynamically to support BooleanQuery.maxClauseCount(Integer.MAX_VALUE) without exhausting all memory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833544 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 20:15:23 +00:00 |
Michael McCandless
|
53b807726a
|
fold in 2.9.1 contrib/CHANGES entry to trunk's
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833475 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 17:10:22 +00:00 |
Michael McCandless
|
4c2adde0e3
|
fold in 2.9.1 CHANGES entry to trunk's
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833474 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 17:07:16 +00:00 |
Uwe Schindler
|
fbca69baa0
|
Fix the heavy committing error :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833297 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 04:29:24 +00:00 |
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
|
8375c97131
|
Fix de-serialization of interned field names
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833095 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-05 17:33:45 +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 |
Uwe Schindler
|
b082951277
|
LUCENE-2012: Add @Override in core tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832972 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-05 01:55:39 +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 |
Uwe Schindler
|
e69b4d43f6
|
Fix some strange things on ApacheCon
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@832571 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 21:38:28 +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 |
Michael McCandless
|
8be6749a7e
|
add CHANGES entry for oal.Lock.isLocked now throwing ioe
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831699 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-01 16:40:05 +00:00 |
Michael McCandless
|
15bda7eb1a
|
allow Lock.isLocked to throw IOException
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831662 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-01 10:12:11 +00:00 |
Michael McCandless
|
a51d0ac267
|
LUCENE-2005: add LuSql project to contributions page
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831460 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 21:40:58 +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 |
Michael McCandless
|
4902849fb5
|
LUCENE-2017: improve javadocs of CloseableThreadLocal; forcefully remove calling threads entry on close
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831248 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 10:06:54 +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 |
Michael McCandless
|
de0aaadb81
|
LCUENE-2016: remap invalid U+FFFF char during indexing, to prevent silent corruption
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 17:30:46 +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
|
5c40eb4715
|
no branching needed, return value of version compare is already boolean
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830868 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 09:18:58 +00:00 |
Mark Robert Miller
|
8d1e2ddf0e
|
move default similarity declaration back to top
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@830800 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 23:52:47 +00:00 |