solr-user@lucene.apache.org
Subject: Re: Spell check component does not return any suggestions
I tried to add spellcheck.alternativeTermCount=5 but still no suggestion has
been found.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spell-check-component-does-not-return-any
I tried to add spellcheck.alternativeTermCount=5 but still no suggestion has
been found.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spell-check-component-does-not-return-any-suggestions-tp4053757p4053772.html
Sent from the Solr - User mailing list archive at Nabble.com.
-2585
https://issues.apache.org/jira/browse/LUCENE-3436
All the best,
Eoghan
On 4 April 2013 11:01, vsl wrote:
> Hi,
>
> I configured index-based spell check component and unexpected problem
> occurs.
>
> *CASE 1: *
> I added two documents with following content:
> 1. handb
Hi,
I configured index-based spell check component and unexpected problem
occurs.
*CASE 1: *
I added two documents with following content:
1. handbuch
2. hanbuch
The suggestions are returned for both terms: e.g. handbuch -> hanbuch and
hanbuch-> handbuch.
Comment: Works as expected.
*
Hi,
I am trying to figure out if this is the expected behaviour of spell check
component. (when using collate=true)
I am searching for keyword 'high tet', the suggester returns expected result
'test' but I expected the collated results to return 'high test' (correc
Hi,
I am trying to configure spell check component in SOLR. I just want to
confirm if I am on right path
I have a text field - field name: name_spell (with no analyzers, uses
solr.TextField field type). This field will be used for building terms for
spell check. I have copied necessary data
ally managing the Spellcheck .
Thanks
On Sun, Nov 21, 2010 at 5:45 PM, Rajinimaski [via Lucene] <
ml-node+1939841-746088595-146...@n3.nabble.com
> wrote:
> If any one know articles or blog on solr spell-check component
> configuration
> type..please let me know..solr-wiki not he
On Nov 21, 2010, at 7:14 AM, rajini maski wrote:
> If any one know articles or blog on solr spell-check component configuration
> type..please let me know..solr-wiki not helping me solve maze..
Might be helpful:
http://www.lucidimagination.com/blog/2010/08/31/getting-started-spell-ch
/Spell-Check-Component-Functionality-tp1923954p1944011.html
Sent from the Solr - User mailing list archive at Nabble.com.
If any one know articles or blog on solr spell-check component configuration
type..please let me know..solr-wiki not helping me solve maze..
On Fri, Nov 19, 2010 at 12:40 PM, rajini maski wrote:
> And If I am trying to do :
>
> http://localhost:8909/solr/select/?spellcheck.q=Curst&am
Did you configure below one in your default request handler?
spellcheck
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spell-Check-Component-Functionality-tp1923954p1929124.html
Sent from the Solr - User mailing list archive at Nabble.com.
ki
>
>
> On Thu, Nov 18, 2010 at 8:09 PM, Peter Karich wrote:
>
>> Hi Rajani,
>>
>> some notes:
>> * try spellcheck.q=curst or completely without spellcheck.q but with q
>> * compared to the normal q parameter spellcheck.q can have a different
>> anal
o spellcheck.build=true for every request (creating the
> spellcheck index can be very expensive)
> * if you got spellcheck working embed the spellcheck component into your
> normal query component. otherwise you need to query 2 times ...
>
> Regards,
> Peter.
>
>
&
can be very expensive)
* if you got spellcheck working embed the spellcheck component into
your normal query component. otherwise you need to query 2 times ...
Regards,
Peter.
All,
I am trying apply the Solr spell check component functionality to our
data.
The configuration set up I
All,
I am trying apply the Solr spell check component functionality to our
data.
The configuration set up I needed to make for it by updating config.xml and
schema.xml is done as follows..
Please let me know if any errors in it.
I am not getting any suggestions in suggestion tags of solr
On Sun, Apr 26, 2009 at 11:55 PM, David Smiley @MITRE.org wrote:
>
> It appears to me that the spell-check component can't build a dictionary
> based on phonetic similarity (i.e. using a Phonetic analysis filter).
> Sure,
> you can go ahead and configure the spell check comp
It appears to me that the spell-check component can't build a dictionary
based on phonetic similarity (i.e. using a Phonetic analysis filter). Sure,
you can go ahead and configure the spell check component to use a field type
that uses a phonetic filter but the suggestions presented to the
see the thread "spellcheck issues" going on right now between Jason
Rennie and me. In there is a small sample piece of code that does
spell checking through SolrJ.
On Oct 8, 2008, at 12:52 PM, Sunil Raj wrote:
Hi,
I am trying to use SolrJ java client to do search and the basic
search wo
Hi,
I am trying to use SolrJ java client to do search and the basic search works
fine with the code given below.
SolrServer server = new CommonsHttpSolrServer( "
http://localhost:8983/solr";);
SolrQuery query = new SolrQuery().
setQuery(searchKey).
I just asked this too:
http://www.mail-archive.com/solr-user@lucene.apache.org/msg08515.html
On Jan 19, 2008, at 1:45 PM, anuvenk wrote:
Is it possible to add a spell check component so i don't have to
issue a
separate request to solr to do the spell checking? Sorry if this
questi
There is not yet a spell checking component... It would be great to
have though!
anuvenk wrote:
Is it possible to add a spell check component so i don't have to issue a
separate request to solr to do the spell checking? Sorry if this question is
naive..am just learning to use solr.
Is it possible to add a spell check component so i don't have to issue a
separate request to solr to do the spell checking? Sorry if this question is
naive..am just learning to use solr.
and add it to the search handler like this
spellcheck
what would the name of the spell
22 matches
Mail list logo