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
those
suggestions are still included? Do I need to set maxResultsForSuggest to a
really high number? Like Integer.MAX_VALUE? I feel that such a setting would
defeat the purpose of that parameter, in a way. But I'm not sure how else to
solve this.
Also, there is one other things I wonder about the spelling
=
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
g 'myket' (a missing 'c') gives several
spelling suggestions, and the top one is 'mycket'. This is the wanted/expected
behaivor.
But a search for the incorrect spelling 'mycet' (a missing 'k') gives no
spelling suggestions.
The only differenc
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
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
I also have problems getting the solrspellchecker to utilise existing FQ
params correctly.
we have some fairly monster queries
eg : http://pastebin.com/4XzGpfeC
I cannot seem to get our FQ parameters to be honored when generating
results.
In essence i am getting collations that yield no results w
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 spelling?
Yes, definitely.
Thanks for the ticket.
operly or if the
queries just naturally take that long to run over and over again.
James Dyer
Ingram Content Group
(615) 213-4311
-Original Message-
From: Andy Lester [mailto:a...@petdance.com]
Sent: Tuesday, May 28, 2013 4:22 PM
To: solr-user@lucene.apache.org
Subject: Re: Why do FQs m
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
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.
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.
R 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
>
&
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 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
1/9/2009 8:29 AM
To: solr-user@lucene.apache.org
Subject: Re: Query regarding Spelling Suggestions
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?
der /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 1/9/2009 8:29 AM
To: solr-user@lucene.apache.org
Subject: Re: Query regarding Spelling Sugge
ggestions.
Can you please check.
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.apa
.
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
51 matches
Mail list logo