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
-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
@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,
]
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,
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
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
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
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