Michael McCandless
|
0df3c5e074
|
LUCENE-2178: allow multiple locations on -Dbenchmark.ext.classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@893233 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 17:07:00 +00:00 |
Michael McCandless
|
7d35aafe71
|
LUCENE-2164: make CMS smarter about prioritizing its threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@892992 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 21:38:24 +00:00 |
Robert Muir
|
6e6acefb05
|
LUCENE-2124: fix javadocs from the move, thanks Steven
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@892743 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 09:50:58 +00:00 |
Robert Muir
|
16eaa6198f
|
LUCENE-1786: improve performance of TestCompoundWordTokenFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@892355 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-18 19:25:24 +00:00 |
Michael McCandless
|
0de0bc8ce2
|
LUCENE-2168: allow negative relative priority for BG tasks
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@891634 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-17 11:12:54 +00:00 |
Uwe Schindler
|
f18f490a93
|
LUCENE-1769: Upgrade clover to 2.x (requirement is 2.6.x now, because older versions have bugs)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@891402 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-16 19:44:57 +00:00 |
Robert Muir
|
f616a47036
|
LUCENE-2165: SnowballAnalyzer was missing Set-based ctor
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@891209 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-16 12:13:36 +00:00 |
Uwe Schindler
|
dad7e60253
|
LUCENE-2157: DelimitedPayloadTokenFilter no longer copies the buffer over itsself, instead it sets the length to the offset of the delimiter. Also optimizes logic and IdentityEncoder to use NIO.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@890791 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-15 13:27:27 +00:00 |
Robert Muir
|
2f7b7453b3
|
LUCENE-2155: clear/initialize calendar fields in localized date tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@890407 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-14 17:31:59 +00:00 |
Karl-Johan Wettin
|
2c675012fe
|
LUCENE-2144
No testing of features outside of the documented API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889667 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-11 15:47:28 +00:00 |
Karl-Johan Wettin
|
f975b84b16
|
LUCENE-2144
Warning about descripancy during invalid use of the TermDocs API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889463 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-10 23:26:37 +00:00 |
Michael McCandless
|
00eadcb986
|
LUCENE-2144: fix InstantiatedIndex to handle termDocs(null)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889432 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-10 21:38:39 +00:00 |
Michael McCandless
|
121dbb58ba
|
LUCENE-2144: fix InstantiatedIndex to handle termDocs(null)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889431 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-10 21:38:07 +00:00 |
Simon Willnauer
|
6c0c318218
|
LUCENE-2100: Marked all contrib Analyzer subclasses as final. Analyzers should be only act as a composition of TokenStreams, users should compose their own analyzers instead of subclassing existing ones.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888799 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 13:32:32 +00:00 |
Simon Willnauer
|
43c475d296
|
LUCENE-2117: SnowballAnalyzer uses TurkishLowerCaseFilter instead of LowercaseFilter to correctly handle the unique Turkish casing behavior if used with Version > 3.0 and the TurkishStemmer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888787 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 12:47:37 +00:00 |
Robert Muir
|
cc619905c4
|
LUCENE-2124: mv package.html docs to overview, like we did for queryparser, to avoid javadocs warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888784 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 12:22:08 +00:00 |
Robert Muir
|
550a4ef1af
|
LUCENE-2124: move jdk collation to core, icu collation to icu contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888780 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 12:08:06 +00:00 |
Uwe Schindler
|
6702e09b98
|
LUCENE-2136: This can be reverted.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888437 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 15:19:21 +00:00 |
Michael McCandless
|
9565d7d071
|
LUCENE-2136: optimization: if Multi/DirectoryReader only has a single reader, delegate enums to it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888398 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 13:47:20 +00:00 |
Mark Robert Miller
|
0834cd4e4e
|
LUCENE-2106: ReadTask does not close its Reader when OpenReader/CloseReader are not used.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887899 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-07 12:17:54 +00:00 |
Robert Muir
|
a92e6e8240
|
fix enwiki (and a few others) task, DocMaker was removed in 3.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887602 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-05 22:37:36 +00:00 |
Simon Willnauer
|
9ee4ce0fd5
|
LUCENE-2102: Add Turkish LowerCaseFilter which handles Turkish and Azeri unique casing behavior correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887535 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-05 12:46:05 +00:00 |
Simon Willnauer
|
5556599fad
|
LUCENE-2039: Added extensible query parser which enables arbitrary parser extensions based on field naming scheme
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887533 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-05 12:29:59 +00:00 |
Simon Willnauer
|
ab447b6af0
|
LUCENE-2108: Enable safe concurrent spell-index modifications in Spellchecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887532 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-05 12:17:17 +00:00 |
Michael McCandless
|
fa65d42e94
|
LUCENE-2115: cutover contrib tests to use generics
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887524 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-05 09:43:54 +00:00 |
Simon Willnauer
|
1f314fb9fa
|
LUCENE-2107: Added a pom.xml.template to contrib/fast-vector-highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887339 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 20:16:09 +00:00 |
Simon Willnauer
|
a0bf23d762
|
fixed javadoc warnings due to missing closing braces
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887122 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 09:10:21 +00:00 |
Michael McCandless
|
fbfd147b23
|
LUCENE-2108: add SpellChecker.close()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@886911 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-03 20:35:19 +00:00 |
Robert Muir
|
892bc7f55a
|
LUCENE-2062: Bulgarian Analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@886190 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 16:08:56 +00:00 |
Uwe Schindler
|
9edfb3b66a
|
LUCENE-2094: Prepare CharArraySet for Unicode 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885592 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 21:49:21 +00:00 |
Uwe Schindler
|
c155a0c477
|
LUCENE-1844: Fix problem in windows, because the path separator \ is also an escape for properties files. Simple fix is to replace all backslashs by forward slashes in the getReuters20File.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885582 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 20:47:44 +00:00 |
Uwe Schindler
|
09fd7abd7a
|
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885571 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 19:55:57 +00:00 |
Robert Muir
|
2ef402eefa
|
LUCENE-2067: Add a stemmer for Czech
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885216 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-29 11:59:38 +00:00 |
Michael McCandless
|
7d6afb94a0
|
LUCENE-1844: speed up the unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885214 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-29 11:31:12 +00:00 |
Robert Muir
|
f0e064eb41
|
LUCENE-2069: supplementary char support for lowercasefilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885024 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 21:34:11 +00:00 |
Simon Willnauer
|
e077c4d563
|
Updated JakartaRegexpCapabilities JavaDoc which gave users the impression the JakartaRegexp implementation provides a rock solid "prefix" implementation. Patch contains another testcase which shows the shaky behavior. See LUCENE-2072 for reference.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@884259 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 20:44:17 +00:00 |
Michael McCandless
|
7e3700e1c8
|
LUCENE-1260: allow Similarity instance to customize how norms are encoded/decoded
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883852 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 20:26:07 +00:00 |
Simon Willnauer
|
e69141c51a
|
LUCENE-2068: Fixed ReverseStringFilter for Unicode 4.0. Reverse Supplementary Characters correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883149 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 21:09:42 +00:00 |
Simon Willnauer
|
0808b44445
|
Added testcase for prefix getter on JakartaRegexpCapabilities. During LUCENE-2072 dev the prefix method did always return null due to a bug in jakarta-regexp-1.5. This testcase mainly prevents other from simply upgrading as long as this bug has not been fixed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883141 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 20:30:30 +00:00 |
Michael McCandless
|
85fbeddf44
|
LUCENE-2079: more improvements to contrib/benchmark for testing NRT
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882648 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-20 17:23:34 +00:00 |
Uwe Schindler
|
ac2a7f5112
|
fix changes file in contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881550 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 21:50:15 +00:00 |
Uwe Schindler
|
470c99dcee
|
change version in trunk to 3.1-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@880756 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 14:03:05 +00:00 |
Simon Willnauer
|
ba4769d418
|
Fixed JavaDoc - spelling issues in @param
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@880727 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 12:33:10 +00:00 |
Uwe Schindler
|
00f07ee460
|
LUCENE-2051: Contrib Analyzer Setters should be deprecated and replace with ctor arguments, thanks to Simon Willnauer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@880715 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 11:48:37 +00:00 |
Uwe Schindler
|
7370094ead
|
Fix some javadocs errors in contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@880706 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 11:08:25 +00:00 |
Uwe Schindler
|
945e7eda52
|
LUCENE-2052: add varargs where possible
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@836248 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 19:26:49 +00:00 |
Simon Willnauer
|
5e5e5aa85a
|
LUCENE-2064: Highlighter support all MultiTermQuery subclasses without explicit casts - previous commit did not contain final patch due to JIRA AM / PM issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@836176 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 13:44:53 +00:00 |
Michael McCandless
|
c2cc1eaee7
|
LUCENE-2050: add eg basicNRT.alg
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@836170 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 13:28:38 +00:00 |
Simon Willnauer
|
b3e90b97ec
|
LUCENE-2066: Add Highlighter test for RegexQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@836162 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 12:27:49 +00:00 |
Simon Willnauer
|
b017a2ae13
|
LUCENE-2064: Highlighter support all MultiTermQuery subclasses without explicit casts
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@836161 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 12:25:42 +00:00 |