RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
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? &

RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
Java Utility Logging (JUL). I believe the info level in the logs is sufficient. Let's start by posting what you have? Also, are you able to get the sample spellchecking to work? On Jan 12, 2009, at 2:16 AM, Deshpande, Mukta wrote: > Hi, > > Could you please send me the needful entries

RE: Query regarding Spelling Suggestions

2009-01-11 Thread Deshpande, Mukta
Re: Query regarding Spelling Suggestions Can you send the full log? On Jan 11, 2009, at 1:51 PM, Deshpande, Mukta wrote: > I am using the example schema that comes with the Solr installation > downloaded from http://www.mirrorgeek.com/apache.org/lucene/solr/. > I have added the

RE: Query regarding Spelling Suggestions

2009-01-11 Thread Deshpande, Mukta
stions 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? If you open it w/ Luke, does it have entries? Thanks, Grant On Jan 8, 2009, at 11

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

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

Multiple language support

2008-12-29 Thread Deshpande, Mukta
Hi All, I have a multiple language supporting schema in which there is a separate field for every language. I have a field "product_name" to store product name and its description that can be in any user preferred language. This can be stored in fields product_name_EN if user prefers English

RE: Setting Request Handler

2008-12-10 Thread Deshpande, Mukta
your MAIN Request Handler is, it merely shows the how of hooking it in. On Dec 10, 2008, at 7:51 AM, Deshpande, Mukta wrote: > Hi, > > I have a request handler in my solrconfig.xml : /spellCheckCompRH It > utilizes the search component "spellcheck". > > When I specify fol

Setting Request Handler

2008-12-10 Thread Deshpande, Mukta
Hi, I have a request handler in my solrconfig.xml : /spellCheckCompRH It utilizes the search component "spellcheck". When I specify following query in browser, I get correct spelling suggestions from the file dictionary. http://localhost:8080/solr/spellCheckCompRH/?q=SolrDocs&spellcheck.q=re

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