RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Dyer, James
r 22, 2014 11:39 AM To: solr-user@lucene.apache.org Subject: RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Thank you, that works! I'd already tried several values for maxQueryFrequency, but apparently without properly understanding it. I was confused by the line "A

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Nathaniel Rudavsky-Brody
-Original Message- From: Nathaniel Rudavsky-Brody [mailto:nathaniel.rudav...@gmail.com] Sent: Monday, September 22, 2014 9:41 AM To: solr-user@lucene.apache.org Subject: RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Yep, I tried it both as a default param in the request

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Dyer, James
@lucene.apache.org Subject: RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Yep, I tried it both as a default param in the request handler (as in the config I sent), and in the request, but with no effect... That's what surprised me, since it seems it should work. On Mon, Sep 22,

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Nathaniel Rudavsky-Brody
] Sent: Monday, September 22, 2014 9:36 AM To: solr-user@lucene.apache.org Subject: RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Hi James, The request /spellcheck?spellcheck=true&spellcheck.q=quiam&spellcheck.dictionary=fuzzy2 returns quidam, quam, quia, quoniam,

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Dyer, James
vsky-Brody [mailto:nathaniel.rudav...@gmail.com] Sent: Monday, September 22, 2014 9:36 AM To: solr-user@lucene.apache.org Subject: RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Hi James, The request /spellcheck?spellcheck=true&spellcheck.q=quiam&spellcheck.dictiona

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Nathaniel Rudavsky-Brody
Hi James, The request /spellcheck?spellcheck=true&spellcheck.q=quiam&spellcheck.dictionary=fuzzy2 returns quidam, quam, quia, quoniam, quidem, quadam, quodam, quoad, quedam, quis, quae, quas, quem, quid, quin, qui, qua Replacing quiam (not in the index) by quidam (in the index) returns no

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Dyer, James
Nathaniel, Can you show us all of the parameters you are sending to the spellchecker? When you specify "alternativeTermCount" with "spellcheck.q=quidam", what are the terms you expect to get back? Also, are you getting any query results back? If you are using a "q" that returns results, or m