> Grant Ingersoll wrote:
> 
> How often does your collection change or get updated?
> 
> You could also have a slight alternative, which is to create 
> a real small and simple Lucene index that contains your 
> translations and then do it pre-indexing.  The code for such 
> a searcher is quite simple, albeit it isn't Solr.
> 
> Otherwise, you'd have to hack the SolrResourceLoader to 
> recognize your Analyzer as being SolrCoreAware, but, geez, I 
> don't know what the full ramifications of that would be, so 
> caveat emptor.


> Mike Klaas wrote:
>
> Perhaps you could separate the problem, putting this info in 
> separate index or solr core.

This sounds like the best approach.  I've written a special searcher that
handles standardization requests for multiple places in one http call and it
was pretty straightforward.  That's what I love about SOLR, it's *so* easy
to write plugins for.

Thank-you for your suggestions!

--dallan

Reply via email to