Re: [Lucene-users] Indexing part number

2001-10-02 Thread Robert J. Lebowitz
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

RE: [Lucene-users] Indexing

2001-09-21 Thread Scott Ganyo
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