Mailing List Archive

cvs commit: jakarta-lucene CHANGES.txt TODO.txt
otis 2002/07/18 07:40:51

Modified: . CHANGES.txt TODO.txt
Log:
- Updated with today's changes.

Revision Changes Path
1.25 +4 -1 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- CHANGES.txt 17 Jul 2002 23:26:26 -0000 1.24
+++ CHANGES.txt 18 Jul 2002 14:40:51 -0000 1.25
@@ -39,6 +39,9 @@
searching via RMI. The test class RemoteSearchableTest.java
provides an example of how this can be used. (cutting)

+ 10. Added PhrasePrefixQuery (and supporting MultipleTermPositions). The
+ test class TestPhrasePrefixQuery provides the usage example.
+ (Anders Nielsen via otis)

1.2 RC6




1.4 +4 -4 jakarta-lucene/TODO.txt

Index: TODO.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/TODO.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TODO.txt 14 Jul 2002 17:53:19 -0000 1.3
+++ TODO.txt 18 Jul 2002 14:40:51 -0000 1.4
@@ -53,13 +53,13 @@
"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.
+ Status: COMPLETED

- 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).
c.f.
http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&config=lucene-dev_jakarta_apache_org&restrict=&exclude=&words=IndexAccessControl
+ Status: COMPLETED

- Add lastModified() method to Directory, FSDirectory and RamDirectory, so
it could be cached in IndexWriter/Searcher manager.




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>