Re: Large index files

2004-07-23 Thread Joel Shellman
I'm a little confused by this. I thought Lucene keeps creating new files as the index gets bigger and any single file doesn't ever get all that big. Is that not the case? Thanks, Joel Shellman John Moylan wrote: As long as your kernel has "Large File Support", then you

Wildcard search with my own analyzer

2004-07-15 Thread Joel Shellman
search for: categories:"Root Cate*" it doesn't find it. What do I need to do so that wildcard searching will work on this? I am using the same analyzer for indexing and searching (otherwise the first search wouldn't work eith

IndexSearcher usage and caching?

2004-07-12 Thread Joel Shellman
o work. If I do a search, then add a document, and do another search with the same IndexSearcher, it won't find the newly added document. I'd rather not have to create a new IndexSearcher for every query... do I have to