Re: Collations are not working fine.

2015-02-26 Thread Rajesh Hazari
Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I did the same as you told me

RE: Collations are not working fine.

2015-02-25 Thread Reitzel, Charles
, I'm happy to just consult the origFreq value in the extended results. Thanks, Charlie -Original Message- From: Rajesh Hazari [mailto:rajeshhaz...@gmail.com] Sent: Monday, February 23, 2015 11:14 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi, we

Re: Collations are not working fine.

2015-02-25 Thread Nitin Solanki
: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I did the same as you told me. Used WordBreakSolrSpellChecker instead of shingles

Re: Collations are not working fine.

2015-02-23 Thread Nitin Solanki
in the spellcheck response. -Original Message- From: Rajesh Hazari [mailto:rajeshhaz...@gmail.com] Sent: Friday, February 13, 2015 3:48 PM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi Nitin, Can u try with the below config, we have these config seems

Re: Collations are not working fine.

2015-02-23 Thread Rajesh Hazari
/requestHandler -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Tuesday, February 17, 2015 3:17 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi Charles, Will you please send the configuration

RE: Collations are not working fine.

2015-02-23 Thread Reitzel, Charles
or not. There may be spellcheck suggestions even for terms with origFreq 0. -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Monday, February 23, 2015 11:35 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi Charles, How you patch

Re: Collations are not working fine.

2015-02-20 Thread Nitin Solanki
@lucene.apache.org Subject: Re: Collations are not working fine. Hi Charles, Will you please send the configuration which you tried. It will help to solve my problem. Have you sorted the collations on hits or frequencies of suggestions? If you did than please assist me. On Mon, Feb

Re: Collations are not working fine.

2015-02-17 Thread Nitin Solanki
you query: q=gram_ci:gone wthh thes wintwt=jsonindent=trueshards.qt=/spell James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations

Re: Collations are not working fine.

2015-02-17 Thread Nitin Solanki
...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I did the same as you told me. Used WordBreakSolrSpellChecker instead of shingles. But still collations

Re: Collations are not working fine.

2015-02-17 Thread Nitin Solanki
needed to patch the suggester to get frequency information in the spellcheck response. -Original Message- From: Rajesh Hazari [mailto:rajeshhaz...@gmail.com] Sent: Friday, February 13, 2015 3:48 PM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi Nitin

RE: Collations are not working fine.

2015-02-17 Thread Reitzel, Charles
...@gmail.com] Sent: Tuesday, February 17, 2015 3:17 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi Charles, Will you please send the configuration which you tried. It will help to solve my problem. Have you sorted the collations on hits

RE: Collations are not working fine.

2015-02-16 Thread Reitzel, Charles
the suggester to get frequency information in the spellcheck response. -Original Message- From: Rajesh Hazari [mailto:rajeshhaz...@gmail.com] Sent: Friday, February 13, 2015 3:48 PM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi Nitin, Can u try

RE: Collations are not working fine.

2015-02-13 Thread Dyer, James
@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I did the same as you told me. Used WordBreakSolrSpellChecker instead of shingles. But still collations are not coming or working. For instance, I tried to get collation of gone with the wind

Re: Collations are not working fine.

2015-02-13 Thread Rajesh Hazari
=trueshards.qt=/spell James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I

Re: Collations are not working fine.

2015-02-12 Thread Nitin Solanki
Hi James Dyer, I did the same as you told me. Used WordBreakSolrSpellChecker instead of shingles. But still collations are not coming or working. For instance, I tried to get collation of gone with the wind by searching gone wthh thes wint on field=gram_ci but didn't

RE: Collations are not working fine.

2015-02-10 Thread Dyer, James
Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Monday, February 09, 2015 11:38 PM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi *James Dyer* *,* I have not done stemming and my spellcheck.alternativeTermCount is set equals

Re: Collations are not working fine.

2015-02-09 Thread Bill Bell
Can you order the collation a by highest to lowest hits ? Bill Bell Sent from mobile On Feb 9, 2015, at 6:47 AM, Nitin Solanki nitinml...@gmail.com wrote: I am working on spell checking in Solr. I have implemented Suggestions and collations in my spell checker component. Most of the

Re: Collations are not working fine.

2015-02-09 Thread Nitin Solanki
Hi *James Dyer* *,* I have not done stemming and my spellcheck.alternativeTermCount is set equals to spellcheck.count. Below, I have pasted my solrconfig.xml and schema.xml configuration. *URL: *

Re: Collations are not working fine.

2015-02-09 Thread Nitin Solanki
Hi Bill Bell, Sorry, I don't know how to sort collation on hits. Will you please assist me? On Mon, Feb 9, 2015 at 9:11 PM, Bill Bell billnb...@gmail.com wrote: Can you order the collation a by highest to lowest hits ? Bill Bell Sent from mobile On Feb 9, 2015, at 6:47

RE: Collations are not working fine.

2015-02-09 Thread Dyer, James
Nitin, My guess here is that your spellcheck field is a field that has stemming. This might be why you get a collation that return wind even though the user queried wnd and it does not get any suggestions. Perhaps wnd is stemmed the same as wind ? (Spellcheck usually works best if you