Hello,
I'm new to lucene and I am having some trouble figuring out the right way
to use a SearcherTaxonomyManager for NRT faceted search. Assuming I set up
the STM with a reopen thread:
// Index Writer
Directory indexDir = FSDirectory.open(new File(indexDirectoryPath));
IndexWriterCon
When you close the taxoWriter and indexWriter, that calls commit() internally.
You can also call commit periodically if you want to, to make sure
changes are on durable storage so that if the hardware loses power, or
OS crashes, etc., you'll still have a valid index as of the last
commit. Or you