Re: Solr spellcheck Collation JSON

2019-04-08 Thread Mikhail Khludnev
> > Previous Solr versions > -- > "spellcheck": { > ..., > "collations": [ > "collation":"account" <--correct format > ] However, it's not a JSON. On Mon, Apr 8, 2019 at 2:45 AM Moyer, Brett wrote: > Hello, > > Looks like a more recent Solr release introduced a bug for > collation. Doe

Solr spellcheck Collation JSON

2019-04-07 Thread Moyer, Brett
Hello, Looks like a more recent Solr release introduced a bug for collation. Does anyone know of a way to correct it, or if a future release will address? Because of this change we had to make the app teams rewrite their code. Made us look bad because we can't control our code and intro

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rohan Kasat
Hi Rashi, Can you try with 0 Also you can play with maxqueryfrequency value. Regards, Rohan On Sat, Apr 6, 2019 at 2:53 AM Rashi wrote: > Hi Rohan, > > Sharing the configuration: > > > text_suggest > > > > default > title > solr.DirectSolrSpellChecker > > in

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rashi
Hi Rohan, Sharing the configuration: text_suggest default title solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01 Also, below are the parameters, passing

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread Rohan Kasat
Hi Rashi, Can you share your spellcheck configuration, it will be easy to check from the configuration? Regards, Rohan Kasat On Fri, Apr 5, 2019 at 10:29 AM rashi gandhi wrote: > HI, > > I am working on Solr spellcheck feature, and I am using index based > spellcheck dictionary

Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread rashi gandhi
HI, I am working on Solr spellcheck feature, and I am using index based spellcheck dictionary as a source for spellcheck suggestions. I observed that collated results returned by spellcheck component, provide the suggestions for misspelled words, however also provide suggestions for correctly

RE: Solr Spellcheck

2017-11-29 Thread alessandro.benedetti
"Can you please suggest suitable configuration for spell check to work correctly. I am indexing all the words in one column. With current configuration I am not getting good suggestions " This is very vague. Spellchecking is working correctly according to your configurations... Let's start from

RE: Solr Spellcheck

2017-11-28 Thread GVK Prasad
words in one column. With current configuration I am not getting good suggestions Regards, Prasad. Sent from Mail for Windows 10 From: alessandro.benedetti Sent: Tuesday, November 28, 2017 11:28 AM To: solr-user@lucene.apache.org Subject: RE: Solr Spellcheck You spellcheck configurations are

RE: Solr Spellcheck

2017-11-28 Thread alessandro.benedetti
You spellcheck configurations are quite extensive ! In particular you specified : 0.01 This means that if the term appears in less than 1 % total docs it will be considered misspelled. Is cholera occurring in your corpus > 1% total docs ? - --- Alessandro Benedetti S

RE: Solr Spellcheck

2017-11-27 Thread GVK Prasad
                                            Thanks, Prasad. From: alessandro.benedetti Sent: Monday, November 27, 2017 8:53 AM To: solr-user@lucene.apache.org Subject: Re: Solr Spellcheck Do you mean you are over-spellchecking ? Correcting even "not mispelled words" ? Can you give us the request handler con

Re: Solr Spellcheck

2017-11-27 Thread alessandro.benedetti
Do you mean you are over-spellchecking ? Correcting even "not mispelled words" ? Can you give us the request handler configuration, spellcheck configuration and the schema ? Cheers - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.se

Solr Spellcheck

2017-11-26 Thread Prasad Gontla VK
Hi, I am having issues with spell check and suggestions. I am using one of the column data as source for the text suggestions and handler is setup as DirectSolrSpellChecker in solrconfig.xml. Also defined copyField for this data and using this as spell check source. I am on version 6.3.0 I

Re: solr spellcheck suggest correct word when FileBasedSpellChecker

2016-06-16 Thread Alessandro Benedetti
ght now ! Cheers On Sat, Jun 11, 2016 at 1:11 AM, khawar yunus wrote: > I am in the same boat as you. did you figure out why it does that? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-spellcheck-suggest-correct-word-when-FileBasedSpe

Re: solr spellcheck suggest correct word when FileBasedSpellChecker

2016-06-11 Thread khawar yunus
I am in the same boat as you. did you figure out why it does that? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-spellcheck-suggest-correct-word-when-FileBasedSpellChecker-tp4138769p4281821.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-11 Thread Dyer, James
11, 2014 3:46 AM To: solr-user@lucene.apache.org Subject: RE: Solr Spellcheck suggestions only return from /select handler when returning search results Hi James, hi list, I can confirm the existence of data that's within 1 Levenshtein step from "ichtscheiben": { "responseHe

RE: Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-11 Thread Thomas Michael Engelke
ithin 2 edits of "ichtscheiben" ? My guess is you probably don't, which would be why you do not get spelling results in that case. > > Also, even if you do have something within 2 edits, if "ichtscheiben" occurs in your index, by default it won't try to correct it at

RE: Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-10 Thread Dyer, James
ativeTermCount" to a non-zero value (try maybe 5). See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.alternativeTermCount and following sections. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Thomas Michael Engelke [mailto:thomas.enge..

Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-10 Thread Thomas Michael Engelke
Hi, I'm experimenting with the Spellcheck component and have therefor used the example configuration for spell checking to try things out. My solrconfig.xml looks like this: spell default spell solr.DirectSolrSpellChecker internal wordbreak solr.WordBreakSolrSpellChecker

RE: Solr spellcheck returns more than 1 word for a 1 word spellcheck

2014-09-02 Thread Dyer, James
(615) 213-4311 -Original Message- From: Thomas Michael Engelke [mailto:thomas.enge...@posteo.de] Sent: Monday, September 01, 2014 6:44 AM To: Solr user Subject: Solr spellcheck returns more than 1 word for a 1 word spellcheck I'm in the process of incorporating Solr spellchecking

Solr spellcheck returns more than 1 word for a 1 word spellcheck

2014-09-01 Thread Thomas Michael Engelke
I'm in the process of incorporating Solr spellchecking in our product. For that, I've created a new field: And in the fieldType definitions: Then I feed the names of products into the corresponding core. They can have a lot of words (examples): door lock rear left Door brake,

RE: Solr spellcheck - onlyMorePopular threshold?

2014-06-09 Thread Dyer, James
edCommentId=13096153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13096153 for why. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Alistair [mailto:ali...@gmail.com] Sent: Monday, June 09, 2014 3:06 AM To: solr-user@lucene.apache.org Subject: Solr

Solr spellcheck - onlyMorePopular threshold?

2014-06-09 Thread Alistair
message in context: http://lucene.472066.n3.nabble.com/Solr-spellcheck-onlyMorePopular-threshold-tp4140727.html Sent from the Solr - User mailing list archive at Nabble.com.

solr spellcheck suggest correct word when FileBasedSpellChecker

2014-05-30 Thread asthman
message in context: http://lucene.472066.n3.nabble.com/solr-spellcheck-suggest-correct-word-when-FileBasedSpellChecker-tp4138769.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr SpellCheck on Query Field

2012-11-09 Thread Dyer, James
the wiki for these parameters for more information. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: SolrCarinthia [mailto:tandon.ha...@ymail.com] Sent: Friday, November 09, 2012 2:43 AM To: solr-user@lucene.apache.org Subject: RE: Solr SpellCheck on Qu

RE: Solr SpellCheck on Query Field

2012-11-09 Thread SolrCarinthia
is pretty much what I want to avoid. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-SpellCheck-on-Query-Field-tp4019036p4019232.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr SpellCheck on Query Field

2012-11-08 Thread Dyer, James
://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x/solr/example/solr/collection1/conf/solrconfig.xml James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message----- From: SolrCarinthia [mailto:tandon.ha...@ymail.com] Sent: Thursday, November 08, 2012 7:18 AM To:

Solr SpellCheck on Query Field

2012-11-08 Thread SolrCarinthia
arize my problem, I want to be able to chose the field against which spellcheck alternatives should be provided at query time. Is this possible ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-SpellCheck-on-Query-Field-tp4019036.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr spellcheck for words with quotes

2012-08-01 Thread Shri Kanish
Hi , I use solr as search engine for our application. WE have a title "Pandora's star". When I give a query as http://localhost:8983/solr/select?q=pandora's star&spellcheck=true &spellcheck.collate=true   I get response as below, - - -   1   10   17 -   pandora's       tex

Solr Spellcheck index is not replicated to the slave

2012-05-08 Thread ilanh
http://lucene.472066.n3.nabble.com/Solr-Spellcheck-index-is-not-replicated-to-the-slave-tp3971110.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr spellcheck and multiple collations

2011-08-18 Thread Herman Kiefus
Nice catch, I was sending maxCollations with a capital M. -Original Message- From: Dyer, James [mailto:james.d...@ingrambook.com] Sent: Wednesday, August 17, 2011 6:10 PM To: solr-user@lucene.apache.org Subject: RE: Solr spellcheck and multiple collations I quickly went through what

Re: Solr spellcheck and multiple collations

2011-08-17 Thread Alexei Martchenko
red="false" multiValued="true"/> > stored="false" multiValued="true"/> > > > > > > > > dest="CorrectlySpelledTerms"/> > > > > dest="CorrectlySpelledTerms"/> > > > >

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Dyer, James
won't work in 1.4 without the SOLR-2010 patch. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Herman Kiefus [mailto:herm...@angieslist.com] Sent: Wednesday, August 17, 2011 4:55 PM To: solr-user@lucene.apache.org Subject: RE: Solr spellch

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Herman Kiefus
= 1; static bool collateExtendedResults = true; static float accuracy = 0.7f; -Original Message- From: Dyer, James [mailto:james.d...@ingrambook.com] Sent: Wednesday, August 17, 2011 5:48 PM To: solr-user@lucene.apache.org Subject: RE: Solr spellcheck and multiple collations Herman

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Herman Kiefus
- -Original Message- From: Alexei Martchenko [mailto:ale...@superdownloads.com.br] Sent: Wednesday, August 17, 2011 5:34 PM To: solr-user@lucene.apache.org Subject: Re: Solr spellcheck and multiple collations Can u show us how is your

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Dyer, James
ssage- From: Herman Kiefus [mailto:herm...@angieslist.com] Sent: Wednesday, August 17, 2011 4:31 PM To: solr-user@lucene.apache.org Subject: Solr spellcheck and multiple collations After a bit of work, we have 'spellchecking' up and going and we are happy with the suggestions.

Re: Solr spellcheck and multiple collations

2011-08-17 Thread Alexei Martchenko
Can u show us how is your schema and config? I believe that's how collation is: the best match, only one. 2011/8/17 Herman Kiefus > After a bit of work, we have 'spellchecking' up and going and we are happy > with the suggestions. I have not; however, ever been able to generate more > than one

Solr spellcheck and multiple collations

2011-08-17 Thread Herman Kiefus
After a bit of work, we have 'spellchecking' up and going and we are happy with the suggestions. I have not; however, ever been able to generate more than one collation query. Is there something simple that I have overlooked?

Re: Solr Spellcheck on Large index size

2011-02-14 Thread tjpoe
tted to save space. Anyway, good look. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Spellcheck-on-Large-index-size-tp760416p2496116.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr spellcheck config

2010-06-11 Thread Lance Norskog
Make a common field with all of the text you want to index with a directive: http://wiki.apache.org/solr/FAQ#How_do_I_use_copyField_with_wildcards.3F On Wed, Jun 9, 2010 at 6:22 AM, Bogdan Gusiev wrote: > Hi everyone, > > I am trying to build the spellcheck index with *IndexBasedSpellChecker* >

Solr spellcheck config

2010-06-09 Thread Bogdan Gusiev
Hi everyone, I am trying to build the spellcheck index with *IndexBasedSpellChecker* default text ./spellchecker And I want to specify the dynamic field "*_text" as the field option: How it can be done? Thanks, Bogdan -- Bogdan Gusiev. agre...@gmail.com

Re: Solr Spellcheck on Large index size

2010-04-27 Thread Abdelhamid ABID
t; > > > The command that I am sending to try to build looks like the following: > > http://localhost:8983/solr/spell/?q=ACORA&version=2.2&start=0&rows=10&indent=on&spellcheck=true&spellcheck.dictionary=default&spellcheck.build=true&spellcheck.collate=true&spellcheck.limit=5 > > > I have also tried to reduce the size of the index to around 10,000 > documents > and still no luck. > > Any help would be appreciated. > > Thank you, > Kyle > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Spellcheck-on-Large-index-size-tp760416p760416.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Solr Spellcheck on Large index size

2010-04-27 Thread Kyle J G
cuments and still no luck. Any help would be appreciated. Thank you, Kyle -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Spellcheck-on-Large-index-size-tp760416p760416.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: 2 questions about solr spellcheck

2009-01-09 Thread Shalin Shekhar Mangar
the memory needed depends on a number of factors such as type of queries, query rate etc. > > Thanks for your help. > > Qingdi > -- > View this message in context: > http://www.nabble.com/2-questions-about-solr-spellcheck-tp21359183p21359183.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.

2 questions about solr spellcheck

2009-01-08 Thread Qingdi
y performance and memory usage? Should I increase the memory allocation for the solr server? Thanks for your help. Qingdi -- View this message in context: http://www.nabble.com/2-questions-about-solr-spellcheck-tp21359183p21359183.html Sent from the Solr - User mailing list archive at Nabble.com.

Re[2]: Question about solr spellcheck

2008-10-13 Thread Aleksey Gogolev
Hello Grant, GI> This came up the other day, too, see http://lucene.markmail.org/message/cnrrkw3d35wqxhzz?q=How+to+tokenize/analyze+docs+for+the+spellchecker GI> . GI> I think we could add this to the Lucene spellchecker, or at least to GI> the SpellCheckComponent. rameshgalla, care to writ

Re: Question about solr spellcheck

2008-10-13 Thread Grant Ingersoll
cs is greater than or equal to one only I have displayed the spellcheck result. Otherwise don't display the spell check value. -- View this message in context: http://www.nabble.com/Question-about-solr-spellcheck-tp19943116p19949041.html Sent from the Solr - User mailing list archive at

Re[2]: Question about solr spellcheck

2008-10-13 Thread Aleksey Gogolev
Hello rameshgalla, Monday, October 13, 2008, 8:25:56 AM, you wrote: r> Hi, r> I don't know there is better solution for this one. But I resolved this r> problem in my application like this. r> After getting the spell suggestion I have performed the search operation r> without displaying the resu

Re: Question about solr spellcheck

2008-10-12 Thread rameshgalla
d the spellcheck result. Otherwise don't display the spell check value. -- View this message in context: http://www.nabble.com/Question-about-solr-spellcheck-tp19943116p19949041.html Sent from the Solr - User mailing list archive at Nabble.com.

Question about solr spellcheck

2008-10-12 Thread Aleksey Gogolev
Hello! I use solr 1.3 and I have two questions about spellcheck. I want to get search results and spelling suggestion for "Acer Aspire one", so I perform this http query: http://localhost:8983/solr/spellCheckCompRH?q=Acer+Aspire+one&version=2.2&start=0&rows=10&indent=on&wt=json&fl=*%2Cscore&hl