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
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
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
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
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
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.
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
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
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