Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-09 Thread Nitin Solanki
message in context: > http://lucene.472066.n3.nabble.com/Frequency-of-Suggestion-are-varying-from-original-Frequency-in-index-tp4190927p4191813.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-09 Thread ale42
When you make a query, does it use the same field type as the field that you are using to build suggestions? -- View this message in context: http://lucene.472066.n3.nabble.com/Frequency-of-Suggestion-are-varying-from-original-Frequency-in-index-tp4190927p4191813.html Sent from the Solr - User

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-09 Thread Nitin Solanki
I am using field as standardTokenizerFactory with ShingleFilterFactory. Is it doing so? On 3/9/15, ale42 wrote: > So, I think it's depend on the field that you are working on ?! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Frequency

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-09 Thread ale42
So, I think it's depend on the field that you are working on ?! -- View this message in context: http://lucene.472066.n3.nabble.com/Frequency-of-Suggestion-are-varying-from-original-Frequency-in-index-tp4190927p4191800.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-08 Thread Nitin Solanki
I guess you're using /solr.IndexBasedSpellChecker/ ! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Frequency-of-Suggestion-are-varying-from-original-Frequency-in-index-tp4190927p4191397.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-08 Thread Nitin Solanki
Hi Wang, I am using SolrCloud. Is suggestion not working properly in that? On Fri, Mar 6, 2015 at 2:36 PM, gaohang wang wrote: > do you use solrcloud?maybe your suggestion is not support distribute > > 2015-03-04 22:39 GMT+08:00 Nitin Solanki : > > > Hi.. > >I have a term("w

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-06 Thread ale42
ess you're using /solr.IndexBasedSpellChecker/ ! -- View this message in context: http://lucene.472066.n3.nabble.com/Frequency-of-Suggestion-are-varying-from-original-Frequency-in-index-tp4190927p4191397.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-06 Thread gaohang wang
do you use solrcloud?maybe your suggestion is not support distribute 2015-03-04 22:39 GMT+08:00 Nitin Solanki : > Hi.. >I have a term("who") where original frequency of "who" is 191 but > when I get suggestion of "who" it gives me 90. Why? > > Example : > > *Original Frequency* comes like

Frequency of Suggestion are varying from original Frequency in index

2015-03-04 Thread Nitin Solanki
Hi.. I have a term("who") where original frequency of "who" is 191 but when I get suggestion of "who" it gives me 90. Why? Example : *Original Frequency* comes like: "spellcheck":{ "suggestions":[ "who",{ "numFound":1, "startOffset":1, "endOffset":4,