Re: Problem with spellchecker component

2016-10-19 Thread la...@2locos.com
s.com -Original Message- From: "Rajesh Hazari" Sent: Friday, October 7, 2016 12:27pm To: solr-user@lucene.apache.org Subject: Re: Problem with spellchecker component What spellcheckers you have in your collection configs, do you have any of these wordbreak solr.WordBreakS

Re: Problem with spellchecker component

2016-10-07 Thread Rajesh Hazari
What spellcheckers you have in your collection configs, do you have any of these wordbreak solr.WordBreakSolrSpellChecker . . . . default textSpell solr.IndexBasedSpellChecker . . . . . we have come up with these spellcheckers which works with our schema definitions. *Rajes

Problem with spellchecker component

2016-10-07 Thread la...@2locos.com
I'm using Spellcheck component and it doesn't show me any error for combination of words with error, I want to know if it just work on one word or it also works on combination of words?and if so what should I do to makes it work? Ladan Nekuii Web Developer 2locos 300 Frank H. Ogawa Plaza, Suite

Re: Spellchecker component with multiple cores

2012-07-23 Thread Eduardo Henriques
ently, I'm running on SOLR 3.5 best regards, *Eduardo Henriques* On Fri, Jul 20, 2012 at 10:24 AM, sebio wrote: > Hello solr users, > > i want to use the spellchecker component. All examples and tutorials i > found > are dealing with one index. Our solr setup has multip

Spellchecker component with multiple cores

2012-07-20 Thread sebio
Hello solr users, i want to use the spellchecker component. All examples and tutorials i found are dealing with one index. Our solr setup has multiple cores each one for a single language. The spellchecker component should be based on the different languages in the cores. I am unsure how to

Re: SpellChecker Component

2008-11-12 Thread Grant Ingersoll
See https://issues.apache.org/jira/browse/LUCENE-1417 and http://lucene.markmail.org/message/sktohlgqxcpmpf7z?q=list:org%2Eapache%2Elucene%2Esolr-user+spellchecker+Rennie In short, frequency is the second order sort level. I think it should be made pluggable.A patch would be most welcome.

Re: SpellChecker Component

2008-11-11 Thread Jeff Newburn
Ok. I have managed to get the search component added (You rock Grant). I am having some interesting issues now with the suggestions. We sell shoes online so I am trying to get it to spellcheck for brand name. When I search konverse with spelling on it returns converse correctly however when I s

Re: SpellChecker Component

2008-11-11 Thread Grant Ingersoll
Hi Jeff, A SearchComponent allows you to connect functionality with any Request Handler, allowing you to inline spelling requests (or other things like MoreLikeThis) with your queries, saving you from having to make an extra request. I walk through a lot of this in my article on Solr 1.3

SpellChecker Component

2008-11-10 Thread Jeff Newburn
I am still relatively new to solr. I have gotten the spellcheckerrequesthandler working the way I would like. Now I am diving into the search component version of the spell checker. I was hoping someone could help explain 1. What specifically does the searchcomponent offer and how would I go abo