Does anybody could let me know what should be changed in the "IndexFiles"
> demo to let met index and query "pure" digit part number. Currently only
> alphabetic query seem to work, digit and special characters (-, _, /, ...)
> are ignored.
If I understand your question correctly, you want to ind
Title: RE: [Lucene-users] Indexing
As I understand the concurrently model, these are the rules:
* One IndexWriter at a time.
* As many IndexReaders as you want at a time.
* If you want to pick up a change made by the IndexWriter, you need to close the IndexWriter before opening the