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
l.com] Sent: Monday, September 22, 2014 8:08 AM To: solr-user@lucene.apache.org Subject: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Hello, I'm trying find the best way to "fake" the terms component for fuzzy queries. That is, I need the full set of index term

RE: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Dyer, James
iel Rudavsky-Brody [mailto:nathaniel.rudav...@gmail.com] Sent: Monday, September 22, 2014 8:08 AM To: solr-user@lucene.apache.org Subject: fuzzy terms, DirectSolrSpellChecker and alternativeTermCount Hello, I'm trying find the best way to "fake" the terms component for fuzzy que

fuzzy terms, DirectSolrSpellChecker and alternativeTermCount

2014-09-22 Thread Nathaniel Rudavsky-Brody
Hello, I'm trying find the best way to "fake" the terms component for fuzzy queries. That is, I need the full set of index terms for each of the two queries "quidam~1" and "quidam~2". I tried defining two suggesters with FuzzyLookupFactory, with maxEdits=1 and 2 respectively, but the results