Hi,

I'm facing this same topic, but in my case, I have multiple cores and I
want only one spellchecker index from all this cores.
If I create a new core and index all documents from the other cores to this
new core, and use the new core to implement  the spellchecker can be a
solution?

Currently, I'm running on SOLR 3.5

best regards,
*Eduardo Henriques*



On Fri, Jul 20, 2012 at 10:24 AM, sebio <sebastian.barszczew...@gmail.com>wrote:

> Hello solr users,
>
> i want to use the spellchecker component. All examples and tutorials i
> found
> are dealing with one index. Our solr setup has multiple cores each one for
> a
> single language. The spellchecker component should be based on the
> different
> languages in the cores.
>
> I am unsure how to handle the setup. Does it make sense to have a
> spellchecker index for each index/language? If so how to handle the
> solrconfig.xml files. Do i have to configure the request handlers and
> spellchecker components in each core solrconfig.xml? Is it possible to
> configure the dictionaries in the cores?
>
> What is the general case with core configurations. Does core configuration
> files extend or overwrite the global config files?
>
> Perhaps someone could help me with that topic.
>
> Kind regards,
> Sebastian
>
>
>
>
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Spellchecker-component-with-multiple-cores-tp3996216.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to