You could configure multiple spellcheckers on different fields, or if you want to aggregate several fields into the suggestions, use copyField to pool all text to be suggested together into a single field.

        Erik

On Jul 2, 2009, at 7:46 AM, Otis Gospodnetic wrote:


Hi Lici,

I don't think the current spellchecker can look at more than one field, let alone multiple indices, but you could certainly modify the code and make it do that. Looking at multiple fields of the same index may make more sense than looking at multiple indices.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
From: Licinio Fernández Maurelo <licinio.fernan...@gmail.com>
To: solr-user@lucene.apache.org
Sent: Thursday, July 2, 2009 5:36:34 AM
Subject: Creating spellchecker dictionary from multiple sources

Hello everybody, dealing with the spell checker component i'm wondering if it's possible to generate my dictionary index based on multiple indexes
fields  and also want to  know how anyone has solve this problem.

Thx

--
Lici


Reply via email to