spelling dictionaries

2020-04-03 Thread matthew sporleder
Does anyone have good sources for word dictionaries to use for the spell checker? Thanks, Matt

spelling and collation with correctly spelt words

2018-05-10 Thread Dan .
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.

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

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

Re: File-based Spelling

2015-10-19 Thread Mark Fenbers
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

RE: File-based Spelling

2015-10-19 Thread Duck Geraint (ext) GBJH
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,

Re: File-based Spelling

2015-10-16 Thread Mark Fenbers
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

RE: File-based Spelling

2015-10-13 Thread Dyer, James
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

Re: File-based Spelling

2015-10-12 Thread Erick Erickson
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

File-based Spelling

2015-10-12 Thread Mark Fenbers
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/

Moving on to spelling

2015-09-15 Thread Mark Fenbers
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

RE: Solr phonetics with spelling

2015-03-10 Thread Dyer, James
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

Solr phonetics with spelling

2015-03-10 Thread 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

Re: Autosuggest with spelling correction

2014-08-13 Thread Gopal Patwa
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

Autosuggest with spelling correction

2014-08-13 Thread Harun Reşit Zafer
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

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: How to achieve distributed spelling check in SolrCloud ?

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

RE: How to achieve distributed spelling check in SolrCloud ?

2013-10-08 Thread shamik
to-achieve-distributed-spelling-check-in-SolrCloud-tp4094113p4094137.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: How to achieve distributed spelling check in SolrCloud ?

2013-10-08 Thread Dyer, James
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

Issue with distributed spelling check in Solr 4.4

2013-10-07 Thread shamik
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.

How to achieve distributed spelling check in SolrCloud ?

2013-10-07 Thread Shamik Bandopadhyay
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.

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

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 s

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

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

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: Spelling output solr 4

2012-12-07 Thread Dyer, James
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

Spelling output solr 4

2012-12-07 Thread roySolr
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

RE: Spelling Corrector Algorithm

2012-03-01 Thread Husain, Yavar
: 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.

RE: Spelling Corrector Algorithm

2012-03-01 Thread Husain, Yavar
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

Re: Spelling Corrector Algorithm

2012-03-01 Thread Robert Muir
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 >

RE: Spelling Corrector Algorithm

2012-03-01 Thread Dyer, James
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

Spelling Corrector Algorithm

2012-03-01 Thread Husain, Yavar
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)

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: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-04 Thread thomas
-Spelling-correction-automatic-Synonyms-tp3216278p3225223.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Jonathan Rochkind
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

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Mike Sokolov
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.

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Jonathan Rochkind
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

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Paul Libbrecht
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

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Jonathan Rochkind
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

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread thomas
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

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Paul Libbrecht
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

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Alexei Martchenko
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

German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread 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 to spelling correction and synonyms. But instead of single entries in synonyms.txt we would like a automatic solution for this group of

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: Help on spelling.

2010-09-09 Thread Gregg Hoshovsky
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.

RE: Help on spelling.

2010-09-09 Thread Markus Jelsma
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

Help on spelling.

2010-09-09 Thread Gregg Hoshovsky
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

Re: How to create relevant spelling suggestions

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

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: spelling suggestion in solr.

2009-06-30 Thread Radha C.
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

RE: spelling suggestion in solr.

2009-06-30 Thread Radha C.
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

Re: spelling suggestion in solr.

2009-06-30 Thread Markus Jelsma - Buyways B.V.
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

Re: spelling suggestion in solr.

2009-06-30 Thread Michael Ludwig
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

spelling suggestion in solr.

2009-06-30 Thread Radha C.
Hello List, The feature "spelling suggestion" is available in solr? If yes, can you tell me some documentations? Thanks, Radha.C

Re: Spelling Component

2009-04-16 Thread Otis Gospodnetic
"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

Re: Spelling Component

2009-04-03 Thread Anoop Atre
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

Re: Spelling Component

2009-04-03 Thread Shalin Shekhar Mangar
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

Re: Spelling Component

2009-04-03 Thread Anoop Atre
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

Re: Spelling Component

2009-03-31 Thread Otis Gospodnetic
- 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

Spelling Component

2009-03-30 Thread Anoop Atre
id text explicit manu,cat 1 explicit spellcheck elevator textSpell true

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

RE: Query regarding Spelling Suggestions

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

Re: Query regarding Spelling Suggestions

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

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

  1   2   >