Commit Graph

17142 Commits

Author SHA1 Message Date
Erik Hatcher 2af2d85877 PR 19468, but not exactly as it was done in the provided patches. JavaCC is no longer required to build Lucene, but can be run optionally
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150017 13f79535-47bb-0310-9956-ffa450edef68
2003-09-11 01:51:33 +00:00
Erik Hatcher 798fc0f0ef reformat spacing
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150016 13f79535-47bb-0310-9956-ffa450edef68
2003-09-11 01:25:47 +00:00
Otis Gospodnetic b058f63c30 - Fixed an incorrect statement about 0.2 boost of Fuzzy queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150015 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 15:55:05 +00:00
Otis Gospodnetic 577bfab58f - A patch that eliminates the confusing and slightly different behaviour of
TermEnum when dealing with an enumeration of all terms versus an enumeration
  starting from a specific term.
  This patch also fixes incorrect term document frequences when the same term
  is present in multiple segments.
Submitted by: Christoph Goller
Reviewed by: Otis


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150014 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 14:27:37 +00:00
Otis Gospodnetic ad3cd36736 - Initial checkin.
Converted to JUnit-based unit test from Christoph Goller's test class.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150013 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 14:23:58 +00:00
Otis Gospodnetic 3527232b78 - Initial checkin.
Converted to JUnit-based unit test from Christoph Goller's test class.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150012 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 12:58:37 +00:00
Otis Gospodnetic 8c69111508 - Fixed a bug in case of non-inclusive RangeQuery.
Submitted by Christoph Goller.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150011 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 12:24:05 +00:00
Otis Gospodnetic 4433f0343a - Initial checkin.
Submitted by Christoph Goller.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150010 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 12:22:26 +00:00
Otis Gospodnetic d59ac9481e - Minor javadoc improvement, but primarily reindented weird indentation and
replaces tabs with four spaces.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150009 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 10:04:47 +00:00
Otis Gospodnetic 1f9fe4fff7 - Corrected(?) the documentation about normalization factors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150008 13f79535-47bb-0310-9956-ffa450edef68
2003-09-02 13:58:01 +00:00
Otis Gospodnetic 847faf1320 - Added a link to lucenedotnet project on SF.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150007 13f79535-47bb-0310-9956-ffa450edef68
2003-09-02 12:38:43 +00:00
Otis Gospodnetic d543212b12 - Added a link to Erik's java.net article.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150006 13f79535-47bb-0310-9956-ffa450edef68
2003-09-02 12:20:00 +00:00
Scott Ganyo b22cd77890 added ability to wait on any Lock. changed write.lock wait to 1 sec from none.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150005 13f79535-47bb-0310-9956-ffa450edef68
2003-08-12 15:05:03 +00:00
Erik Hatcher 7e199825c1 allow isolation of a single unit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150004 13f79535-47bb-0310-9956-ffa450edef68
2003-08-12 10:49:44 +00:00
Erik Hatcher 7eb95be705 Low-level InputStream test w/mock
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150003 13f79535-47bb-0310-9956-ffa450edef68
2003-08-12 10:41:56 +00:00
Erik Hatcher 624995b302 clean up test build procedure slightly
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150002 13f79535-47bb-0310-9956-ffa450edef68
2003-08-12 10:37:09 +00:00
Erik Hatcher a89de10f25 #22344 - changed enum to enumerator
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150001 13f79535-47bb-0310-9956-ffa450edef68
2003-08-12 09:22:23 +00:00
Erik Hatcher 91533fb826 First time Lucene commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150000 13f79535-47bb-0310-9956-ffa450edef68
2003-08-07 21:03:34 +00:00
Doug Cutting 47dfbc2b6a Added method IndexWriter.addDocument(Document, Analyzer).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149999 13f79535-47bb-0310-9956-ffa450edef68
2003-07-11 22:13:13 +00:00
Otis Gospodnetic 8a9ebad004 - Excluded JUnit Jar from .zip and .tgz builds.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149998 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 01:24:14 +00:00
Otis Gospodnetic 43df3cc6e6 - Updated JavaCC references.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149997 13f79535-47bb-0310-9956-ffa450edef68
2003-06-11 17:43:47 +00:00
Otis Gospodnetic 998d5eba9a - Added RFC::Search.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149996 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 06:12:51 +00:00
Otis Gospodnetic b2c7697eb2 - Documented HitCollector a bit better.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149995 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 05:44:41 +00:00
Otis Gospodnetic c28f3706d4 - Removed bad entries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149994 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 05:37:06 +00:00
Otis Gospodnetic dd6820bb9f - Added a link to an IBM developerWorks article about Lucene.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149993 13f79535-47bb-0310-9956-ffa450edef68
2003-06-03 06:07:29 +00:00
Doug Cutting b39cecc585 Added a limit to the number of clauses which may be added to a
BooleanQuery.  The default limit is 1024 clauses.  This should stop
most OutOfMemoryExceptions by prefix, wildcard and fuzzy queries which
run amok.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149992 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 21:52:15 +00:00
Doug Cutting 1b36a9ddcc Fix so that lock files created in /tmp are removed when a directory is
re-created.  This way attempts to create a new index after a crashed
indexing run no longer have to manually remove lock files from /tmp.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149991 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 20:18:18 +00:00
Otis Gospodnetic 956b3c988a - Javadoc improvement.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149990 13f79535-47bb-0310-9956-ffa450edef68
2003-05-24 15:24:26 +00:00
Otis Gospodnetic 4698c92735 - Added CLucene.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149989 13f79535-47bb-0310-9956-ffa450edef68
2003-05-21 21:14:02 +00:00
Otis Gospodnetic 3f0d8790b9 - Added EEE Cooks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149988 13f79535-47bb-0310-9956-ffa450edef68
2003-05-20 15:31:47 +00:00
Otis Gospodnetic d58ac601b5 - Added SouFun.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149987 13f79535-47bb-0310-9956-ffa450edef68
2003-05-20 14:53:03 +00:00
Otis Gospodnetic 8dcc1f668f - Indyo got removed, so Indyo tutorial is no longer needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149986 13f79535-47bb-0310-9956-ffa450edef68
2003-05-12 01:52:08 +00:00
Otis Gospodnetic a226bdd323 - Removed references to Indyo and Fulcrum.
- Added references to Javascript Query Constructor and Javascript Query Validator.
Submitted by: Kelvin Tan


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149985 13f79535-47bb-0310-9956-ffa450edef68
2003-05-12 01:49:47 +00:00
Otis Gospodnetic 3b711ddb22 - Fix that allows people using JDK 1.3 to compile this class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149984 13f79535-47bb-0310-9956-ffa450edef68
2003-05-04 21:13:49 +00:00
Doug Cutting 1c8db6cfd0 Put lock files in /tmp instead of with the index.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149983 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 19:50:18 +00:00
Otis Gospodnetic 7d50426c4c - Added tests for getFieldNames(boolean) method in IndexReader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149982 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 01:12:10 +00:00
Otis Gospodnetic 49db32469f - Added method getFieldNames(boolean).
Submitted by:	Julien Nioche
Reviewed by:	Otis


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149981 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 01:09:15 +00:00
Otis Gospodnetic f980ec23e5 - Fixed a bug that allowed queries to retrieve extra matches.
- Fixed indentation that was all messed up, and some spelling mistakes.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149980 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 00:40:41 +00:00
Otis Gospodnetic f2099419e3 - Modified RangeQuery's toString() method to return a String that matches the syntax used in QueryParser.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149979 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 01:34:00 +00:00
Otis Gospodnetic bad5b34e31 - Added a link to Phonetix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149978 13f79535-47bb-0310-9956-ffa450edef68
2003-04-28 15:12:03 +00:00
Otis Gospodnetic c3fb072330 - Updated location of ChainedFilter.java.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149977 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 02:29:50 +00:00
Otis Gospodnetic be1054300f - Removed the entry on MultiFieldQueryParser because that's already in core API.
- Changed link to ChainableFilter to point to Sandbox.
Submitted by: Kelvin Tan


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149976 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 04:21:03 +00:00
Otis Gospodnetic 6c4774bcce - Removed the link to todo.html.
Items from todo.xml have been moved to Bugzilla, thanks to Eric Isakson.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149975 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 04:57:38 +00:00
Otis Gospodnetic d40c5493a6 - Cosmetics and Javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149974 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 04:22:38 +00:00
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