RE: Can't get spelling suggestions to work properly

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

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
ed? 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 suggestions, that you m

Re: Can't get spelling suggestions to work properly

2017-01-12 Thread alessandro.benedetti
REFIX + "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
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 "explain" feat

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 Message

Can't get spelling suggestions to work properly

2016-12-16 Thread jimi.hullegard
'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 difference between these two searches is that the one that results in spelling

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

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
in context: http://lucene.472066.n3.nabble.com/Spelling-suggestions-tp4083519p4083715.html Sent from the Solr - User mailing list archive at Nabble.com.

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: Spelling suggestions.

2013-08-09 Thread Jason Hellman
...@gmail.com wrote: 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

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

2013-05-29 Thread Dyer, James
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 make my spelling suggestions so slow

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 james.d...@ingramcontent.com 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.

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

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

2013-05-29 Thread Dyer, James
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-user@lucene.apache.org Subject: Re: Why do FQs make my spelling suggestions so slow

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

2013-05-29 Thread Shalin Shekhar Mangar
Fellows [mailto:n...@djdownload.com] Sent: Wednesday, May 29, 2013 11:06 AM To: solr-user@lucene.apache.org Subject: Re: Why do FQs make my spelling suggestions so slow? I also have problems getting the solrspellchecker to utilise existing FQ params correctly. we have some fairly monster

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 james.d...@ingramcontent.comwrote: Instead of maxCollationTries

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

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

2013-05-28 Thread Dyer, James
growth less than linear, possibly making it more suitable for suggest. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Andy Lester [mailto:a...@petdance.com] Sent: Tuesday, May 28, 2013 2:29 PM To: solr-user@lucene.apache.org Subject: Why do FQs make my spelling

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 many

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-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 own

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 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-Collations

RE: Context-Sensitive Spelling Suggestions Collations

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

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 TxCSguy
-- 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 François Schiettecatte
. 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. Thanks in advance! -Mark -- View this message in context: http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction

Re: Spelling Suggestions vs Correction

2011-01-01 Thread Erick Erickson
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. Thanks in advance! -Mark -- View this message in context: http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs

Spelling Suggestions vs Correction

2010-12-31 Thread TxCSguy
-- 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: Spelling Suggestions vs Correction

2010-12-31 Thread Erick Erickson
://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2172572.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Query regarding Spelling Suggestions

2009-01-13 Thread Deshpande, Mukta
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 important information. Thanks Best Regards, ~Mukta -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent

Re: Query regarding Spelling Suggestions

2009-01-13 Thread Shalin Shekhar Mangar
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 spelling suggestions, may I update the Solr WIKI to include this important information. Sure

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

Re: Query regarding Spelling Suggestions

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

RE: Query regarding Spelling Suggestions

2009-01-11 Thread Deshpande, Mukta
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 Suggestions Can you put

Re: Query regarding Spelling Suggestions

2009-01-11 Thread Grant Ingersoll
@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 SOLR HOME/data/index? If you open it w

RE: Query regarding Spelling Suggestions

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

Re: Query regarding Spelling Suggestions

2009-01-09 Thread Grant Ingersoll
-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/SpellCheckComponent On Jan

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 solr-home/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

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 stored in location

RE: Query regarding Spelling Suggestions

2009-01-08 Thread Deshpande, Mukta
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/SpellCheckComponent On Jan 8, 2009, at 5:14 AM, Deshpande, Mukta

Re: Query regarding spelling suggestions

2008-12-08 Thread Grant Ingersoll
, 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 that the spelling suggestions will come from both

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 handler

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=pizzzaqt=spellcheckercmd=rebuild and the response I am getting is response lst name=responseHeader int

Re: Problem getting spelling suggestions to work

2008-05-19 Thread Otis Gospodnetic
- 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 work. I am running the latest nightly

Re: Problem getting spelling suggestions to work

2008-05-19 Thread oleg_gnatovskiy
] 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 work. I am running the latest nightly build of Solr. The URL I am hitting is: http://localhost:8983/solr