- Changed the status of a completed task.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-07-14 17:53:19 +00:00
parent 08c38ffbc4
commit 70950b82aa
1 changed files with 3 additions and 0 deletions

View File

@ -47,11 +47,14 @@ $Revision$
programmatically specify a default operator (OR or AND).
c.f.
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=lucene-dev@jakarta.apache.org&msgId=115677
Status: COMPLETED
- The recenly submitted code that allows for queries such as
"Microsoft suc*" to match "Microsoft success" and "Microsoft sucks".
c.f.
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=lucene-dev@jakarta.apache.org&msgId=333275
Status: Asked Anders Nielsen to send some usage/test code, so that I can
test his contribution and also add tests to the repository.
- Make package protected abstract methods of org.apache.lucene.search.Searcher
public (I'd like to be able to make subclasses of Searcher, IndexWriter, InderReader).