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
Hi Satya, In this example you are not using spellchecking .I am saying use spellcheck component also with Terms component so it will give you the spellcheck suggestion also. Then combined both the lists. - Thanx: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/s

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
I have configured a request handled for autosuggest (used term component for autosuggest) with last component as spellcheck component. and query with terms.prefix and spellcheck=true It gives the output from terms component and also output from spellchek component exact handler configuration cur

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
I have Not implemented on any public site . I just seen the auto-suggest list of google which have the lists containing both auto-suggest and spell-check Like just type on google "jave" it will give the suggestion java script java se jave staffing java string jave s So i was trying to impleme

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
Similar type of work I have done earlier by using spell-check component with auto-suggest combined. Autosuggest will provide the words starting with query term and spellcheck returns the words similar to that. I have combined both suggestion in single list to display - Grijesh -- View this

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