Re: How to implement Solr auto suggester and spell checker simultaneously on a single search box

2018-05-17 Thread Alessandro Benedetti
Hi Sonal, if you want to go with a plain Solr suggester, what about the : FuzzyLookupFactory ? 1) it does support fuzzy matching ( spellcheck) 2) it does support auto complete If you want the context filtering as well, unfortunately the FST based Solr suggesters don't support this feature. I wou

How to implement Solr auto suggester and spell checker simultaneously on a single search box

2018-05-16 Thread Sonal Patwari
Hello, I am using Solr version 6.3 and I want to implement a search box with auto suggester, spell checker and context filtering functionalities. I have explored around search components '*suggest*' and '*spellcheck*', but I found nothing which has all the 3 requirements ful

Re: Error configuring Spell Checker

2018-04-17 Thread Gene LeFave
ot;spellcheck" to be active. I believe you need to have just one: > > > > direct > ... > > > index > ... > > > wordbreak > ... > > > > > James Dyer > Ingram Content Group > > From: genel [mailto:g...@tekdata.c

RE: Error configuring Spell Checker

2018-04-17 Thread Dyer, James
ram Content Group From: genel [mailto:g...@tekdata.com] Sent: Monday, April 16, 2018 12:25 PM To: java-u...@lucene.apache.org Subject: Error configuring Spell Checker Importance: Low We've been using SOLR for quite awhile. I'm attempting to install spell checking. I think I have the

RE: Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-29 Thread Dyer, James
llChecking-Thespellcheck.maxCollationTriesParameter James Dyer Ingram Content Group -Original Message- From: SRINI SOLR [mailto:srini.s...@gmail.com] Sent: Friday, July 22, 2016 12:05 PM To: solr-user@lucene.apache.org Subject: Re: Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE Hi all - please help me he

Re: Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-22 Thread SRINI SOLR
Hi all - please help me here On Thursday, July 21, 2016, SRINI SOLR wrote: > Hi All - > Could you please help me on spell check on multi-word phrase as a whole... > Scenario - > I have a problem with solr spellcheck suggestions for multi word phrases. With the query for 'red chillies' > > q=r

Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-21 Thread SRINI SOLR
Hi All - Could you please help me on spell check on multi-word phrase as a whole... Scenario - I have a problem with solr spellcheck suggestions for multi word phrases. With the query for 'red chillies' q=red+chillies&wt=xml&indent=true&spellcheck=true&spellcheck.extendedResults=true&spellcheck.c

Re: regarding filter on spell checker

2016-04-25 Thread Reth RM
Could you please the requirement with an example? Its not clear as to what you mean by index property. On Tue, Apr 26, 2016 at 8:54 AM, Adrita G wrote: > Hi > >I want to whether we can apply any filters on spell checker.My > requirement is like that I need to filter the suggestions based

regarding filter on spell checker

2016-04-25 Thread Adrita G
Hi         I want to whether we can apply any filters on spell checker.My requirement is like that I need to filter the suggestions based on one indexed property.I am trying to trying to filter queries,but the result is not getting filtered.Please help on this. Thaks & regards Adrita Goswami

Re: Null pointer exception in spell checker at addchecker method

2015-12-24 Thread JoeWang
Thank you! It really help me out. -- View this message in context: http://lucene.472066.n3.nabble.com/Null-pointer-exception-in-spell-checker-at-addchecker-method-tp4105489p4247203.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Word Break Spell Checker Implementation algorithm

2014-10-21 Thread Dyer, James
: Word Break Spell Checker Implementation algorithm Hi, Could you please point me to the link where I can learn about the theory behind the implementation of word break spell checker? Like we know that the solr's DirectSolrSpellCheck component uses levenstian distance algorithm, what i

Re: Word Break Spell Checker Implementation algorithm

2014-10-20 Thread Ramzi Alqrainy
72066.n3.nabble.com/file/n4164997/Screen_Shot_2014-10-20_at_9.png> Some of the parameters will be familiar from the discussion of the other spell checkers, such as name, classname, and field. New for this spell checker is combineWords, which defines whether words should be combined in a

Word Break Spell Checker Implementation algorithm

2014-10-20 Thread David Philip
Hi, Could you please point me to the link where I can learn about the theory behind the implementation of word break spell checker? Like we know that the solr's DirectSolrSpellCheck component uses levenstian distance algorithm, what is the algorithm used behind the word break spell ch

Re: Null pointer exception in spell checker at addchecker method

2014-08-22 Thread nish
Great!! Worked for me too. Thanks a lot -- View this message in context: http://lucene.472066.n3.nabble.com/Null-pointer-exception-in-spell-checker-at-addchecker-method-tp4105489p4154403.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Change order of spell checker suggestions issue

2014-08-07 Thread Dyer, James
t should, I try to come up with more than 1 clear-cut example. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Corey Gerhardt [mailto:corey.gerha...@directwest.com] Sent: Thursday, August 07, 2014 11:31 AM To: Solr User List Subject: Change order of spell checker

Change order of spell checker suggestions issue

2014-08-07 Thread Corey Gerhardt
Solr Rev: 4.6 Lucidworks: 2.6.3 This is sort of a repeat question, sorry. In the solrconfig.xml, will changing the value for the comparatorClass affect the sort of suggestions returned? This is my spellcheck component:

RE: Spell checker - limit on number of misspelt words in a search term.

2014-06-23 Thread Dyer, James
simply doesn't have) will take longer to complete. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: S.L [mailto:simpleliving...@gmail.com] Sent: Tuesday, June 17, 2014 4:49 PM To: solr-user@lucene.apache.org Subject: Spell checker - limit on number of misspe

Spell checker - limit on number of misspelt words in a search term.

2014-06-17 Thread S.L
Hi All, I am using the Direct Spell checker component and I have collate =true in my solrconfig.xml. The issue that I noticed is that , when I have a search term with upto two words in it and if both of them are misspelled I get a collation query as a suggestion in the spellchecker output, if

Re: Null pointer exception in spell checker at addchecker method

2013-12-09 Thread sweety
yes, it worked. And i got the reason for the error. Thanks a lot. -- View this message in context: http://lucene.472066.n3.nabble.com/Null-pointer-exception-in-spell-checker-at-addchecker-method-tp4105489p4105636.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Null pointer exception in spell checker at addchecker method

2013-12-08 Thread ??????
how can i unsubscribe -- Original -- From: "Areek Zillur";; Date: Mon, Dec 9, 2013 02:26 PM To: "solr-user"; Subject: Re: Null pointer exception in spell checker at addchecker method From the solrConfig provided it seems like you

Re: Null pointer exception in spell checker at addchecker method

2013-12-08 Thread Areek Zillur
er(SolrDispatchFilter.java:343) > at > > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141) > at > > I know that the error might be in addchecker method,i read this method but > the coding of this method is such that, for all the null values, default

Null pointer exception in spell checker at addchecker method

2013-12-06 Thread sweety
wrong. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Null-pointer-exception-in-spell-checker-at-addchecker-method-tp4105489.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How spell checker used if indexed document is containing misspelled words

2013-06-28 Thread Upayavira
documents which have been correct spelled > headache and also any documents which have been a wrong spelling or typos > of > headache like "headcahe" and so on. > > Please provide any thoughts and ideas to resolve this problem. > > Thanks. > > > > -- &g

Re: How spell checker used if indexed document is containing misspelled words

2013-06-28 Thread venkatesham.gu...@igate.com
cahe" and so on. Please provide any thoughts and ideas to resolve this problem. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/How-spell-checker-used-if-indexed-document-is-containing-misspelled-words-tp4070463p4073879.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: How spell checker used if indexed document is containing misspelled words

2013-06-18 Thread Dyer, James
AM To: solr-user@lucene.apache.org Subject: Re: How spell checker used if indexed document is containing misspelled words Hi, Have you tried this? http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.onlyMorePopular Of course this is assuming that your corpus has correct words occurr

Re: How spell checker used if indexed document is containing misspelled words

2013-06-14 Thread Shreejay
s > with all the different misspelled forms for a given word is not possible > using spellchecker, how to go ahead with this. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-spell-checker-used-if-indexed-document-is-containing-misspel

How spell checker used if indexed document is containing misspelled words

2013-06-14 Thread venkatesham.gu...@igate.com
different misspelled forms for a given word is not possible using spellchecker, how to go ahead with this. -- View this message in context: http://lucene.472066.n3.nabble.com/How-spell-checker-used-if-indexed-document-is-containing-misspelled-words-tp4070463.html Sent from the Solr - User mailing list

Re: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-04 Thread Raheel Hasan
gt; (615) 213-4311 > > > -Original Message- > From: Raheel Hasan [mailto:raheelhasan@gmail.com] > Sent: Monday, June 03, 2013 10:22 AM > To: solr-user@lucene.apache.org > Subject: Re: Spell Checker (DirectSolrSpellChecker) correct settings > > Hi, thanks a

RE: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Dyer, James
:22 AM To: solr-user@lucene.apache.org Subject: Re: Spell Checker (DirectSolrSpellChecker) correct settings Hi, thanks a lot for the reply. Actually, "Provincial Courtt" is mentioned in many documents (sorry about the type earlier). Secondly, I tried your idea, but not much of help. Th

Re: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Raheel Hasan
he full query request and also the full > spellcheck response for your failing case. > > James Dyer > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Raheel Hasan [mailto:raheelhasan@gmail.com] > Sent: Friday, May 31, 2013 9:38 AM &g

RE: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Dyer, James
-Original Message- From: Raheel Hasan [mailto:raheelhasan@gmail.com] Sent: Friday, May 31, 2013 9:38 AM To: solr-user@lucene.apache.org Subject: Spell Checker (DirectSolrSpellChecker) correct settings Hi guyz, I am new to solr. Here is the thing I have: When i sea

Re: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Raheel Hasan
Let me repeat the issue in brief: When i search "*Courtt*", I get correct suggestion. But when I try "*Provincial Courtt*", it gives me no suggestions, instead it searches for "Provincial" only. All the config done in my test project is in the original email. Any help would be great... Thanks a

Re: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Raheel Hasan
anyone? On Fri, May 31, 2013 at 7:37 PM, Raheel Hasan wrote: > Hi guyz, I am new to solr. Here is the thing I have: > > When i search "Courtt", I get correct suggestion saying: > > > > "spellcheck": { > "suggestions": [ > "courtt", >

Spell Checker (DirectSolrSpellChecker) correct settings

2013-05-31 Thread Raheel Hasan
Hi guyz, I am new to solr. Here is the thing I have: When i search "Courtt", I get correct suggestion saying: "spellcheck": { "suggestions": [ "courtt", { "numFound": 1, "startOffset": 0, "endOffset": 6,

RE: Improving Solr Spell Checker Results

2012-01-23 Thread Dyer, James
day, January 22, 2012 6:42 AM To: solr-user@lucene.apache.org Subject: Re: Improving Solr Spell Checker Results Hey James, I have played around a bit more with the settings and tried setting spellcheck.maxResultsForSuggest=100 and spellcheck.maxCollations=3. This yields 'Sigourney Weaver

Re: Improving Solr Spell Checker Results

2012-01-23 Thread David Radunz
dunz wrote: James, Thanks again for your lengthy and informative response. I updated from SVN trunk again today and was successfully able to run 'ant test'. So I proceeded with trying your suggestions (for question 1 so far): On 17/01/2012 5:32 AM, Dyer, James wrote: David, The sp

Re: Improving Solr Spell Checker Results

2012-01-22 Thread Erick Erickson
;>> spellchecker >>> true >>> >>> >>> With the query: >>> >>> >>> spellcheck=true&facet=on&fl=id,sku,name,format,thumbnail,release_date,url_path,price,special_price,year_made_attr_opt_combo,primary_cat_id&sort=score+desc,name+asc

Re: Improving Solr Spell Checker Results

2012-01-22 Thread David Radunz
or your lengthy and informative response. I updated from SVN trunk again today and was successfully able to run 'ant test'. So I proceeded with trying your suggestions (for question 1 so far): On 17/01/2012 5:32 AM, Dyer, James wrote: David, The spellchecker normally won't give sug

Re: Improving Solr Spell Checker Results

2012-01-22 Thread Erick Erickson
; > > > On 22/01/2012 2:03 AM, David Radunz wrote: >> >> James, >> >>    Thanks again for your lengthy and informative response. I updated from >> SVN trunk again today and was successfully able to run 'ant test'. So I >> proceeded with trying y

Re: Improving Solr Spell Checker Results

2012-01-22 Thread David Radunz
today and was successfully able to run 'ant test'. So I proceeded with trying your suggestions (for question 1 so far): On 17/01/2012 5:32 AM, Dyer, James wrote: David, The spellchecker normally won't give suggestions for any term in your index. So even if "wever" is

Re: Improving Solr Spell Checker Results

2012-01-22 Thread David Radunz
in for your lengthy and informative response. I updated from SVN trunk again today and was successfully able to run 'ant test'. So I proceeded with trying your suggestions (for question 1 so far): On 17/01/2012 5:32 AM, Dyer, James wrote: David, The spellchecker normally won'

Re: Improving Solr Spell Checker Results

2012-01-22 Thread David Radunz
ully able to run 'ant test'. So I proceeded with trying your suggestions (for question 1 so far): On 17/01/2012 5:32 AM, Dyer, James wrote: David, The spellchecker normally won't give suggestions for any term in your index. So even if "wever" is misspelled in context

Re: Improving Solr Spell Checker Results

2012-01-21 Thread David Radunz
On 19/01/2012 12:21 AM, O. Klein wrote: Dyer, James wrote David, The spellchecker normally won't give suggestions for any term in your index. So even if "wever" is misspelled in context, if it exists in the index the spell checker will not try correcting it. There are 3 work

Re: Improving Solr Spell Checker Results

2012-01-21 Thread David Radunz
ellchecker normally won't give suggestions for any term in your index. So even if "wever" is misspelled in context, if it exists in the index the spell checker will not try correcting it. There are 3 workarounds: 1. Use the patch included with SOLR-2585 (this is for Tru

Re: Improving Solr Spell Checker Results

2012-01-20 Thread David Radunz
misspelled in context, if it exists in the index the spell checker will not try correcting it. There are 3 workarounds: 1. Use the patch included with SOLR-2585 (this is for Trunk/4.x only). See https://issues.apache.org/jira/browse/SOLR-2585 2. try "onlyMorePopular=true" in your requ

RE: Improving Solr Spell Checker Results

2012-01-18 Thread Dyer, James
rtant difference between the two spellcheck impls. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: O. Klein [mailto:kl...@octoweb.nl] Sent: Wednesday, January 18, 2012 7:22 AM To: solr-user@lucene.apache.org Subject: RE: Improving Solr Sp

RE: Improving Solr Spell Checker Results

2012-01-18 Thread O. Klein
Dyer, James wrote > > David, > > The spellchecker normally won't give suggestions for any term in your > index. So even if "wever" is misspelled in context, if it exists in the > index the spell checker will not try correcting it. There are 3 > workaroun

RE: Improving Solr Spell Checker Results

2012-01-16 Thread Dyer, James
David, The spellchecker normally won't give suggestions for any term in your index. So even if "wever" is misspelled in context, if it exists in the index the spell checker will not try correcting it. There are 3 workarounds: 1. Use the patch included with SOLR-2585 (this i

Improving Solr Spell Checker Results

2012-01-13 Thread David Radunz
Hey, Firstly I would like to thank you all for creating such a great searching platform. What I was wondering is whether it is possible to: 1. Have the spell checker take into account multiple words. For example if I search for "Sigourney Wever" it doesn't flag as a sp

Re: How to implement Spell Checker using Solr?

2011-09-26 Thread tamanjit.bin...@yahoo.co.in
when the search item is say "form"/"formm", then I should have essentially separate URL created. Does Solr Spell checker component take care of it on its own. if so how and exactly how the Solrconfig and Schema xmls should be configured for the same. Please note: I would prefe

Re: How to implement Spell Checker using Solr?

2011-09-26 Thread anupamxyz
I have been able to setup Solr Spell checker on my web application. It is a file based spell checker that i have implemented. I would like to add that the same isn't that accurate, since I haven't applied any specific algorithm for having the most relevant search result. Kindly do let

Re: How to implement Spell Checker using Solr?

2011-08-29 Thread anupamxyz
tion at the same time, since when the search item is say "form"/"formm", then I should have essentially separate URL created. Does Solr Spell checker component take care of it on its own. if so how and exactly how the Solrconfig and Schema xmls should be configured for the sam

Re: How to implement Spell Checker using Solr?

2011-08-22 Thread Alexei Martchenko
etd my code for now. But > can > try it once again and post the exception that I have been getting while > crawling. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-implement-Spell-Checker-using-Solr-tp3268450p3274069.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- *Alexei Martchenko* | *CEO* | Superdownloads ale...@superdownloads.com.br | ale...@martchenko.com.br | (11) 5083.1018/5080.3535/5080.3533

Re: How to implement Spell Checker using Solr?

2011-08-21 Thread anupamxyz
spellcheck The same is failing while crawling. I have reveretd my code for now. But can try it once again and post the exception that I have been getting while crawling. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-implement-Spell-Checker-using-Solr

Re: How to implement Spell Checker using Solr?

2011-08-19 Thread anupamxyz
/solr/SpellCheckComponent . I will share the log details with you by Monday. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-implement-Spell-Checker-using-Solr-tp3268450p3268695.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to implement Spell Checker using Solr?

2011-08-19 Thread Gora Mohanty
On Fri, Aug 19, 2011 at 9:26 PM, anupamxyz wrote: > I am using Nutch to crawl and Solr for searching. The search has been > successfully implemented. Now I want a file based Suggestion or a "Do you > mean Feature?" implemented. It is more or less like a Spell checker Um, not

How to implement Spell Checker using Solr?

2011-08-19 Thread anupamxyz
I am using Nutch to crawl and Solr for searching. The search has been successfully implemented. Now I want a file based Suggestion or a "Do you mean Feature?" implemented. It is more or less like a Spell checker. For the same I am making the requisite changes to the SolrConfig.x

Re: Spell Checker

2011-08-17 Thread Alexei Martchenko
to solrconfig.xml just anywhere and that > will > wrk? > > thks very much for your help > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Spell-Checker-tp1914336p3262744.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Spell Checker

2011-08-17 Thread Alexei Martchenko
ml just anywhere and that > will > wrk? > > thks very much for your help > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Spell-Checker-tp1914336p3262744.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- *Alexei Ma

Re: Spell Checker

2011-08-17 Thread naeluh
so I add spellcheck.build=true to solrconfig.xml just anywhere and that will wrk? thks very much for your help -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-Checker-tp1914336p3262744.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell Checker

2011-08-17 Thread Alexei Martchenko
> > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Spell-Checker-tp1914336p3262684.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- *Alexei Martchenko* | *CEO* | Superdownloads ale...@superdownloads.com.br | ale...@martchenko.com.br | (11) 5083.1018/5080.3535/5080.3533

RE: Spell Checker

2011-08-17 Thread naeluh
via he post on Drupal - http://drupal.org/node/975132 thanks ! Nick -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-Checker-tp1914336p3262684.html Sent from the Solr - User mailing list archive at Nabble.com.

Strange suggestions with spell checker

2011-07-25 Thread Jens Hoffrichter
Hello all, I'm getting a strange suggestion for a purposely mistyped word in Solr 1.4.1 I search for the term "snia", and I would expect the term "sina" to be suggested, as this is a fairly common word in quite a bit of the indexed documents. Instead, I'm getting india as a suggestion, which is

Solr Spell checker PROBLEMS

2011-07-21 Thread magoelem
-- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Spell-checker-PROBLEMS-tp3188639p3188639.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr suggester and spell checker

2011-07-20 Thread abhayd
hi I am having same issue, did you find the solution for this problem? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-suggester-and-spell-checker-tp2326907p3185680.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr suggester and spell checker

2011-01-24 Thread madhug
true&spellcheck.collate=true&spellcheck.build=true belkin encoded Would really appreciate any input on how suggester can correct as well as complete terms in the input. Thanks Madhu -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-suggester-and-spell-checker-tp232

RE: Spell Checker

2010-11-17 Thread Eric Martin
Like a charm Dan, like a charm. I'm going to write this up and post it on Drupal. Thanks a ton! I have a much better idea of Solr and Did You Mean, Spell checker -Original Message- From: Dan Lynn [mailto:d...@danlynn.com] Sent: Tuesday, November 16, 2010 5:21 PM To: solr

RE: Spell Checker

2010-11-16 Thread Eric Martin
Hi: Ok, I made the changes and have the spell checker build on optimize set to true. So I guess now, I just reindex. I have to run to class now so I can't check it for another 30 minutes. Cheers! -Original Message- From: Dan Lynn [mailto:d...@danlynn.com] Sent: Tuesday, Novemb

RE: Spell Checker

2010-11-16 Thread Eric Martin
Ah, I thought I was going nuts. Thanks for clarifying about the Wiki. -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Tuesday, November 16, 2010 5:11 PM To: solr-user@lucene.apache.org Subject: Re: Spell Checker > Hi (again) > > > >

Re: Spell Checker

2010-11-16 Thread Dan Lynn
See interjected responses below On 11/16/2010 06:14 PM, Eric Martin wrote: Thanks Dan! Few questions: Use a to divert your main text fields to the spell field and then configure your spell checker to use the "spell" field to derive the spelling index. Right. A copyField just copies

RE: Spell Checker

2010-11-16 Thread Eric Martin
Thanks Dan! Few questions: Use a to divert your main text fields to the spell field and then configure your spell checker to use the "spell" field to derive the spelling index. This will still keep my current copyfield for the same data, right? I don't need to rebuild, just re

Re: Spell Checker

2010-11-16 Thread Markus Jelsma
> Hi (again) > > > > I am looking at the spell checker options: > > > > http://wiki.apache.org/solr/SpellCheckerRequestHandler#Term_Source_Configur > a tion > > > > http://wiki.apache.org/solr/SpellCheckComponent#Use_in_the_Solr_Example > &g

Re: Spell Checker

2010-11-16 Thread Dan Lynn
ckingAnalysis: Use a to divert your main text fields to the spell field and then configure your spell checker to use the "spell" field to derive the spelling index. After this, you'll need to query a spellcheck-enabled handler with spellcheck.build=true or enable spellchecker

Spell Checker

2010-11-16 Thread Eric Martin
Hi (again) I am looking at the spell checker options: http://wiki.apache.org/solr/SpellCheckerRequestHandler#Term_Source_Configura tion http://wiki.apache.org/solr/SpellCheckComponent#Use_in_the_Solr_Example I am looking in my solrconfig.xml and I see one is already in use. I am

Issues with spell checker

2010-02-25 Thread cjkadakia
ement spell checking using a standard English dictionary. Thanks in advance. -CJ -- View this message in context: http://old.nabble.com/Issues-with-spell-checker-tp27714467p27714467.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: 0.70 || Spell Checker Issue !!

2010-02-23 Thread Grant Ingersoll
Unfortunately, this is not possible at the moment. It would require a change to the Lucene spell checker, which can be done. Feel free to open a JIRA issue. -Grant On Feb 23, 2010, at 1:23 PM, darniz wrote: > > Is there a way you can override accuracy with the html url paramete

Re: 0.70 || Spell Checker Issue !!

2010-02-23 Thread darniz
t; where as >> If I replace (java) keyword with (javas) in spellings.txt file and >> keep the >> accuracy 0.70 ... >> >> Now if I try to make search for "jav" word, I start getting the >> results ... >> >> What is this behaviour ?? Does a

Re: restore space between words by spell checker

2009-11-28 Thread Andrey Klochkov
ucing a spellchecker dictionary add a record "tommyhitfiger" with a > field that points to "tommy hitfiger". Details vary depending on what > spellchecking impl. you use. > I'm using the default Solr's spell checker, which is using n-gram index and Levenshtein di

Re: restore space between words by spell checker

2009-11-28 Thread Andrzej Bialecki
ng -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message From: Andrey Klochkov To: solr-user Sent: Fri, November 27, 2009 6:09:08 AM Subject: restore space between words by spell checker Hi If a user issued a misspe

Re: restore space between words by spell checker

2009-11-27 Thread Otis Gospodnetic
s.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message > From: Andrey Klochkov > To: solr-user > Sent: Fri, November 27, 2009 6:09:08 AM > Subject: restore space between words by spell checker > > Hi > > If a user issued a mis

restore space between words by spell checker

2009-11-27 Thread Andrey Klochkov
Hi If a user issued a misspelled query, forgetting to place space between words, is it possible to fix it with a spell checker or by some other mechanism? For example, if we get query "tommyhitfiger" and have terms "tommy" and "hitfiger" in the index, how to fix t

Re: How to use spell checker

2009-03-17 Thread Shyamsunder Reddy
pell checking: http://localhost:8983/solr/select?q=elepents Thanks --- On Tue, 3/3/09, Grant Ingersoll wrote: From: Grant Ingersoll Subject: Re: How to use spell checker To: solr-user@lucene.apache.org Date: Tuesday, March 3, 2009, 2:03 PM See http://wiki.apache.org/solr/SpellCheckComponent On M

Re: How to use spell checker

2009-03-03 Thread Grant Ingersoll
d return the results with the correct spelling i.e. "elephants". Please suggest. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/How-to-use-spell-checker-tp22303127p22303127.html Sent from the Solr - User mailing list archive at Nabble.com. -

How to use spell checker

2009-03-02 Thread dabboo
Garg -- View this message in context: http://www.nabble.com/How-to-use-spell-checker-tp22303127p22303127.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: 0.70 || Spell Checker Issue !!

2009-01-14 Thread Grant Ingersoll
keyword with (javas) in spellings.txt file and keep the accuracy 0.70 ... Now if I try to make search for "jav" word, I start getting the results ... What is this behaviour ?? Does anyone knows what is the reason ... Regards, Navdeep -- View this message in context: h

0.70 || Spell Checker Issue !!

2009-01-14 Thread Navdeep
s ... What is this behaviour ?? Does anyone knows what is the reason ... Regards, Navdeep -- View this message in context: http://www.nabble.com/%3Cstr-name%3D%22accuracy%22%3E0.70%3C-str%3E-%7C%7C-Spell-Checker-Issue-%21%21-tp21460978p21460978.html Sent from the Solr - User mailing list archive at Nabble.com.

How spell checker accuracy works ??

2009-01-14 Thread Navdeep
reason ... Regards, Navdeep -- View this message in context: http://www.nabble.com/How-spell-checker-accuracy-workstp21456489p21456489.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell Checker Reloading Issue

2009-01-05 Thread Navdeep
Hi Thanks for the concern, Grant My Issue is resolved. Problem was spell checker was not working after changing the accuracy or number of suggestions in solrconfig.xml file. Solution is:- We have to add "&build=true" in the command so that it should generate the indexes every

Re: Spell Checker Reloading Issue

2009-01-05 Thread Grant Ingersoll
Can you describe what "not working" means? You're not getting suggestions or your getting exceptions? Is there any error in your log? If you add &debugQuery=true to your query, does it show that the Spell component was run? (I think it should) Do your logs show the

Re: Spell Checker Reloading Issue

2009-01-05 Thread Navdeep
On Jan 5, 2009, at 9:24 AM, Navdeep wrote: > >> >> Hi all >> >> we are facing an issue in spell checker with solr server. We are >> changing >> the below given attributes of SolrConfig.xml file >> >> 1) Accuracy >> 2) Number of Sugge

Re: Spell Checker Reloading Issue

2009-01-05 Thread Grant Ingersoll
Can you share your configuration, or at least the relevant pieces? -Grant On Jan 5, 2009, at 9:24 AM, Navdeep wrote: Hi all we are facing an issue in spell checker with solr server. We are changing the below given attributes of SolrConfig.xml file 1) Accuracy 2) Number of Suggestions we

Spell Checker Reloading Issue

2009-01-05 Thread Navdeep
Hi all we are facing an issue in spell checker with solr server. We are changing the below given attributes of SolrConfig.xml file 1) Accuracy 2) Number of Suggestions we are rebuilding solr indexes using "spellcheck.build=true" : URL used for POST_SOLR_URL= "select?q=*

RE: spell-checker and faceting

2008-07-24 Thread dudes dudes
thanks :) > Date: Thu, 24 Jul 2008 15:09:55 +0530 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: spell-checker and faceting > > No, nothing of that sort right now. > > On Thu, Jul 24, 2008 at 2:4

Re: spell-checker and faceting

2008-07-24 Thread Shalin Shekhar Mangar
-- > > Date: Thu, 24 Jul 2008 13:32:05 +0530 > > From: [EMAIL PROTECTED] > > To: solr-user@lucene.apache.org > > Subject: Re: spell-checker and faceting > > > > On Thu, Jul 24, 2008 at 1:24 PM, dudes dudes wrote: > > > >

RE: spell-checker and faceting

2008-07-24 Thread dudes dudes
all the fields that are defined under the schema ? is it possible to use some wild cards ? thanks again. ak > Date: Thu, 24 Jul 2008 13:32:05 +0530 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: spell-checker and

Re: spell-checker and faceting

2008-07-24 Thread Shalin Shekhar Mangar
On Thu, Jul 24, 2008 at 1:24 PM, dudes dudes <[EMAIL PROTECTED]> wrote: > > hi, > thanks for your response and suggestions. > > I can get all the facet working now if I issue: > > > http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck.q=smath&spellcheck=true&rows=0&facet=true&facet.limit

RE: spell-checker and faceting

2008-07-24 Thread dudes dudes
= "smith "> 2 can this be done in one go ? or the end user has to decide the suggestions and then solr facets them ? many thanks ak > Date: Wed, 23 Jul 2008 08:55:27 -0400 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org

Re: spell-checker and faceting

2008-07-23 Thread Geoffrey Young
dudes dudes wrote: Hi, I'm trying to couple spell-checking mechanism with faceting in one url statement.. I can get the spell check right, but the facet doesn't work when it's combined with spell-checker... http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck

spell-checker and faceting

2008-07-23 Thread dudes dudes
Hi, I'm trying to couple spell-checking mechanism with faceting in one url statement.. I can get the spell check right, but the facet doesn't work when it's combined with spell-checker... http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck.q=sm

RE: spell-checker on solr

2008-07-01 Thread dudes dudes
yes you are quite right ! please accept my apologies too much going on my head ! thanks anyway > Date: Tue, 1 Jul 2008 14:33:42 +0530 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: spell-checker on solr >

  1   2   >