You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Alex Aw Seat Kiong <al...@bigonthenet.com> on 2003/10/14 08:12:07 UTC

lucene index summary

Hi All!

Are the lucene indexer library included the index summary facilities?
Like,
- total record was indexed.
- List of the sources(uid) was indexed
- total record was deleted.
- List of the sources(uid) was deleted

And, how to use the searcher to retrieve back all the records was indexed/deleted?
What type the Query String to do this?


thkx...
AlexAw