SearcherTaxonomyManager usage

2013-10-26 Thread Joe Eckard
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

Index + Taxonomy Replication

2013-10-30 Thread Joe Eckard
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

Re: Index + Taxonomy Replication

2013-11-01 Thread Joe Eckard
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