RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
Thanks all for the help and information. Best Regards, ~Mukta -Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Tuesday, January 13, 2009 6:50 PM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Suggestions On Tue, Jan 13, 2009 at

Re: Query regarding Spelling Suggestions

2009-01-13 Thread Shalin Shekhar Mangar
On Tue, Jan 13, 2009 at 5:16 PM, Deshpande, Mukta wrote: > I have following question / observation : (just to ensure that my > configurations are correct) > > The lucene-index (dictionary) "syn_index" is already an index so do we > have to specify the spellcheckIndexDir again? >(If I do not g

RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
ant information. Thanks & Best Regards, ~Mukta -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: Monday, January 12, 2009 10:15 PM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Suggestions Solr 1.3 doesn't use Log4J, it uses

Re: Query regarding Spelling Suggestions

2009-01-12 Thread Grant Ingersoll
..@apache.org] Sent: Fri 1/9/2009 8:29 AM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Suggestions Can you put the full log (as short as possibly demonstrates the problem) somewhere where I can take a look? Likewise, can you share your schema? Also, does the spelling inde

RE: Query regarding Spelling Suggestions

2009-01-11 Thread Deshpande, Mukta
> > > > From: Grant Ingersoll [mailto:gsing...@apache.org] > Sent: Fri 1/9/2009 8:29 AM > To: solr-user@lucene.apache.org > Subject: Re: Query regarding Spelling Suggestions > > > > Can you put the full log (as short as possibly demonstrates

Re: Query regarding Spelling Suggestions

2009-01-11 Thread Grant Ingersoll
1/9/2009 8:29 AM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Suggestions Can you put the full log (as short as possibly demonstrates the problem) somewhere where I can take a look? Likewise, can you share your schema? Also, does the spelling index exist under /data/index?

RE: Query regarding Spelling Suggestions

2009-01-11 Thread Deshpande, Mukta
der /data/ If I open my index in Luke I can see the entries against "word" field. Thanks, ~Mukta From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: Fri 1/9/2009 8:29 AM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Sugge

Re: Query regarding Spelling Suggestions

2009-01-09 Thread Grant Ingersoll
ggestions. Can you please check. Thanks, ~Mukta -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: Thursday, January 08, 2009 7:42 PM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Suggestions Did you send in the build command? See http://wiki.apa

RE: Query regarding Spelling Suggestions

2009-01-08 Thread Deshpande, Mukta
. Thanks, ~Mukta -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: Thursday, January 08, 2009 7:42 PM To: solr-user@lucene.apache.org Subject: Re: Query regarding Spelling Suggestions Did you send in the build command? See http://wiki.apache.org/solr/SpellCheckComponen

Re: Query regarding Spelling Suggestions

2009-01-08 Thread Grant Ingersoll
Did you send in the build command? See http://wiki.apache.org/solr/SpellCheckComponent On Jan 8, 2009, at 5:14 AM, Deshpande, Mukta wrote: Hi, I am using Wordnet dictionary for spelling suggestions. The dictionary is converted to Solr index with only one field "word" and stored in location

Query regarding Spelling Suggestions

2009-01-08 Thread Deshpande, Mukta
Hi, I am using Wordnet dictionary for spelling suggestions. The dictionary is converted to Solr index with only one field "word" and stored in location /data/syn_index, using syns2Index.java program available at http://www.tropo.com/techno/java/lucene/wordnet.html I have added the "word" fie

Re: Query regarding spelling suggestions

2008-12-08 Thread Grant Ingersoll
Right now, you'd have to write an implementation of a SolrSpellChecker. Seems like a reasonable thing to have, though. We could have a "Chained" Spell Checker that combined the others, I think. Another option that might work, would be to define two separate Search components, 1 for the fi

Query regarding spelling suggestions

2008-12-07 Thread Deshpande, Mukta
Hi, I have defined a Search Component in solrconfig.xml containing two entries for spellchecker. One is the indexed field - "title" . Second is a text file - "mywords.txt". When I enable spellchecking and query for some word, I expect that the spelling suggestions will come from both the dicti