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
Hello,
I'm attempting to setup a master/slave arrangment between two servers where
the master uses a SearcherTaxonomyManger to index and search, and the slave
is read-only - using just an IndexSearcher and TaxonomyReader.
So far I am able to publish new IndexAndTaxonomyRevisions on the master and
Thanks Mike, that pointer was a great help - and Shai, that is exactly what
I ended up trying. (i.e. creating a
new ReferenceManager that
takes an IndexSearcher, TaxonomyReader & a SearcherFactory - based on the
current SearcherTaxonomyManager.)
The only difference is I didn't bother checking the