Does anyone have good sources for word dictionaries to use for the
spell checker?
Thanks,
Matt
Hi,
What combination of spellcheck parameters would return collations that
include query words that are spelt correctly.
e.g. if I search for 'sales managr' .. I might want collations that include
'sales'.
Also each suggestion doesn't seem to indicate if a word is spelt correctly,
just overall.
jimi.hulleg...@svensktnaringsliv.se
[mailto:jimi.hulleg...@svensktnaringsliv.se]
Sent: Friday, January 13, 2017 5:16 AM
To: solr-user@lucene.apache.org
Subject: RE: Can't get spelling suggestions to work properly
I just noticed why setting maxResultsForSuggest to a high value was not a good
I just noticed why setting maxResultsForSuggest to a high value was not a good
thing. Because now it show spelling suggestions even on correctly spelled words.
I think, what I would need is the logic of SuggestMode.
SUGGEST_WHEN_NOT_IN_INDEX, but with a configurable limit instead of it being
. The problem here is stemming, I suspect. Because
the main search fields use stemming, so that in some cases one can get lots of
results for spellings that doesn't exist in the index at all (or, at least not
in the spelling-field). How can I configure this component so that
=
SPELLCHECK_PREFIX + "maxResultsForSuggest";
You probably want to bypass the other parameters and just set the proper
maxResultsForSuggest param for your spellchecker
Cheers
--
View this message in context:
http://lucene.472066.n3.nabble.com/Can-t-get-spelling-suggestions-to-work-properly-tp4310079p4313685.html
Sent from the Solr - User mailing list archive at Nabble.com.
the best,
Matt
On 10/01/17 15:41, jimi.hulleg...@svensktnaringsliv.se wrote:
No one has any input on my post below about the spelling suggestions? I just find it a
bit frustrating not being able to understand this feature better, and why it doesn't give
the expected results. A built in
No one has any input on my post below about the spelling suggestions? I just
find it a bit frustrating not being able to understand this feature better, and
why it doesn't give the expected results. A built in "explain" feature really
would have helped.
/Jimi
-Original Me
Hi,
I'm trying to add the spelling suggestion feature to our search, but I'm having
problems getting suggestions on some misspellings.
For example, the Swedish word 'mycket' exists in ~14.000 of a total of ~40.000
documents in our index.
A search for the incorrect spellin
th Sciences
Syngenta UK
Email: geraint.d...@syngenta.com
-Original Message-
From: Mark Fenbers [mailto:mark.fenb...@noaa.gov]
Sent: 16 October 2015 19:43
To: solr-user@lucene.apache.org
Subject: Re: File-based Spelling
On 10/13/2015 9:30 AM, Dyer, James wrote:
Mark,
The older spellcheck implementatio
Geraint Duck
Data Scientist
Toxicology and Health Sciences
Syngenta UK
Email: geraint.d...@syngenta.com
-Original Message-
From: Mark Fenbers [mailto:mark.fenb...@noaa.gov]
Sent: 16 October 2015 19:43
To: solr-user@lucene.apache.org
Subject: Re: File-based Spelling
On 10/13/2015 9:30 AM,
e
getting, I think it is loading your file correctly. You should now try a query
against this spelling index, using words *not* in the file you loaded that are
within 1 or 2 edits from something that is in the dictionary. If it doesn't
yield suggestions, then post the relevant
correctly. You should now try a query
against this spelling index, using words *not* in the file you loaded that are
within 1 or 2 edits from something that is in the dictionary. If it doesn't
yield suggestions, then post the relevant sections of the solrconfig.xml,
schema.xml and also t
Let's see your solrconfig entries? Doubtless something innocent
seeming isn't quite right.
This might provide some clues:
http://lucidworks.com/blog/2015/03/04/solr-suggester/
The reference guide is the first place to look, a lot of this
functionality has changed
in recent years so I always try t
Greetings!
I'm attempting to use a file-based spell checker. My sourceLocation is
/usr/share/dict/linux.words, and my spellcheckIndexDir is set to
./data/spFile. BuildOnStartup is set to true, and I see nothing to
suggest any sort of problem/error in solr.log. However, in my
./data/spFile/
Greetings,
In my app, I've successfully implemented full-text searching
capabilities on a database using Solr. Now I'm ready to move on to
using Solr's spell check/suggest capability. Having succeeded in
searching, I figured spell-checking would be an easier step. Well, not
for me!
I'm ra
Ashish,
I would not recommend using spellcheck against a phonetic-analyzed field.
Instead, you can use to create a separate field that is lightly
analyzed and use the copy for spelling.
James Dyer
Ingram Content Group
-Original Message-
From: Ashish Mukherjee
Hello,
Couple of questions related to phonetics -
1. If I enable the phonetic filter in managed-schema file for a particular
field, how does it affect the spell handler?
2. What is the meaning of the inject attribute within in
managed-schema? The documentation is not very clear about it.
Regar
h a suggestions file
> containing up to 3 word phrases. However this component can't keep
> suggesting in case of spelling errors. I heard about FuzzySuggester and
> found some sample configurations here <http://svn.apache.org/repos/
> asf/lucene/dev/trunk/solr/core/src/test-f
Hi everyone,
Currently I'm using AnalyzingInfixLookupFactory with a suggestions file
containing up to 3 word phrases. However this component can't keep
suggesting in case of spelling errors. I heard about FuzzySuggester and
found some sample configurations here
<http://svn.apa
Correctly spelled words are returning as not spelled correctly, with the
original, correctly spelled word with a single oddball character appended as
multiple suggestions...
--
Ed Smiley, Senior Software Architect, eBooks
ProQuest | 161 E Evelyn Ave|
Mountain View, CA 94041 | USA |
+1 650 475 87
implementation, now it
> totally makes sense.
>
> Appreciate your help.
>
> Regards,
> Shamik
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/RE-How-to-achieve-distributed-spelling-check-in-SolrCloud-tp4094113p4094137.html
> Sent from the Solr - User mailing list archive at Nabble.com.
to-achieve-distributed-spelling-check-in-SolrCloud-tp4094113p4094137.html
Sent from the Solr - User mailing list archive at Nabble.com.
Ingram Content Group
(615) 213-4311
-Original Message-
From: Shamik Bandopadhyay [mailto:sham...@gmail.com]
Sent: Monday, October 07, 2013 4:47 PM
To: solr-user@lucene.apache.org
Subject: How to achieve distributed spelling check in SolrCloud ?
Hi,
We are in the process of transitioni
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-distributed-spelling-check-in-Solr-4-4-tp4094009.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
We are in the process of transitioning to SolrCloud (4.4) from
Master-Slave architecture (4.2) . One of the issues I'm facing now is with
making spell check work. It only seems to work if I explicitly set
distrib=false. I'm using a custom request handler and included the spell
check option.
I think the issue is that you are trying to use WordBreakSolrSpellChecker
(which was introduced in Solr 4.x version) in your Solr App of 3.5 version.
You need to correct that.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spelling-suggestions-tp4083519p4083816.html
Sent
w this message in context:
http://lucene.472066.n3.nabble.com/Spelling-suggestions-tp4083519p4083715.html
Sent from the Solr - User mailing list archive at Nabble.com.
llo,
>
> I have just configured apache-solr with my django project. And its working
> fine with a very simple and basic searching. I want to add spelling
> suggestions, if user misspell any word in the string entered.
>
> In this particular mailing-list, I searched for it. Ma
Hello,
I have just configured apache-solr with my django project. And its working
fine with a very simple and basic searching. I want to add spelling
suggestions, if user misspell any word in the string entered.
In this particular mailing-list, I searched for it. Many have give the link:
http
, 2013 12:41 PM
To: solr-user@lucene.apache.org
Subject: Re: Why do FQs make my spelling suggestions so slow?
James, this is very useful information. Can you please add this to the wiki?
On Wed, May 29, 2013 at 10:36 PM, Dyer, James
wrote:
> Instead of "maxCollationTries=0", use a
ileBased spell checkers).
>
> James Dyer
> Ingram Content Group
> (615) 213-4311
>
>
> -Original Message-
> From: Nicholas Fellows [mailto:n...@djdownload.com]
> Sent: Wednesday, May 29, 2013 11:06 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Why do
out half of "spellcheck.count" (but at least 10 if using IndexBased- or
FileBased spell checkers).
James Dyer
Ingram Content Group
(615) 213-4311
-Original Message-
From: Nicholas Fellows [mailto:n...@djdownload.com]
Sent: Wednesday, May 29, 2013 11:06 AM
To: solr-use
wrote:
>
> On May 29, 2013, at 9:46 AM, "Dyer, James"
> wrote:
>
> > Just an instanity check, I see I had misspelled "maxCollations" as
> "maxCollation" in my prior response. When you tested with this set the
> same as "maxCollat
On May 29, 2013, at 9:46 AM, "Dyer, James" wrote:
> Just an instanity check, I see I had misspelled "maxCollations" as
> "maxCollation" in my prior response. When you tested with this set the same
> as "maxCollationTries", did you correct my s
t;maxCollationTries", did you correct my spelling? The thought is that by
requiring it to return this many collations back, you are guaranteed to make it
try the maximum time every time,giving yourself a cleaner test. I am trying to
isolate here if spellcheck is not running the queries pr
Thanks for looking at this.
> What are the QTimes for the 0fq,1fq,2fq,4fq & 4fq cases with spellcheck
> entirely turned off? Is it about (or a little more than) half the total when
> maxCollationTries=1 ?
With spellcheck off I get 8ms for 4fq query.
> Also, with the varying # of fq's, how m
ce.com]
Sent: Tuesday, May 28, 2013 2:29 PM
To: solr-user@lucene.apache.org
Subject: Why do FQs make my spelling suggestions so slow?
I'm working on using spellcheck for giving suggestions, and collations
are giving me good results, but they turn out to be very slow if
my original query has any
I'm working on using spellcheck for giving suggestions, and collations
are giving me good results, but they turn out to be very slow if
my original query has any FQs in it. We can do 100 maxCollationTries
in no time at all, but if there are FQs in the query, things get
very slow. As maxCollationT
From: roySolr [mailto:royrutten1...@gmail.com]
Sent: Friday, December 07, 2012 3:05 AM
To: solr-user@lucene.apache.org
Subject: Spelling output solr 4
Hello,
It looks like the directspelling component returns the correction between
"(correction)".
Why is this and are there some other dif
Hello,
It looks like the directspelling component returns the correction between
"(correction)".
Why is this and are there some other differences in the spelling component
in solr 4(towards solr 3.1)
Thanks
Roy
--
View this message in context:
http://lucene.472066.n3.nabble.co
: Spelling Corrector Algorithm
On Thu, Mar 1, 2012 at 6:43 AM, Husain, Yavar wrote:
> Hi
>
> For spell checking component I set extendedResults to get the frequencies and
> then select the word with the best frequency. I understand the spell check
> algorithm based on Edit Distance.
apply some NLP stuff.
From: Dyer, James [james.d...@ingrambook.com]
Sent: Thursday, March 01, 2012 9:29 PM
To: solr-user@lucene.apache.org
Subject: RE: Spelling Corrector Algorithm
Yavar,
When you listed what the spell checker returns you put them in
On Thu, Mar 1, 2012 at 6:43 AM, Husain, Yavar wrote:
> Hi
>
> For spell checking component I set extendedResults to get the frequencies and
> then select the word with the best frequency. I understand the spell check
> algorithm based on Edit Distance. For an example:
>
> Query to Solr: Marien
>
the best algorithms are going to always accurately guess what the user wanted.
James Dyer
E-Commerce Systems
Ingram Content Group
(615) 213-4311
-Original Message-
From: Husain, Yavar [mailto:yhus...@firstam.com]
Sent: Thursday, March 01, 2012 5:43 AM
To: solr-user@lucene.apache.org
Subject: S
Hi
For spell checking component I set extendedResults to get the frequencies and
then select the word with the best frequency. I understand the spell check
algorithm based on Edit Distance. For an example:
Query to Solr: Marien
Spell Check Text Returned: Marine (Freq: 120), Market (Freq: 900)
When searching for a misspelled word that is in index and a misspelled word
that isn't, the collation doesn't use the suggestion for word that is
misspelled in the index.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Context-Sensitive-Spelling-Suggestions-
-Sensitive-Spelling-Suggestions-Collations-tp3295570p3304552.html
Sent from the Solr - User mailing list archive at Nabble.com.
-Original Message-
From: O. Klein [mailto:kl...@octoweb.nl]
Sent: Friday, September 02, 2011 6:22 AM
To: solr-user@lucene.apache.org
Subject: Re: Context-Sensitive Spelling Suggestions & Collations
Cool, I will check it out.
Are these changes present in nightly build? Or do I have to make my
Cool, I will check it out.
Are these changes present in nightly build? Or do I have to make my own
build?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Context-Sensitive-Spelling-Suggestions-Collations-tp3295570p3303941.html
Sent from the Solr - User mailing list archive
added to the product
so any feedback you can give is appreciated. Thanks.
James Dyer
E-Commerce Systems
Ingram Content Group
(615) 213-4311
-Original Message-
From: O. Klein [mailto:kl...@octoweb.nl]
Sent: Tuesday, August 30, 2011 8:45 AM
To: solr-user@lucene.apache.org
Subject: Context-Se
/Context-Sensitive-Spelling-Suggestions-Collations-tp3295570p3295570.html
Sent from the Solr - User mailing list archive at Nabble.com.
-Spelling-correction-automatic-Synonyms-tp3216278p3225223.html
Sent from the Solr - User mailing list archive at Nabble.com.
On 8/1/2011 1:40 PM, Mike Sokolov wrote:
If you want to avoid re-indexing, you could consider building a
synonym file that is generated using your rule set, and then using
that to expand your queries. You'd need to get a list of all terms in
your index and then process them to generate synyony
ucene.472066.n3.nabble.com/German-language-specific-problem-automatic-Spelling-correction-automatic-Synonyms-tp3216278p3216414.html
Sent from the Solr - User mailing list archive at Nabble.com.
On 8/1/2011 12:42 PM, Paul Libbrecht wrote:
Otherwise i need to backup the whole index and try to reindex
overnight when
cms users are sleeping.
With some work you can do this using an extra solr that just pulls everything,
then swaps the indexes (that needs a bit of downtime), then re-indexes
Le 1 août 2011 à 18:35, thomas a écrit :
> Thanks Alexei,
> Thanks Paul,
>
> I played with the solr.PhoneticFilterFactory. Analysing my query in solr
> admin backend showed me how and that it is working. My major problem is,
> that this filter needs to be applied to the index chain as well as to
ncoder. Im just afraid ill have
to reindex the whole content there as well.
Thomas
--
View this message in context:
http://lucene.472066.n3.nabble.com/German-language-specific-problem-automatic-Spelling-correction-automatic-Synonyms-tp3216278p3216414.html
Sent from the Solr - User mailing
ave a look into the ColognePhonetic encoder. Im just afraid ill have
to reindex the whole content there as well.
Thomas
--
View this message in context:
http://lucene.472066.n3.nabble.com/German-language-specific-problem-automatic-Spelling-correction-automatic-Synonyms-tp3216278p3216414.html
Sent
differences... schmidt, smith and schmid will be something like XMDT
>
> 2011/8/1 thomas
>
>> Hi,
>> we have several entries in our database our customer would like to find
>> when
>> using a not exactly matching search string. The Problem is kind of related
>> t
earch string. The Problem is kind of related
> to spelling correction and synonyms. But instead of single entries in
> synonyms.txt we would like a automatic solution for this group of problems:
>
> When searching for the name: "schmid" we want to find also documents with
> the
Hi,
we have several entries in our database our customer would like to find when
using a not exactly matching search string. The Problem is kind of related
to spelling correction and synonyms. But instead of single entries in
synonyms.txt we would like a automatic solution for this group of
in
> this example) is search for by the query component rather than "pell".
> Right
> now, it seems that all that is happening is that "dell" is being returned
> as
> a suggestion, but the query component is still searching with "pell".
>
>
>
> -Mark
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2176048.html
> Sent from the Solr - User mailing list archive at Nabble.com.
is still searching with "pell".
Thanks in advance!
-Mark
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2176048.html
Sent from the Solr - User mailing list archive at Nabble.com.
er
> than the original version (sell)?
>
> Thanks in advance for any help,
> Mark
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2172572.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
al version (sell)?
Thanks in advance for any help,
Mark
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2172572.html
Sent from the Solr - User mailing list archive at Nabble.com.
gt; -Original message-
> From: Gregg Hoshovsky
> Sent: Thu 09-09-2010 22:40
> To: solr-user@lucene.apache.org;
> Subject: Help on spelling.
>
> I am trying to use the spellchecker but cannot get past the point of having
> the spelling possibilities returned.
I don't see you passing spellcheck parameters in the query string. Are they
configured as default in your search handler?
-Original message-
From: Gregg Hoshovsky
Sent: Thu 09-09-2010 22:40
To: solr-user@lucene.apache.org;
Subject: Help on spelling.
I am trying to us
I am trying to use the spellchecker but cannot get past the point of having the
spelling possibilities returned.
I have a text field define in the schema.xml file as:
I modified solrconfig.xml to point the analyzer to the same field type and have
the name set the same.
text_ws
http://wiki.apache.org/solr/SpellCheckComponent#Configuration
There are some tweaks for the spell checking responses. You can set
how accurate the spelling check. And you can pick a different
spell-checking distance algorithm.
Note also that you can make a spelling dictionary from a file that
Hi,
I was just working with spell check in SOLR 1.3 and came across this problem.
My indexed data contains four artist names
1. Rihanna
2. Arianna
3. Michael
4. Michel
I was trying to implement spelling suggestions by saying spellcheck=true and
spellcheck.build=true.
When I search for
a
Thanks, I did a quick testing with collate parameter, It works !!
_
From: Markus Jelsma - Buyways B.V. [mailto:mar...@buyways.nl]
Sent: Tuesday, June 30, 2009 2:49 PM
To: cra...@ceiindia.com
Cc: solr-user@lucene.apache.org
Subject: Re: spelling suggestion in solr.
Hello,
This is
Thank you for your reply.
-Original Message-
From: Michael Ludwig [mailto:m...@as-guides.com]
Sent: Tuesday, June 30, 2009 2:48 PM
To: solr-user@lucene.apache.org
Subject: Re: spelling suggestion in solr.
Radha C. schrieb:
>
> The feature "spelling suggestion" is a
tectFriesestraatweg 215c Fax. 050-3118124
http://www.buyways.nl 9743 AD GroningenKvK 01074105
On Tue, 2009-06-30 at 14:42 +0530, Radha C. wrote:
> Hello List,
>
> The feature "spelling suggestion" is available in solr? If yes, can you tell
> me some do
Radha C. schrieb:
The feature "spelling suggestion" is available in solr? If yes, can
you tell me some documentations?
Have you tried googling for: solr spelling ? First hit:
http://wiki.apache.org/solr/SpellCheckComponent
Michael Ludwig
Hello List,
The feature "spelling suggestion" is available in solr? If yes, can you tell
me some documentations?
Thanks,
Radha.C
"solr-user@lucene.apache.org"
> Sent: Friday, April 3, 2009 3:46:10 PM
> Subject: Re: Spelling Component
>
> Shalin, I "think" I did build the spellcheck index, I made the changes
> to solrconfig and schema, restarted, passed a &spellcheck.build=true
> which created
Shalin, I "think" I did build the spellcheck index, I made the changes
to solrconfig and schema, restarted, passed a &spellcheck.build=true
which created the index.
ls -ltr ./spellchecker
-rw-r--r-- 1 XXX users 20 2009-04-03 13:23 segments.gen
-rw-r--r-- 1 XXX users 28 2009-04-03 13:23 segments_f
On Sat, Apr 4, 2009 at 12:01 AM, Anoop Atre wrote:
> I still don't get any suggestions when I do
> /spellCheckCompRH?q=helultrashar&spellcheck=true&spellcheck.collate=true
>
>
Did you build the spellcheck index? Try specifying a correct word which you
know is in the index. See if spellchecker ret
Message
>> From: Anoop Atre
>> To: "solr-user@lucene.apache.org"
>> Sent: Monday, March 30, 2009 2:58:58 PM
>> Subject: Spelling Component
>>
>> Hi all, I'm new to Solr and have been reading up as much as possible,
>> especially about implemen
- Nutch
- Original Message
> From: Anoop Atre
> To: "solr-user@lucene.apache.org"
> Sent: Monday, March 30, 2009 2:58:58 PM
> Subject: Spelling Component
>
> Hi all, I'm new to Solr and have been reading up as much as possible,
> especially about
id
text
explicit
manu,cat
1
explicit
spellcheck
elevator
textSpell
true
Thanks all for the help and information.
Best Regards,
~Mukta
-Original Message-
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sent: Tuesday, January 13, 2009 6:50 PM
To: solr-user@lucene.apache.org
Subject: Re: Query regarding Spelling Suggestions
On Tue, Jan 13, 2009 at
ion of another index at present.
However, it should be possible to modify it to store it's fields inside an
existing Lucene index (maybe even Solr's own index). Contributions are
always welcome :)
> If the "sourceLocation" is mandatory when using a third party index for
ny
suggestions.)
When I give the build command the spellcheckIndexDir gets populated
reading the "syn_index". Can we avoid this duplication?
If the "sourceLocation" is mandatory when using a third party index for
spelling suggestions, may I update the Solr WIKI to include this
import
Re: Query regarding Spelling Suggestions
Can you send the full log?
On Jan 11, 2009, at 1:51 PM, Deshpande, Mukta wrote:
I am using the example schema that comes with the Solr installation
downloaded from http://www.mirrorgeek.com/apache.org/lucene/solr/.
I have added the "word" field wit
Re: Query regarding Spelling Suggestions
Can you send the full log?
On Jan 11, 2009, at 1:51 PM, Deshpande, Mukta wrote:
> I am using the example schema that comes with the Solr installation
> downloaded from http://www.mirrorgeek.com/apache.org/lucene/solr/.
> I have added the
in the
schema.xml file, as specified in the below mail.
My spelling index exist under /data/
If I open my index in Luke I can see the entries against "word"
field.
Thanks,
~Mukta
From: Grant Ingersoll [mailto:gsing...@apache.org]
Sent: Fri
I am using the example schema that comes with the Solr installation downloaded
from http://www.mirrorgeek.com/apache.org/lucene/solr/.
I have added the "word" field with "textSpell" fieldtype in the schema.xml
file, as specified in the below mail.
My spelling index exist un
Can you put the full log (as short as possibly demonstrates the
problem) somewhere where I can take a look? Likewise, can you share
your schema?
Also, does the spelling index exist under /data/index? If
you open it w/ Luke, does it have entries?
Thanks,
Grant
On Jan 8, 2009, at 11:30
.
Thanks,
~Mukta
-Original Message-
From: Grant Ingersoll [mailto:gsing...@apache.org]
Sent: Thursday, January 08, 2009 7:42 PM
To: solr-user@lucene.apache.org
Subject: Re: Query regarding Spelling Suggestions
Did you send in the build command? See
http://wiki.apache.org/solr/SpellCheckComponen
Did you send in the build command? See
http://wiki.apache.org/solr/SpellCheckComponent
On Jan 8, 2009, at 5:14 AM, Deshpande, Mukta wrote:
Hi,
I am using Wordnet dictionary for spelling suggestions.
The dictionary is converted to Solr index with only one field "word"
and
Hi,
I am using Wordnet dictionary for spelling suggestions.
The dictionary is converted to Solr index with only one field "word"
and stored in location /data/syn_index, using syns2Index.java
program available at
http://www.tropo.com/techno/java/lucene/wordnet.html
I have added
8, at 12:02 AM, Deshpande, Mukta wrote:
Hi,
I have defined a Search Component in solrconfig.xml containing two
entries for spellchecker.
One is the indexed field - "title" . Second is a text file -
"mywords.txt".
When I enable spellchecking and query for some word, I expect
Hi,
I have defined a Search Component in solrconfig.xml containing two
entries for spellchecker.
One is the indexed field - "title" . Second is a text file -
"mywords.txt".
When I enable spellchecking and query for some word, I expect that the
spelling suggestions wil
: Thats true, but that's not the problem. The problem is that you can't call
: qt=spellchecker if you redefine /select in solrconfig.xml. I was wondering
: how I could add qt functionality back.
If you override "/select" to bind it to a specific handler, then you lose
the abiliy to pick a handle
Original Message
>> From: oleg_gnatovskiy <[EMAIL PROTECTED]>
>> To: solr-user@lucene.apache.org
>> Sent: Monday, May 19, 2008 9:01:14 PM
>> Subject: Problem getting spelling suggestions to work
>>
>>
>> Hello. I am having some trouble getting spel
Nutch
- Original Message
> From: oleg_gnatovskiy <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, May 19, 2008 9:01:14 PM
> Subject: Problem getting spelling suggestions to work
>
>
> Hello. I am having some trouble getting spelling suggestions to
Hello. I am having some trouble getting spelling suggestions to work. I am
running the latest nightly build of Solr. The URL I am hitting is:
http://localhost:8983/solr/select/?q=pizzza&qt=spellchecker&cmd=rebuild
and the response I am getting is
0
14
rebuil
1 - 100 of 112 matches
Mail list logo