Uwe Schindler
|
eba450d10b
|
LUCENE-1591: Update commons-compress to the released version 1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@777458 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-22 10:38:21 +00:00 |
Grant Ingersoll
|
27fc5cd348
|
LUCENE-1550: Added new ngram spell checking distance
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@776704 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-20 14:07:08 +00:00 |
Michael McCandless
|
2dd7d33e86
|
LUCENE-1643: use reusable RawCollationKey for better performance
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@776252 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-19 09:50:24 +00:00 |
Michael McCandless
|
af550281cb
|
LUCENE-1629: remove unnecessary source files
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@775468 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 14:08:38 +00:00 |
Michael McCandless
|
f81f6796a2
|
LUCENE-1629: correct ASF source headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@775444 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 09:55:34 +00:00 |
Michael McCandless
|
be0a47b7e3
|
LUCENE-1629: move CHANGES entry to contrib; add TestArabicAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@774727 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-14 10:50:52 +00:00 |
Michael McCandless
|
e01aad89fe
|
LUCENE-1629: adding new contrib analyzer SmartChineseAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@774718 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-14 10:09:22 +00:00 |
Michael McCandless
|
d4f9809520
|
LUCENE-1593: optimize core Collectors for in-docID-order scorer case
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@773194 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-09 10:36:41 +00:00 |
Mark Robert Miller
|
6bcd89a916
|
fix for LUCENE-1425
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@770993 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-02 22:46:26 +00:00 |
Uwe Schindler
|
673b90e651
|
Correct JavaDocs in TrieUtils. This also adds a missing test for equals() and hashcode() of the TrieRangeQueries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@770602 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-01 09:55:01 +00:00 |
Michael McCandless
|
9ba59706b0
|
try to prevent false failure of testTimedSearchTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@770151 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-30 10:32:56 +00:00 |
Patrick O'Leary
|
46619cfa23
|
Fixed bug caused by multiSegmentIndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@769639 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-29 03:53:21 +00:00 |
Michael McCandless
|
72d1873533
|
LUCENE-1604: allow IndexReader.norms to return null if the field has no norms; this is off by default but will be hardwired to on in 3.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@769524 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-28 20:38:47 +00:00 |
Patrick O'Leary
|
9242c2b6e1
|
Fix class cast exception in SerialChainFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@769470 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-28 17:14:09 +00:00 |
Uwe Schindler
|
5807d11b70
|
LUCENE-1602: Fix incomplete toString(), hashcode() and equals() because boost was not involved there (copy'n'paste error from the Filter, which had no boost)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@767982 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-23 17:07:36 +00:00 |
Michael McCandless
|
e0c2792a57
|
Java 1.4 build of Xerces JAR
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@766300 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-18 11:16:27 +00:00 |
Uwe Schindler
|
92c6484161
|
LUCENE-1602: Rewrite TrieRange to use MultiTermQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@765618 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 12:58:28 +00:00 |
Michael McCandless
|
022d104c38
|
LUCENE-1591: add commons-compress JAR
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@765580 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 11:28:46 +00:00 |
Michael McCandless
|
8c4fff6e21
|
LUCENE-1591: add bzip2 compression/decompress to contrib/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@765543 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 09:46:30 +00:00 |
Uwe Schindler
|
87e10db563
|
Add a missing check for inverse ranges in splitRange() and corresponding tests for inverse ranges and 0-length-ranges.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@764829 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-14 15:28:06 +00:00 |
Uwe Schindler
|
3ef76ae033
|
Small documentation updates, test fixed according to attributes documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@764654 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-14 00:36:02 +00:00 |
Michael McCandless
|
ad79d914e4
|
LUCENE-1575: switch to new Collector API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@764551 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-13 18:33:56 +00:00 |
Mark Robert Miller
|
413cabef1f
|
Contrib queries package Query implementations do not override equals()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763857 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-10 02:21:04 +00:00 |
Mark Robert Miller
|
a1b3fd7240
|
Add ConstantScore highlighting support to SpanScorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763856 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-10 02:09:46 +00:00 |
Uwe Schindler
|
ca6451958b
|
Add extra check to TokenStream tests, only get attribute not create it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763793 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-09 20:32:35 +00:00 |
Uwe Schindler
|
b5c4f8e67d
|
Add field name to term statistics
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763778 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-09 19:31:42 +00:00 |
Michael McCandless
|
3c91517add
|
LUCENE-1516: add near real-time search to IndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763737 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-09 17:17:46 +00:00 |
Michael McCandless
|
6b4831fd1d
|
LUCENE-1591: workaround bug in xerces so we can process Wikipedia's XML
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763416 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 21:50:33 +00:00 |
Uwe Schindler
|
c7ac1fdec3
|
LUCENE-1582: Fix missing public accessor in ShiftAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763004 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-07 22:25:46 +00:00 |
Patrick O'Leary
|
42783c57e5
|
Commit LUCENE-1588 DistanceFieldComparatorSource
deprecate BoundaryBoxFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@762801 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-07 14:54:50 +00:00 |
Uwe Schindler
|
13ae26b7fe
|
LUCENE-1582: Make TrieRange completely independent from Document/Field with TokenStream of prefix encoded values
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@762710 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-07 11:47:35 +00:00 |
Michael McCandless
|
bddac65336
|
share single IndexSearcher instance in ReadTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@762307 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 12:20:42 +00:00 |
Michael McCandless
|
c73712d1bb
|
LUCENE-1576: fix BrazilianAnalyzer to downcase before filtering stop words
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@759307 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-27 19:04:25 +00:00 |
Michael McCandless
|
0f17904f1e
|
remove slow download host; only download zip file once for all tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@759061 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-27 08:44:33 +00:00 |
Michael McCandless
|
198aa70b35
|
LUCENE-1500: fix compilation errors in contrib/benchmark by allowing doHighlight method to throw InvalidTokenOfsetsException
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@758575 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-26 10:03:34 +00:00 |
Mark Harwood
|
73a02ec6fe
|
Fix for Lucene-1500 - new exception added to Highlighter API to handle TokenStreams with Tokens that exceed given text length
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@758460 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-25 23:05:14 +00:00 |
Mark Robert Miller
|
126f4b18d3
|
LUCENE-1563:Add example test case for surround query language
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@757762 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-24 12:28:13 +00:00 |
Patrick O'Leary
|
4f7ef62e1f
|
Fixed NPE for minimal bounding box search
LUCENE-1568
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@756849 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-21 00:46:27 +00:00 |
Michael McCandless
|
c443dcc662
|
LUCENE-1561: rename omitTf -> omitTermFreqAndPositions in Field*
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@756663 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-20 17:26:01 +00:00 |
Michael McCandless
|
6bf0e6e09b
|
LUCENE-1435: add contrib/collation (CollationKeyFilter), to convert tokens into indexable CollationKeys
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755914 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-19 10:51:55 +00:00 |
Michael McCandless
|
e44e6b0603
|
LUCENE-1490: forgot CHANGES.txt update
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755746 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 21:42:17 +00:00 |
Michael McCandless
|
96863198a5
|
LUCENE-1490: fix latin1 conversion of HALFWIDTH_AND_FULLWIDTH_FORMS characters to only apply to the correct subset
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755666 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 17:28:53 +00:00 |
Michael McCandless
|
68f4d8b1a8
|
revert accidental changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755652 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 17:06:46 +00:00 |
Michael McCandless
|
cd5028b79a
|
improve IndexWriter.rollback javadoc src/java/org/apache/lucene/index/IndexWriter.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755535 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 10:22:51 +00:00 |
Mark Robert Miller
|
e256f679e3
|
typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@749625 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-03 15:00:02 +00:00 |
Michael McCandless
|
6248e14515
|
LUCENE-1548: fix distance normalization in LevenshteinDistance to not produce negative distances
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@748534 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-27 14:07:12 +00:00 |
Yonik Seeley
|
6c176eb016
|
LUCENE-1398: Add ReverseStringFilter to contrib/analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@747915 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-25 20:44:05 +00:00 |
Chris M. Hostetter
|
b97ee3a1a5
|
some javadoc cleanup, and deprecation note for older version of norm modification tool
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@747627 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-25 00:29:17 +00:00 |
Uwe Schindler
|
174e8237b9
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@746792 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-22 18:29:42 +00:00 |
Uwe Schindler
|
c314ad000f
|
LUCENE-1470: API change in RangeBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@746790 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-22 18:17:13 +00:00 |