Re: spell suggest response

2011-01-17 Thread satya swaroop
Hi Grijesh, Though i use autosuggest i maynot get the exact results, the order is not accurate.. As for example if i type http://localhost:8080/solr/terms/?terms.fl=spellterms.prefix=solrterms.sort=indexterms.lower=solrterms.upper.incl=true i get results

Re: spell suggest response

2011-01-17 Thread Grijesh
/spell-suggest-response-tp2233409p2271114.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: spell suggest response

2011-01-17 Thread satya swaroop
Hi Grijesh, i added both the termscomponent and spellcheck component to the terms requesthandler, when i send a query as http://localhost:8080/solr/terms?terms.fl=textterms.prefix=javarows=7omitHeader=truespellcheck=truespellcheck.q=javaspellcheck.count=20 the result i get is response

Re: spell suggest response

2011-01-16 Thread Grijesh
in context: http://lucene.472066.n3.nabble.com/spell-suggest-response-tp2233409p2270669.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: spell suggest response

2011-01-16 Thread satya swaroop
Hi Grijesh, As you said you are implementing this type. Can you tell how did you made in brief.. Regards, satya

Re: spell suggest response

2011-01-16 Thread Grijesh
currently don't have - Thanx: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/spell-suggest-response-tp2233409p2270743.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: spell suggest response

2011-01-15 Thread Otis Gospodnetic
Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Grijesh.singh pintu.grij...@gmail.com To: solr-user@lucene.apache.org Sent: Thu, January 13, 2011 5:39:53 AM Subject: Re: spell suggest response Similar type of work I have done earlier by using spell

Re: spell suggest response

2011-01-13 Thread Grijesh.singh
this message in context: http://lucene.472066.n3.nabble.com/spell-suggest-response-tp2233409p2247479.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: spell suggest response

2011-01-12 Thread Stefan Matheis
satya, nice to hear, that it work's :) on your question to similar words: i would say no - suggestions are only generated based on available records, and afaik only if the given word/phrase is misspelled. Perhaps MoreLikeThis could help you, but not sure on this - especially because you're

Re: spell suggest response

2011-01-12 Thread satya swaroop
Hi stefan, I need the words from the index record itself. If java is given then the relevant or similar or near words in the index should be shown. Even the given keyword is true... can it be possible??? ex:-

Re: spell suggest response

2011-01-12 Thread Juan Grande
It isn't exactly what you want, but did you try with the onlyMorePopular parameter? http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.onlyMorePopular Regards, Juan Grande On Wed, Jan 12, 2011 at 7:29 AM, satya swaroop satya.yada...@gmail.comwrote: Hi stefan, I need the

Re: spell suggest response

2011-01-12 Thread satya swaroop
Hi Juan, yeah.. i tried of onlyMorePopular and got some results but are not similar words or near words to the word i have given in the query.. Here i state you the output..

spell suggest response

2011-01-11 Thread satya swaroop
Hi All, can we get just suggestions only without the files response?? Here I state an example when i query http://localhost:8080/solr/spellcheckCompRH?q=java daka usarspellcheck=truespellcheck.count=5spellcheck.collate=true i get some result of java files and then the suggestions for

Re: spell suggest response

2011-01-11 Thread Gora Mohanty
On Tue, Jan 11, 2011 at 3:07 PM, satya swaroop satya.yada...@gmail.com wrote: Hi All,         can we get just suggestions only without the files response?? Here I state an example when i query    http://localhost:8080/solr/spellcheckCompRH?q=java daka

Re: spell suggest response

2011-01-11 Thread satya swaroop
Hi Gora, I am using solr for file indexing and searching, But i have a module where i dont need any files result but only the spell suggestions, so i asked is der anyway in solr where i would get the spell suggestion responses only.. I think it is clear for u now.. If not tell me I will

Re: spell suggest response

2011-01-11 Thread Stefan Matheis
Satya, what about rows=0 .. if i got i correct .. :) Regards Stefan On Tue, Jan 11, 2011 at 1:19 PM, satya swaroop satya.yada...@gmail.comwrote: Hi Gora, I am using solr for file indexing and searching, But i have a module where i dont need any files result but only the spell

Re: spell suggest response

2011-01-11 Thread satya swaroop
Hi Stefan, Ya it works :). Thanks... But i have a question... can it be done only getting spell suggestions even if the spelled word is correct... I mean near words to it... ex:-