Commit Graph

832 Commits

Author SHA1 Message Date
Erik Hatcher 7bd8188ba6 #29548 rename enum
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150364 13f79535-47bb-0310-9956-ffa450edef68
2004-06-14 00:16:06 +00:00
Erik Hatcher 72efb4afbf adjust .tvf file format to match actual implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150363 13f79535-47bb-0310-9956-ffa450edef68
2004-06-12 16:54:37 +00:00
Doug Cutting 5ca4cb27e2 Fixed a bug where obsolete segment files were not deleted on Win32.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150362 13f79535-47bb-0310-9956-ffa450edef68
2004-06-09 11:28:46 +00:00
Doug Cutting 27821a7f9a Removed synchronization from term lookup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150361 13f79535-47bb-0310-9956-ffa450edef68
2004-06-07 16:55:52 +00:00
Otis Gospodnetic cdd9601158 - Switched to UTF-8 file encoding
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150360 13f79535-47bb-0310-9956-ffa450edef68
2004-05-30 20:24:20 +00:00
Erik Hatcher 42cb7c5344 doc patch from Daniel Naber
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150359 13f79535-47bb-0310-9956-ffa450edef68
2004-05-30 11:12:50 +00:00
Erik Hatcher 5884c9c8a8 Paul Elschots refactorings of span tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150358 13f79535-47bb-0310-9956-ffa450edef68
2004-05-25 17:34:58 +00:00
Tim Jones 9c2a2fee32 added a SortField which uses a Locale to sort strings.
also fixed the discrepancy about what happens when a document has no terms in a sorted field.
added test cases for both of the above.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150357 13f79535-47bb-0310-9956-ffa450edef68
2004-05-24 22:51:42 +00:00
Erik Hatcher 8420843ace one more try as UTF-8
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150356 13f79535-47bb-0310-9956-ffa450edef68
2004-05-24 19:05:21 +00:00
Erik Hatcher 03026b6a4d hopefully fixing my I18N screwup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150355 13f79535-47bb-0310-9956-ffa450edef68
2004-05-24 17:20:09 +00:00
Erik Hatcher ee00e19246 enhancement to QueryParser to allow slop factor passed to a new getFieldQuery method
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150354 13f79535-47bb-0310-9956-ffa450edef68
2004-05-22 17:34:31 +00:00
Otis Gospodnetic 26e2b49a68 - Fixed a reference to lockDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150353 13f79535-47bb-0310-9956-ffa450edef68
2004-05-21 10:46:13 +00:00
Tim Jones 71c714efa1 - FieldCache change note
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150352 13f79535-47bb-0310-9956-ffa450edef68
2004-05-20 17:16:56 +00:00
Otis Gospodnetic d6a64bf03e - Fix for bug 28960 (http://issues.apache.org/bugzilla/show_bug.cgi?id=28960)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150351 13f79535-47bb-0310-9956-ffa450edef68
2004-05-20 16:38:58 +00:00
Otis Gospodnetic 0ed86b97b8 - FilteredTermEnum ctor change note
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150350 13f79535-47bb-0310-9956-ffa450edef68
2004-05-20 16:28:15 +00:00
Christoph Goller c67d8e8050 Javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150349 13f79535-47bb-0310-9956-ffa450edef68
2004-05-20 11:23:53 +00:00
Tim Jones 4e486c1434 expose term cache as a public object
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150348 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 23:05:27 +00:00
Otis Gospodnetic 1e2715d18d - Another patch for bug 28074
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150347 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 15:46:33 +00:00
Otis Gospodnetic 2a4dd6cb62 - Patch for 28074: http://issues.apache.org/bugzilla/show_bug.cgi?id=28074
and minor exception message text changes


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150346 13f79535-47bb-0310-9956-ffa450edef68
2004-05-18 13:42:30 +00:00
Otis Gospodnetic 4cf55c447c - Removed powered.xml/.html and pointed to Wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150345 13f79535-47bb-0310-9956-ffa450edef68
2004-05-18 13:32:01 +00:00
Christoph Goller aaf0f4b01d Changed explicit casts to SegmentTermEnum and
SegmentTermDocs to TermEnum and TermDocs casts.
This had obviously been forgotten when switching from
SegmentsReader to MultiReader.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150344 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 12:56:47 +00:00
Doug Cutting a18ce33346 Added link to blog.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150343 13f79535-47bb-0310-9956-ffa450edef68
2004-05-14 21:23:45 +00:00
Otis Gospodnetic b72f93d1b5 - Made Javadoc for add method more clear (Leonid Portnoy)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150342 13f79535-47bb-0310-9956-ffa450edef68
2004-05-14 12:56:29 +00:00
Otis Gospodnetic b48c75c33c - Replaced /t with two spaces and fixed indentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150341 13f79535-47bb-0310-9956-ffa450edef68
2004-05-14 12:49:46 +00:00
Otis Gospodnetic 59f64337a9 - Javadoc improvements, bug 28964 - http://issues.apache.org/bugzilla/show_bug.cgi?id=28964
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150340 13f79535-47bb-0310-9956-ffa450edef68
2004-05-14 12:36:26 +00:00
Erik Hatcher e5d98fe28a Remove odd character
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150339 13f79535-47bb-0310-9956-ffa450edef68
2004-05-13 09:54:12 +00:00
Erik Hatcher 43d7d69054 Remove commented out workaround fix. Doug fixed FilteredQuery's rewrite.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150338 13f79535-47bb-0310-9956-ffa450edef68
2004-05-13 03:11:45 +00:00
Doug Cutting 9a391c2469 Preparing for 1.4RC3
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150336 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 20:37:38 +00:00
Doug Cutting 441b8dee40 Preparing for 1.4RC3 release.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150335 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 20:20:04 +00:00
Doug Cutting 36ec873780 Updates for recent changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150334 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 20:12:43 +00:00
Doug Cutting 840d9f1bb5 Fixed to work even when java.io.tmpdir system property is null.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150333 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 20:01:48 +00:00
Doug Cutting 07013dfaf9 Removed dead code, as noted by Paul Elschot.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150332 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 19:59:51 +00:00
Doug Cutting 03b25ce6bb Removed Java 1.4 dependency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150331 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 19:38:41 +00:00
Doug Cutting fd147a146e Fix for bug 28285, from Paul Elschot.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150330 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 19:36:23 +00:00
Doug Cutting 2a2158c439 Renamed protected field back to its 1.3 name, for back-compatibility.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150329 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 19:28:51 +00:00
Doug Cutting 1ed81e4fdc Changed so that 'ant jar' works again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150328 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 19:28:37 +00:00
Doug Cutting 6809069823 Fix FilteredQuery to support rewritten queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150327 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 17:52:24 +00:00
Doug Cutting 9ed56d3d04 We can just use Lock.toString() to show lock file, no?
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150326 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 17:43:28 +00:00
Otis Gospodnetic 8c43a92da9 - Removed old Hashtable import
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150325 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 17:24:45 +00:00
Otis Gospodnetic 440be55927 - Bug 28858 - http://issues.apache.org/bugzilla/show_bug.cgi?id=28858
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150324 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 17:23:21 +00:00
Otis Gospodnetic c735ac4d00 - Bugzilla case 28856 - http://issues.apache.org/bugzilla/show_bug.cgi?id=28856
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150323 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 17:18:04 +00:00
Otis Gospodnetic 30c553aedc - Took care of javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150322 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 17:12:29 +00:00
Erik Hatcher 7e5763e5ca switch Lock to use a String instead of File
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150321 13f79535-47bb-0310-9956-ffa450edef68
2004-05-10 23:46:56 +00:00
Erik Hatcher f5648fc28f make ctors public - this broke the sandbox DbLock code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150320 13f79535-47bb-0310-9956-ffa450edef68
2004-05-09 13:50:03 +00:00
Erik Hatcher 66601f515c note change to Lock error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150319 13f79535-47bb-0310-9956-ffa450edef68
2004-05-09 12:52:00 +00:00
Erik Hatcher 5bc6296927 #28855 - better lock obtain timed out error message (Daniel Naber)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150318 13f79535-47bb-0310-9956-ffa450edef68
2004-05-09 12:41:47 +00:00
Erik Hatcher f0017af921 enhance toString methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150317 13f79535-47bb-0310-9956-ffa450edef68
2004-05-08 19:54:12 +00:00
Erik Hatcher 8271ebd473 expected, then actual :) also, uncovered a bug in FilteredQuery, a rewrite is needed somewhere
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150316 13f79535-47bb-0310-9956-ffa450edef68
2004-05-08 15:06:19 +00:00
Erik Hatcher d9cd661cde IntelliJ flagged these two lines as being unreachable, and indeed they are
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150315 13f79535-47bb-0310-9956-ffa450edef68
2004-05-07 15:18:09 +00:00
Doug Cutting eccdbdae6d Updated for 1.4RC3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150314 13f79535-47bb-0310-9956-ffa450edef68
2004-04-27 22:04:50 +00:00