Michael McCandless
|
905674805c
|
LUCENE-1092: fix KeywordAnalyzer.reusableTokenStream so it can successfully be reused
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@605149 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-18 09:20:04 +00:00 |
|
Michael McCandless
|
10c1ec3a66
|
LUCENE-1089: add new PriorityQueue.insertWithOverflow method to allow for re-use
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@604949 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-17 18:05:13 +00:00 |
|
Doron Cohen
|
c3f210db67
|
LUCENE-1019: CustomScoreQuery enhanced to support multiple ValueSource queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603837 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-13 06:28:27 +00:00 |
|
Doron Cohen
|
adb9a5c594
|
LUCENE-1079: DocValues cleanup: constructor & getInnerArray().
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603753 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-12 22:06:33 +00:00 |
|
Michael Busch
|
c607f48fef
|
Revert Lucene-944
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603415 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-11 23:38:01 +00:00 |
|
Grant Ingersoll
|
c2130982e3
|
LUCENE-1042: Committed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603061 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-10 21:49:41 +00:00 |
|
Grant Ingersoll
|
8c18fd87a1
|
remove commented out code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603057 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-10 21:21:40 +00:00 |
|
Grant Ingersoll
|
07e7b557fe
|
javadocs update
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603056 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-10 21:21:12 +00:00 |
|
Michael McCandless
|
b0d2b1c90e
|
LUCENE-1044: revert the doSync option to FSDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@602165 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 17:42:33 +00:00 |
|
Otis Gospodnetic
|
9d35e30330
|
- Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@602163 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 17:29:47 +00:00 |
|
Michael McCandless
|
ce9b80539d
|
LUCENE-1082: fix NPE in IndexReader.lastModified(*) methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@602055 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 10:13:11 +00:00 |
|
Grant Ingersoll
|
11895271a3
|
LUCENE-1058: override the close method so it doesn't try to close the null Reader input
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601748 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 14:42:58 +00:00 |
|
Michael Busch
|
2e678a307d
|
LUCENE-1064: Changed TopDocs constructor to be public.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601662 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 09:06:40 +00:00 |
|
Grant Ingersoll
|
47d31b60f3
|
LUCENE-1080
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601602 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 03:34:06 +00:00 |
|
Michael McCandless
|
8a8944de1a
|
LUCENE-1078: remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601337 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-05 13:59:37 +00:00 |
|
Doron Cohen
|
a0c9992f0b
|
make LuceneTestrCase abstract for junit to run smoother from Eclipse.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601222 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-05 06:41:14 +00:00 |
|
Michael McCandless
|
0d2d6475ac
|
LUCENE-1072: make sure an exception raised in Tokenizer.next() leaves DocumentsWriter in OK state
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601121 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 22:29:42 +00:00 |
|
Michael McCandless
|
c23cb457ef
|
LUCENE-1075: fix possible thread hazard with IndexWriter.close(false)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601114 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 22:19:08 +00:00 |
|
Michael McCandless
|
5f73506dd3
|
LUCENE-1073: create SnapshotDeletionPolicy to facilitate taking a live backup of an index
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601104 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 22:03:24 +00:00 |
|
Grant Ingersoll
|
72bb91f4ee
|
Added some convenience constructors
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600986 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 15:56:57 +00:00 |
|
Grant Ingersoll
|
1476b13d10
|
Rearranged javadocs location per Apache policy. Added in some Wiki links to help promote the wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600915 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 12:55:23 +00:00 |
|
Grant Ingersoll
|
db6b495182
|
constructor should have been public
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600628 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 18:44:48 +00:00 |
|
Michael McCandless
|
ddf136d928
|
LUCENE-1072: make sure on hitting a too-long term that IndexWriter is still usable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600465 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 10:09:10 +00:00 |
|
Grant Ingersoll
|
3372ce6f03
|
altered info about mailing list archives
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600372 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-02 20:37:38 +00:00 |
|
Grant Ingersoll
|
a0b63a9a4f
|
commented out OSSummit info until we know when it is scheduled
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600108 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-01 12:38:17 +00:00 |
|
Grant Ingersoll
|
cad3d26ca4
|
Added some more javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599833 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-30 14:38:30 +00:00 |
|
Michael McCandless
|
97fbfb5427
|
LUCENE-982: add new method optimize(int maxNumSegments) to IndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599766 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-30 10:09:45 +00:00 |
|
Grant Ingersoll
|
261382fd4e
|
LUCENE-1058: Added new buffering tokenizer/token filter for reducing redundant analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599478 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-29 15:18:08 +00:00 |
|
Michael Busch
|
12d0cc180e
|
remove obsolete todo comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599285 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-29 05:52:12 +00:00 |
|
Michael Busch
|
67e0d82230
|
LUCENE-1071: Fixed SegmentMerger to correctly set payload bit in the merged segment.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599264 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-29 04:43:03 +00:00 |
|
Michael McCandless
|
8e79f64fbc
|
remove some dead/unnecessary code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599131 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-28 20:20:21 +00:00 |
|
Michael McCandless
|
db52f4ed7f
|
LUCENE-1069: fix CheckIndex to properly take deletions into account
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598696 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-27 17:08:50 +00:00 |
|
Michael McCandless
|
6ebd306103
|
LUCENE-1067: make access to RAMFile's buffers thread safe
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598693 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-27 17:01:21 +00:00 |
|
Daniel Naber
|
47c8416e68
|
LUCENE-921: add some javadoc / turn comments into javadoc comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598462 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-26 23:31:39 +00:00 |
|
Daniel Naber
|
5882ec0659
|
LUCENE-1045: make SortField.AUTO work with long
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598376 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-26 18:45:39 +00:00 |
|
Daniel Naber
|
498d582423
|
remove unused variables; typo fixes in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598317 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-26 15:48:51 +00:00 |
|
Michael McCandless
|
e729f9dee5
|
LUCENE-1059: various small fixes based on code inspection from Tzvika Barenholz
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598296 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-26 14:52:01 +00:00 |
|
Daniel Naber
|
1a7f578c26
|
fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598074 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-25 22:42:41 +00:00 |
|
Daniel Naber
|
f668a48266
|
LUCENE-1066: better explain output for idf
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598072 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-25 22:39:33 +00:00 |
|
Michael Busch
|
54e5550c4d
|
LUCENE-1062: Add setData(byte[] data), setData(byte[] data, int offset, int length), getData(), getOffset() and clone() methods to o.a.l.index.Payload. Also add the field name as arg to Similarity.scorePayload().
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@597741 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-23 21:17:32 +00:00 |
|
Yonik Seeley
|
f7ee9f6dfb
|
LUCENE-693: Speed up nested conjunctions
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@597702 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-23 16:58:54 +00:00 |
|
Michael McCandless
|
02d9b51ede
|
LUCENE-887: setDaemon(true) on merge threads so JVM will exit if only they remain
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@597382 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-22 11:32:35 +00:00 |
|
Michael McCandless
|
aa7c63e82b
|
LUCENE-1044: put back original ctor for FSIndexOutput
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@597371 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-22 10:46:18 +00:00 |
|
Grant Ingersoll
|
87cbdd0e1f
|
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596904 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-21 02:17:37 +00:00 |
|
Yonik Seeley
|
6b6464ec9c
|
LUCENE-1040: CharArraySet rehash fixes from Mike
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596685 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-20 14:23:10 +00:00 |
|
Michael Busch
|
b04703fe8f
|
LUCENE-1055: Remove gdata from trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596501 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-20 00:46:27 +00:00 |
|
Yonik Seeley
|
e395be3faf
|
LUCENE-1040: new CharArraySet, make StopFilter directly use it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596484 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 23:23:04 +00:00 |
|
Chris M. Hostetter
|
49e85ee76d
|
documents with a score <= 0 can in fact be collected as matches
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596462 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 22:03:22 +00:00 |
|
Yonik Seeley
|
88a01d6174
|
remove java5 code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596444 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 20:57:35 +00:00 |
|
Yonik Seeley
|
f818ff09d8
|
LUCENE-1057: copy payload in Token.next()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@596440 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 20:45:09 +00:00 |
|