Otis Gospodnetic
|
9e4c0f3925
|
- Updated to reflect new build procedure.
Contributed by: Clemens Marschner
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149973 13f79535-47bb-0310-9956-ffa450edef68
|
2003-04-12 00:43:04 +00:00 |
Otis Gospodnetic
|
d3835471fa
|
- Added a section about related books.
Submitted by: Jeff Linwood
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149972 13f79535-47bb-0310-9956-ffa450edef68
|
2003-04-12 00:42:02 +00:00 |
Otis Gospodnetic
|
0f61096562
|
- Enhanced Javadocs: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18833
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149971 13f79535-47bb-0310-9956-ffa450edef68
|
2003-04-09 02:27:36 +00:00 |
Doug Cutting
|
33bd900902
|
Added note about 1.3 RC1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149970 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-20 18:45:57 +00:00 |
Doug Cutting
|
0c40e49428
|
Start a new section for 1.3 RC2 changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149969 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-20 18:38:59 +00:00 |
Doug Cutting
|
33c22d2f5a
|
Fix imports so that javadoc runs without complaint.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149967 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-20 18:28:13 +00:00 |
Doug Cutting
|
b1000d9451
|
Preparing for 1.3 RC1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149966 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-20 18:15:04 +00:00 |
Otis Gospodnetic
|
395b5c52d9
|
- Fix to support JDK 1.2 and 1.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149965 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-19 03:20:53 +00:00 |
Otis Gospodnetic
|
ab87c3ccd9
|
- Added a link to a Python implementation of Lucene.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149964 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-10 16:52:41 +00:00 |
Otis Gospodnetic
|
5809cb1df4
|
- Added a link to Spindle.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149963 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-07 20:48:36 +00:00 |
Otis Gospodnetic
|
7a94c4626d
|
- Update after jakarta-site2 refresh.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149962 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-06 19:30:52 +00:00 |
Otis Gospodnetic
|
4a18d00b70
|
- Update after jakarta-site2 update; removed tabs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149961 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-06 19:14:17 +00:00 |
Otis Gospodnetic
|
00536432df
|
- Added a link to a new Lucene article.
- s/\t/ /g;
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149960 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-06 19:11:57 +00:00 |
Otis Gospodnetic
|
ef7ff202fe
|
- Added a missing RuntimeException throw.
- s/\t/ /g
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149959 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-03 20:58:25 +00:00 |
Otis Gospodnetic
|
24fa693cff
|
- Added code to throw RuntimeException when output stream cannot be closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149958 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-03 20:46:50 +00:00 |
Otis Gospodnetic
|
2aafe40de8
|
- Tatu's QueryParser changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149957 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-02 02:48:45 +00:00 |
Otis Gospodnetic
|
470b5720e4
|
- Added tests for the new QueryParser changes.
Contributed by: Tatu Saloranta.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149956 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-02 02:47:01 +00:00 |
Otis Gospodnetic
|
a3e2205e77
|
- Made a few private method protected, gave authors credit, moved all
instance/class variables to the top, corrected grammar, made code style
more uniform.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149955 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-02 02:41:44 +00:00 |
Otis Gospodnetic
|
05a2ea983c
|
- Added set/getLowercaseWildcardTerms methods and a few ger*Query methods
that make it easier to extend QueryParser.
Contributed by: Tatu Saloranta
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149954 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-02 01:36:38 +00:00 |
Otis Gospodnetic
|
a92eb6d93c
|
- Added info about FSDirectory change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149953 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-02 01:22:36 +00:00 |
Otis Gospodnetic
|
0d1dcbaec5
|
- Updated some URLs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149952 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-02 01:16:33 +00:00 |
Otis Gospodnetic
|
88408e014b
|
- Added a manual renaming of files in case the java.io.File's renameTo(File)
call fails. It has been reported that this happens on Windows JVMs.
Contributed by: Matt Tucker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149951 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-01 17:38:24 +00:00 |
Otis Gospodnetic
|
b328dc9403
|
- Refactored and added 2 more tests.
Contributed by: Tatu Saloranta
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149950 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-01 17:32:21 +00:00 |
Otis Gospodnetic
|
b72da81260
|
- Indentation (4 -> 2, to fit the rest).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149949 13f79535-47bb-0310-9956-ffa450edef68
|
2003-02-23 08:51:33 +00:00 |
Otis Gospodnetic
|
9699a29da4
|
- Made byte[] bits array private.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149948 13f79535-47bb-0310-9956-ffa450edef68
|
2003-02-23 07:02:10 +00:00 |
Otis Gospodnetic
|
2226d9fa8e
|
- Updated some out-dated links.
- Wrapped very long lines.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149947 13f79535-47bb-0310-9956-ffa450edef68
|
2003-02-19 02:28:51 +00:00 |
Otis Gospodnetic
|
241b2d6a85
|
- Modified to use localized date strings.
Submitted by: Christoph Kiehl
Reviewed by: Otis
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149946 13f79535-47bb-0310-9956-ffa450edef68
|
2003-02-15 20:16:07 +00:00 |
Doug Cutting
|
7248b18b1d
|
Fixed a bug with prohibited clauses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149945 13f79535-47bb-0310-9956-ffa450edef68
|
2003-02-07 18:45:16 +00:00 |
Otis Gospodnetic
|
a85ab1febc
|
- Added information about other Lucene Sandbox contributions.
Submitted by: Jell Linwood
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149944 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-31 19:42:30 +00:00 |
Otis Gospodnetic
|
552bfaf4b1
|
- Cleaned up unused or duplicate imports.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149943 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-29 17:43:13 +00:00 |
Otis Gospodnetic
|
201b56a2c4
|
- Removed unused or duplicate imports.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149942 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-29 17:18:55 +00:00 |
Otis Gospodnetic
|
32f7d24447
|
- Added sections about Ant and SearchBean contributions.
Submitted by: Jeff Linwood
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149941 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-28 22:54:23 +00:00 |
Otis Gospodnetic
|
a94f74e966
|
- Updated with JavaCC info, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149940 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-26 04:38:44 +00:00 |
Otis Gospodnetic
|
b13e0488cb
|
- Small efficiency improvement.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149939 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-26 03:34:28 +00:00 |
Doug Cutting
|
31ec31b325
|
Fixed a bug in floatToByte().
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149938 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-24 18:33:27 +00:00 |
Otis Gospodnetic
|
e8a9993725
|
- Added useful info to Overview, added a section about Range Searches and a
section about Field Grouping. Fixed a few small gramatical errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149937 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-23 16:10:59 +00:00 |
Otis Gospodnetic
|
51585c68da
|
- Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149936 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-23 02:03:55 +00:00 |
Otis Gospodnetic
|
c694d44442
|
- NPE fix.
PR: bug #16043
Submitted by: Peter Mularien
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149935 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-23 01:28:48 +00:00 |
Doug Cutting
|
d1fec6e830
|
Optimized last fix so that the BooleanQuery is only cloned when one of its clauses has rewritten.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149934 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-20 19:01:31 +00:00 |
Doug Cutting
|
637b10da6c
|
Fixed a bug when rewritten queries were included in a BooleanQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149933 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-20 18:40:19 +00:00 |
Otis Gospodnetic
|
7f20a5f408
|
- Added a link to a Lucene article on Onjava.com.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149932 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-16 15:30:58 +00:00 |
Doug Cutting
|
4642f95eb9
|
Revised explanation format so that it better corresponds to a dot product of tf*idf weights.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149931 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-15 19:25:04 +00:00 |
Otis Gospodnetic
|
77eb6fb06b
|
- Fix to support pre-1.4 JDKs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149930 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-15 15:41:52 +00:00 |
Otis Gospodnetic
|
4d390e5be7
|
- Added a link to Lucene::QueryParser.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149929 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-15 04:36:35 +00:00 |
Doug Cutting
|
a793838548
|
Fixed a bug where boosting was lost.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149928 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-14 21:57:30 +00:00 |
Doug Cutting
|
a2042c190b
|
Fixed a bug with explain().
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149927 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-14 19:20:30 +00:00 |
Otis Gospodnetic
|
bc3aa553d5
|
- Added forgotten name.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149926 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-14 05:03:19 +00:00 |
Otis Gospodnetic
|
5b910b44b3
|
Added convenience RAMDirectory constructors taking File and String
arguments, for easy FSDirectory to RAMDirectory conversion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149925 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-14 03:41:05 +00:00 |
Otis Gospodnetic
|
a7486068de
|
- Removed erroneous semicolon.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149924 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-14 00:22:09 +00:00 |
Doug Cutting
|
bdc8da1823
|
Fixed minor problems with previous checkin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149923 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-14 00:04:37 +00:00 |