Hi,
After reading this post, I looked for in solrconfig.xml :
1
0.5
spell
spelling
But couldn't find it, just find :
false
false
1
spellcheck
Can you tel
: It does make some sense, but I'm not sure that it should be blindly analyzed
: without adding logic to handle certain cases (like the QueryParser does).
: What happens if the analyzer produces two tokens? The spellchecker has to
: deal with this appropriately. Spell checkers should be able to
-
From: Mike Klaas [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 29, 2007 6:01 PM
To: solr-user@lucene.apache.org
Subject: Re: LowerCaseFilterFactory and spellchecker
On 29-Nov-07, at 5:40 PM, Chris Hostetter wrote:
I'm not very familiar with the SpellCheckerRequestHandler, but i
don
solr-user@lucene.apache.org
Subject: Re: LowerCaseFilterFactory and spellchecker
On 29-Nov-07, at 5:40 PM, Chris Hostetter wrote:
>
> I'm not very familiar with the SpellCheckerRequestHandler, but i don't
> think you are doing anything wrong.
>
> a quick skim of the code
On 29-Nov-07, at 5:40 PM, Chris Hostetter wrote:
I'm not very familiar with the SpellCheckerRequestHandler, but i don't
think you are doing anything wrong.
a quick skim of the code indicates that the "q" param isn't being
analyzed
by that handler, so the raw input string is pased to the
Spe
: think i'm just doing something wrong...
:
: was experimenting with the spellcheck handler with the nightly
: checkout from 11-28; seems my spellchecking is case-sensitive, even
: tho i think i'm adding the LowerCaseFilterFactory to both the index
: and query analyzers.
I'm not very familiar wi
It seems the best thing to do would be to do a case-insensitive
spellcheck, but provide the suggestion preserving the original case that
the user provided--or at least make this an option. Users are often
lazy about capitalization, especially with search where they've learned
from web search e
Rob,
Let's say it worked as you want it to in the first place. If the
query is for Thurne, wouldn't you get thorne (lower-case 't') as the
suggestion? This may look weird for proper names.
jds
[EMAIL PROTECTED]
Sent: Wednesday, November 28, 2007 5:16 PM
To: solr-user@lucene.apache.org
Subject: Re: LowerCaseFilterFactory and spellchecker
lance,
thanks for the quick replylooks like 'thorne' is getting added to
the dictionary, as it comes up as a suggestion for 'Thorne
lance,
thanks for the quick replylooks like 'thorne' is getting added to
the dictionary, as it comes up as a suggestion for 'Thorne'
i could certainly just lowercase in my client, but just confirming
that i'm not just screwing it up in the firstplace :)
thanks again,
rc
On Nov 28, 2007 8:11
There are a few parameters for limiting what words are added to the
dictionary. You might be trimming out 'thorne'. See this page:
http://wiki.apache.org/solr/SpellCheckerRequestHandler
-Original Message-
From: Rob Casson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 28, 2007 4:25
11 matches
Mail list logo