Commit Graph

1298 Commits

Author SHA1 Message Date
Kelvin Tan 5ffcb6abe4 Importing the classes seem to have warped the whitespaces. Here's my attempt to get things back to normal.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150756 13f79535-47bb-0310-9956-ffa450edef68
2002-05-08 15:50:03 +00:00
Andrew C. Oliver af3d523dbe Initial revision
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150755 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 15:43:03 +00:00
Otis Gospodnetic 740ff44d60 - Added contributor's full name.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150754 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 14:39:50 +00:00
Otis Gospodnetic f7be16812b - Updated with today's activities.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150753 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 14:36:47 +00:00
Otis Gospodnetic f4e2c2bbbb - A REDME for LARM webcrawler contribution.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150752 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 14:32:24 +00:00
Otis Gospodnetic cf2fa142c8 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150751 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 13:58:45 +00:00
Otis Gospodnetic 95eb8721c6 - Lucene Indexing Demo docs. Minimalistic at present.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150750 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 13:34:05 +00:00
Otis Gospodnetic 61d966bb04 - A contributed, simple XML Indexing Demo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150749 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 13:32:45 +00:00
Otis Gospodnetic 6b7a6eb234 - Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150748 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 13:29:54 +00:00
Otis Gospodnetic fffd734c3d - Fixed a typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150747 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 19:03:20 +00:00
Otis Gospodnetic 4be2fdcacd - Minor changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150746 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 18:59:35 +00:00
Otis Gospodnetic 389c64bc3f - Removed unneeded list of files.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150745 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 16:17:46 +00:00
Otis Gospodnetic c5891fe4d6 - Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150744 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 13:17:23 +00:00
Otis Gospodnetic 61cc2a31af - Fixed a few typos (really just testing commit priviledges).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150743 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 15:23:59 +00:00
Peter Carlson 88d155d343 Files to create the basic structure of the Lucene Sandbox Repository.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150742 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 14:32:07 +00:00
(no author) d391e6f695 New repository initialized by cvs2svn.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150741 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 14:32:07 +00:00
Daniel Naber d627eced03 test case that makes sure sloppy phrase queries use the term distance to calculate the result ranking
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150740 13f79535-47bb-0310-9956-ffa450edef68
2005-01-28 22:22:04 +00:00
Christoph Goller 3ad078a757 Fixed small typo to enable compilation again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150739 13f79535-47bb-0310-9956-ffa450edef68
2005-01-26 13:57:41 +00:00
Otis Gospodnetic 679e46a713 - Read-in query string as UTF-8
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150738 13f79535-47bb-0310-9956-ffa450edef68
2005-01-26 04:35:33 +00:00
Christoph Goller 3c7247e2bc *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150737 13f79535-47bb-0310-9956-ffa450edef68
2005-01-24 20:31:56 +00:00
Christoph Goller 217ac20c30 New BooleanScorer implemented by Paul Elschot
(Patch 31785) that implements skipTo and delivers
documents in correct order. Furthermore a small bug
in ConjunctionScorer skipTo (if called without a
preceeding next) is eliminated.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150736 13f79535-47bb-0310-9956-ffa450edef68
2005-01-24 19:21:01 +00:00
Daniel Naber aea8b8ce36 small typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150735 13f79535-47bb-0310-9956-ffa450edef68
2005-01-21 18:28:35 +00:00
Daniel Naber b19f7942f7 mention fix for bug #33161
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150734 13f79535-47bb-0310-9956-ffa450edef68
2005-01-20 21:20:55 +00:00
Daniel Naber 7ff11fc34d fix for bug 33161 (UnsupportedOperationException for some combinations of BooleanQuery and MultiPhraseQuery)
PR: 33161
Submitted by: Rhett Sutphin


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150733 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 23:32:52 +00:00
Erik Hatcher ea3a9502f2 Refresh generated docs from site2
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150732 13f79535-47bb-0310-9956-ffa450edef68
2005-01-18 13:58:17 +00:00
Erik Hatcher 53d390db9a Add pylucene to resources, and refresh generated docs from site2
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150731 13f79535-47bb-0310-9956-ffa450edef68
2005-01-18 13:57:32 +00:00
Erik Hatcher 277a3aa744 StandardAnalyzer test contributed by Chris Lamprecht
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150730 13f79535-47bb-0310-9956-ffa450edef68
2005-01-18 13:27:23 +00:00
Daniel Naber 2c43e92e98 fixing some deprecated/see tags in the javadoc comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150729 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 19:25:01 +00:00
Daniel Naber 1129d547da avoid deprecated method call
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150728 13f79535-47bb-0310-9956-ffa450edef68
2005-01-03 17:05:31 +00:00
Daniel Naber 55bfcc6d47 reduce date resolution from seconds to minutes, this should be enough for most cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150727 13f79535-47bb-0310-9956-ffa450edef68
2005-01-01 23:13:00 +00:00
Otis Gospodnetic 707c77e91a - s/nagoya/mail-archives/
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150726 13f79535-47bb-0310-9956-ffa450edef68
2004-12-31 04:24:57 +00:00
Daniel Naber a487218a0b link the new FAQ
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150725 13f79535-47bb-0310-9956-ffa450edef68
2004-12-30 21:50:43 +00:00
Bernhard Messer 475551e17b document the new CompoundFileReader.main method
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150724 13f79535-47bb-0310-9956-ffa450edef68
2004-12-30 13:04:13 +00:00
Bernhard Messer fd754080ce add a public static void main method to list and optional extract the individual files from a compound. The original code was proposed by Garrett Rooney.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150723 13f79535-47bb-0310-9956-ffa450edef68
2004-12-30 12:55:10 +00:00
Bernhard Messer cbe5047e62 use the new DateTools.timeToString instead of the deprecated DateTime class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150722 13f79535-47bb-0310-9956-ffa450edef68
2004-12-30 12:06:09 +00:00
Bernhard Messer eb7e42eb4a adjust test cases to make use of the new IndexReader.getFieldNames method
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150721 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 21:38:41 +00:00
Bernhard Messer 1e53679495 use the new IndexReader.getFieldNames instead of the deprecated ones.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150720 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 21:37:47 +00:00
Bernhard Messer 8f5e0f6406 new method: public abstract Collection getFieldNames(FieldOption fldOption) added to IndexReader. This is a replacement for all existing IndexReader.getFieldName methods. All the other methods are marked deprecated and should be removed with 2.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150719 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 21:35:45 +00:00
Bernhard Messer ad114c6e7d use the new non-deprecated IndexWriter.getMergeFactor() method instead of the static variable IndexWriter.mergeFactor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150718 13f79535-47bb-0310-9956-ffa450edef68
2004-12-22 19:43:05 +00:00
Daniel Naber 11f9a45a03 fixing typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150717 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 16:25:40 +00:00
Bernhard Messer 35a6a1cbfc document the FieldInfos change
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150716 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 15:23:32 +00:00
Bernhard Messer 2779fa5edc make deprecated test work again with bug fix in Reader getFieldNames
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150715 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 14:59:33 +00:00
Bernhard Messer 785e50ba82 make tests work again with bug fix in Reader getFieldNames
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150714 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 14:58:49 +00:00
Bernhard Messer 7b008b210d do not longer return an extra blank field in Reader getFieldNames
PR:19085
Obtained from: Mark Harwood
Submitted by: Bernhard


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150713 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 14:55:48 +00:00
Otis Gospodnetic dc1ad4d18c - System properties are already on the Wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150712 13f79535-47bb-0310-9956-ffa450edef68
2004-12-18 06:15:20 +00:00
Otis Gospodnetic 6f8faa8a92 - Removed LARM references
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150711 13f79535-47bb-0310-9956-ffa450edef68
2004-12-18 06:00:37 +00:00
Daniel Naber 2a66a4427f document that Fuzzy/RangeQuery terms are now lowercased by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150710 13f79535-47bb-0310-9956-ffa450edef68
2004-12-14 23:13:34 +00:00
Daniel Naber cdd85a75ea The terms of fuzzy and range queries are lowercased by default now. setLowercaseWildcardTerms deprecated, introducing setLowercaseExpandedTerms instead.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150709 13f79535-47bb-0310-9956-ffa450edef68
2004-12-14 23:02:53 +00:00
Daniel Naber b74370baec slightly improve the TooManyClauses exception documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150708 13f79535-47bb-0310-9956-ffa450edef68
2004-12-14 19:28:44 +00:00
Daniel Naber db9e4e97db document that TooManyClauses is thrown by several methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150707 13f79535-47bb-0310-9956-ffa450edef68
2004-12-14 19:00:01 +00:00