Re: another lucene-based application

2006-03-17 Thread Xia Dennis
what's the difference from dotLucene? 2006/3/18, Artem Vasiliev <[EMAIL PROTECTED]>: > > Hi guys! > > I'd like to thank the developers and contributors of Lucene project > for the fantastic library. And thanks Otis and Erik for a great book! > > I'm writing an open source file searcher application

Re: About index deletion

2006-03-17 Thread Xia Dennis
add a field to store the time you add the index 2006/3/17, hu andy <[EMAIL PROTECTED]>: > > Because I will delete the indexed document periodically, So the index > files > must be deleted after that. If I just want to delete some documents added > before some past day from the index, How should i