Daniel Naber
|
9de7367279
|
fix typos in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582478 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-06 11:09:20 +00:00 |
Michael McCandless
|
065553bd20
|
LUCENE-1013: fix IndexWriter.setMaxMergeDocs(N) to work out-of-the-box again
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582384 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-05 20:51:53 +00:00 |
Chris M. Hostetter
|
2ac108d096
|
javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582381 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-05 20:31:42 +00:00 |
Chris M. Hostetter
|
243861715b
|
cleaning up a ton of javadoc warnings from gdata. most of these fixes related to either: clarifying packages for @link tags; changing @link or @see tags that pointed at classes/methods that didn't exist (by picking classes with very similar names that do exist); or removing incomplete stub javadocs (that added no information beyond the signature
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582380 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-05 20:30:59 +00:00 |
Chris M. Hostetter
|
ef03dedeef
|
javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582375 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-05 19:26:32 +00:00 |
Michael McCandless
|
af6b980c45
|
LUCENE-1009: missed one file in the 'merge slowdown' fix causing it to still be slow when compound doc stores are used; also fixed default for comopund doc store = compound doc file format
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582193 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-05 10:18:06 +00:00 |
Chris M. Hostetter
|
5a1fdc2a72
|
more explicit javadocs about Scorer contract for iterating in doc id order
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582054 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-05 01:53:29 +00:00 |
Michael McCandless
|
f19266575e
|
LUCENE-1011: 'get multiple writers over NFS' to work even when NFS client dir listing cache can be stale
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@581625 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-03 15:24:12 +00:00 |
Chris M. Hostetter
|
7c349594d6
|
clean up con icons so they float right; also using forrest 0.8 images
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@581504 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-03 06:15:32 +00:00 |
Mark Harwood
|
62fa7b4b82
|
Added new DuplicateFilter functionality to filter documents sharing a field value (e.g. primary key/url)
Also includes Junit test and XML Query support
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@581426 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-02 22:56:46 +00:00 |
Michael McCandless
|
f3119614e6
|
LUCENE-1007: woops ... Integer.SIZE is Java 1.5 only
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@581355 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-02 19:21:28 +00:00 |
Michael McCandless
|
54729a50b6
|
LUCENE-1007: allow flushing by ram, doc count, or both (whichever comes first) in IndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@581353 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-02 19:15:43 +00:00 |
Erik Hatcher
|
b89d70d042
|
Add OSSummit Asia news
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@581328 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-02 18:05:26 +00:00 |
Michael McCandless
|
8df6312a30
|
LUCENE-1009: Fix merge slowdown with LogByteSizeMergePolicy when autoCommit=false and documents are using stored fields and/or term vectors
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@580646 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-29 21:22:35 +00:00 |
Michael McCandless
|
8315089cdd
|
LUCENE-1010: fix corruption case, hit during merge, case when docs with and without term-vectors are mixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@580643 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-29 21:11:57 +00:00 |
Yonik Seeley
|
16342bedb9
|
qp accept empty string: LUCENE-1006
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@580584 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-29 14:10:56 +00:00 |
Michael McCandless
|
014f23033f
|
LUCENE-1008: fix corruption case when document has no term vector fields after other docs with term vector fields were added
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@580578 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-29 12:52:45 +00:00 |
Chris M. Hostetter
|
7496e8834f
|
typo in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@580553 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-29 07:40:50 +00:00 |
Grant Ingersoll
|
dce47c6401
|
LUCENE-1005, apply GMT timeZone to the data formatter so it outputs properly formatted dates
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@579766 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-26 19:15:26 +00:00 |
Grant Ingersoll
|
bcfad28d69
|
LUCENE-1005, apply GMT timeZone to the data formatter so it outputs properly formatted dates
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@579765 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-26 19:12:59 +00:00 |
Michael McCandless
|
a28eb4d978
|
LUCENE-994: change defaults in IndexWriter to maximize 'out of the box' indexing speed
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@579360 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-25 20:02:07 +00:00 |
Michael McCandless
|
511406ecbe
|
remove temporary print for GData unit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@577892 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-20 19:41:42 +00:00 |
Chris M. Hostetter
|
3f517bff75
|
don't just write date to stdout, include date string in failure message
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@577873 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-20 18:52:42 +00:00 |
Michael McCandless
|
fada31fa7f
|
adding temporary print to figure out why this gdata-server test is failing on build machine
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@577861 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-20 18:38:23 +00:00 |
Chris M. Hostetter
|
c028a06388
|
removing empty file -- was confusing clover
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@577635 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-20 08:46:38 +00:00 |
Michael Busch
|
68aa146535
|
LUCENE-986: Refactored SegmentInfos from IndexReader into the new subclass DirectoryIndexReader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@577596 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-20 07:27:07 +00:00 |
Grant Ingersoll
|
640e781abd
|
LUCENE-1002: Exclude contrib/benchmark/temp and work from the distribution classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@577285 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-19 12:37:34 +00:00 |
Michael McCandless
|
963635448e
|
LUCENE-845: fixed a case that was allowing same segment name to be used twice when a concurrent merge was aborted in between
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@576934 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 14:44:04 +00:00 |
Michael McCandless
|
ddb17c6397
|
LUCENE-984: reduce TermVectorsWriter to just the merging use case
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@576807 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 09:53:34 +00:00 |
Michael McCandless
|
299d6357dd
|
LUCENE-845, LUCENE-847, LUCENE-870: factor MergePolicy & MergeScheduler out of IndexWriter, improve overall concurrency of IndexWriter, and add ConcurrentMergeScheduler
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@576798 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 09:27:14 +00:00 |
Doron Cohen
|
40f0adb507
|
LUCENE-941: (leftover - add info in benchmark/CHANGES.txt entry)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@576790 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 09:13:15 +00:00 |
Doron Cohen
|
9e51c30349
|
LUCENE-941: benchmark: infinite loop for alg: {[AddDoc(4000)]: 4} : *
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@576786 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 09:05:06 +00:00 |
Chris M. Hostetter
|
ec0c99a3c6
|
MultiSegmentReader doesn't have svn:eol-style=native, and was commited with DOS line endings ... hopefully just setting the property will fix it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@576731 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 06:46:17 +00:00 |
Michael McCandless
|
e7179ea866
|
LUCENE-992: move buffered deletes into DocumentsWriter so IndexWriter.updateDocument is atomic
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@574260 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-10 14:33:51 +00:00 |
Grant Ingersoll
|
bd493d6c80
|
minor formatting change to #13
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@574229 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-10 12:51:29 +00:00 |
Grant Ingersoll
|
bce939dcb2
|
LUCENE-991: Fixed explain() method reporting issues when no payloads present.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@573881 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 16:57:28 +00:00 |
Grant Ingersoll
|
373f0d777f
|
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@573558 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-07 12:29:07 +00:00 |
Grant Ingersoll
|
6c761bde63
|
updated mailing list info
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@573260 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-06 13:28:58 +00:00 |
Michael McCandless
|
bcb5b6ff24
|
LUCENE-987: deprecate IndexModifier
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@570247 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-27 21:18:16 +00:00 |
Grant Ingersoll
|
2b4e5a82de
|
ApacheCon US news
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@569806 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-26 11:18:38 +00:00 |
Grant Ingersoll
|
a30a6e44d8
|
Added apply-patch target
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@568965 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 13:17:49 +00:00 |
Michael Busch
|
9c2a036db3
|
- LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created.
- LUCENE-935: Various improvements for the maven artifacts. Now the artifacts also include the sources as .jar files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@568766 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 23:16:48 +00:00 |
Michael McCandless
|
27c4c6a3b1
|
LUCENE-985: throw clearer exception when term is too long (> 16383 chars)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@567338 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-18 23:15:14 +00:00 |
Grant Ingersoll
|
c67fd79a83
|
LUCENE-981 and LUCENE-980: Added new AnalyzerTask and fixed issue with long strings in Format.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@567262 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-18 12:24:21 +00:00 |
Michael McCandless
|
c1a76d9dbe
|
LUCENE-978: ensure all streams are closed when we hit exception in constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@567253 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-18 09:42:21 +00:00 |
Michael McCandless
|
06d4849ca8
|
LUCENE-871: speedups for ISOLatin1AccentFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@567085 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-17 16:58:36 +00:00 |
Grant Ingersoll
|
d1f90c7825
|
Deprecated all the old benchmarking stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@566454 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-16 00:49:32 +00:00 |
Grant Ingersoll
|
9192b16643
|
Deprecated all the old benchmarking stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@566435 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-16 00:23:06 +00:00 |
Grant Ingersoll
|
477c4e0efe
|
Deprecated all the old benchmarking stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@566433 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-16 00:22:46 +00:00 |
Grant Ingersoll
|
f38b1cf2f8
|
LUCENE-975: New PositionBasedTermVectorMapper for getting term vector information on a position by position basis.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@565994 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 01:14:54 +00:00 |