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=text&terms.prefix=java&&rows=7&omitHeader=true&spellcheck=true&spellcheck.q=java&spellcheck.count=20 the result i get is -

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, 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=spell&terms.prefix=solr&terms.sort=index&terms.lower=solr&terms.upper.incl=true i get resu

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-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
View this message 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-15 Thread Otis Gospodnetic
Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: Grijesh.singh > 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 u

Re: spell suggest response

2011-01-13 Thread Grijesh.singh
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 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.. http://localhost:8080/solr/spellcheckCompRH?q=java&rows=0&spellcheck=true&spellcheck.collate=true&spellcheck.on

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 wrote: > Hi stefan, >I need the words from the index

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:- http://localhost:8080/solr/spellcheckCompRH?q=java&rows=0&spellcheck=true&s

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 talkin

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:- http://localhost:8080/solr/spellcheckCompRH?q=java&rows=0&spellcheck=true&spellcheck

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 wrote: > 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 ask

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 Gora Mohanty
On Tue, Jan 11, 2011 at 3:07 PM, satya swaroop 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 > usar&spellcheck=true&spellcheck.count=5&spellcheck.collate

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 usar&spellcheck=true&spellcheck.count=5&spellcheck.collate=true i get some result of java files and then the suggestions f