RE: IndexBasedSpellChecker on multiple fields

2011-10-20 Thread Dyer, James
Content Group (615) 213-4311 -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Thursday, October 20, 2011 8:58 AM To: solr-user@lucene.apache.org Subject: Re: IndexBasedSpellChecker on multiple fields Hi James, sorry for

Re: IndexBasedSpellChecker on multiple fields

2011-10-20 Thread Simone Tripodi
Hi James, sorry for the noise but I am not able to using the approach described, I'm sure I'm misconfiguring something. Basically, I have 2 fields, `abstract` and `subject`, and a field `master-dictionary` where the first to have ben copied. Then, in solrconfig.xml I configured the SpellCheckCompo

Re: IndexBasedSpellChecker on multiple fields

2011-10-19 Thread Simone Tripodi
Hi James! terrific suggestion, thanks a lot!!! And sorry for the delay (due to my timezone ;) ) I'll let you know how things will go, thanks once again and have a nice day! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://w

RE: IndexBasedSpellChecker on multiple fields

2011-10-18 Thread Dyer, James
Simone, You can set up a "master" dictionary but with a few caveats. What you'll need to do is all of the fields you want to include in your "master" dictionary into one field and base your IndexBasedSpellChecker dictionary on that. In addition, I would recommend you use the "collate" featur