RE: Can't get spelling suggestions to work properly

2017-01-17 Thread Dyer, James
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

RE: Can't get spelling suggestions to work properly

2017-01-13 Thread jimi.hullegard
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

RE: Can't get spelling suggestions to work properly

2017-01-13 Thread jimi.hullegard
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

Re: Can't get spelling suggestions to work properly

2017-01-12 Thread alessandro.benedetti
= 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.

Re: Can't get spelling suggestions to work properly

2017-01-12 Thread Matt Pearce
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

RE: Can't get spelling suggestions to work properly

2017-01-10 Thread jimi.hullegard
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

Can't get spelling suggestions to work properly

2016-12-16 Thread jimi.hullegard
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

Spelling suggestions--any ideas?

2014-04-17 Thread Ed Smiley
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

Re: Spelling suggestions.

2013-08-11 Thread tamanjit.bin...@yahoo.co.in
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

Re: Spelling suggestions.

2013-08-10 Thread Kamaljeet Kaur
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.

Re: Spelling suggestions.

2013-08-09 Thread Jason Hellman
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

Spelling suggestions.

2013-08-09 Thread Kamaljeet Kaur
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

RE: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Dyer, James
, 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

Re: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Shalin Shekhar Mangar
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

RE: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Dyer, James
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

Re: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Nicholas Fellows
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

Re: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Andy Lester
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.

RE: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Dyer, James
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

Re: Why do FQs make my spelling suggestions so slow?

2013-05-28 Thread Andy Lester
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

RE: Why do FQs make my spelling suggestions so slow?

2013-05-28 Thread Dyer, James
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

Why do FQs make my spelling suggestions so slow?

2013-05-28 Thread Andy Lester
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

RE: Context-Sensitive Spelling Suggestions & Collations

2011-09-02 Thread O. Klein
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-

RE: Context-Sensitive Spelling Suggestions & Collations

2011-09-02 Thread O. Klein
-Sensitive-Spelling-Suggestions-Collations-tp3295570p3304552.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Context-Sensitive Spelling Suggestions & Collations

2011-09-02 Thread Dyer, James
-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

Re: Context-Sensitive Spelling Suggestions & Collations

2011-09-02 Thread O. Klein
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

RE: Context-Sensitive Spelling Suggestions & Collations

2011-09-01 Thread Dyer, James
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

2011-08-30 Thread O. Klein
/Context-Sensitive-Spelling-Suggestions-Collations-tp3295570p3295570.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spelling Suggestions vs Correction

2011-01-01 Thread Erick Erickson
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". > >

Re: Spelling Suggestions vs Correction

2011-01-01 Thread François Schiettecatte
> > -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.

Re: Spelling Suggestions vs Correction

2011-01-01 Thread TxCSguy
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.

Re: Spelling Suggestions vs Correction

2010-12-31 Thread Erick Erickson
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. >

Spelling Suggestions vs Correction

2010-12-31 Thread TxCSguy
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.

Re: How to create relevant spelling suggestions

2009-11-17 Thread Lance Norskog
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 > &

How to create relevant spelling suggestions

2009-11-17 Thread Nair, Manas
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

RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
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

Re: Query regarding Spelling Suggestions

2009-01-13 Thread Shalin Shekhar Mangar
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

RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
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

2009-01-12 Thread Grant Ingersoll
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

2009-01-11 Thread Deshpande, Mukta
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

Re: Query regarding Spelling Suggestions

2009-01-11 Thread Grant Ingersoll
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?

RE: Query regarding Spelling Suggestions

2009-01-11 Thread Deshpande, Mukta
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

Re: Query regarding Spelling Suggestions

2009-01-09 Thread Grant Ingersoll
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

RE: Query regarding Spelling Suggestions

2009-01-08 Thread Deshpande, Mukta
. 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

Re: Query regarding Spelling Suggestions

2009-01-08 Thread Grant Ingersoll
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

Query regarding Spelling Suggestions

2009-01-08 Thread Deshpande, Mukta
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

Re: Query regarding spelling suggestions

2008-12-08 Thread Grant Ingersoll
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

Query regarding spelling suggestions

2008-12-07 Thread Deshpande, Mukta
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

Re: Problem getting spelling suggestions to work

2008-05-21 Thread Chris Hostetter
: 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

Re: Problem getting spelling suggestions to work

2008-05-19 Thread oleg_gnatovskiy
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

Re: Problem getting spelling suggestions to work

2008-05-19 Thread Otis Gospodnetic
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

Problem getting spelling suggestions to work

2008-05-19 Thread oleg_gnatovskiy
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