I'm developing a Desktop Search Engine in VB 9 using Lucene.NET
I wish to delete and create a new entry for a file that is updated.
The Index stores complete file path and ...
Am using Lucene.Net dll version 2.0.0.4
Looks like its IndexWriter class does not have methods for DeleteDocument and UpdateDocument.Am i missing something here?How do i achieve delete,update functionality in this version ...
What is the idiomatic way to delete old documents from a Lucene Index?
I have a date field (YYYYMMddhhmmss) on all of the documents, and I'd like to remove anything more than ...
I was creating a lucene index when my indexing program crashed. The indexer had processed about 3M documents before crashing, producing a 14GB file. When I opened the index in Luke ...