dnaber 2004/11/07 16:10:39
Modified:src/java/org/apache/lucene/search FuzzyQuery.java
Log:
fix javadoc
Revision ChangesPath
1.11 +4 -4
jakarta-lucene/src/java/org/apache/lucene/search/FuzzyQuery.java
Index: FuzzyQuery.java
==
goller 2004/10/12 02:42:02
Modified:src/java/org/apache/lucene/search FuzzyQuery.java
Log:
default prefix length set to 0 instead of 2 until our test
suggest a better value
Revision ChangesPath
1.10 +1 -1 jakarta-lucene/src/java/org/apache/lucene/search/Fuzzy
goller 2004/10/01 02:56:49
Modified:src/java/org/apache/lucene/search Tag: lucene_1_4_2_dev
FuzzyQuery.java SloppyPhraseScorer.java
PhraseScorer.java FuzzyTermEnum.java
PhrasePrefixQuery.java PhraseQuery.java
Doug Cutting wrote:
Christoph Goller wrote:
Doug Cutting wrote:
It might also be good if one could set the non-fuzzy prefix length
used by the QueryParser. As it stands, fuzzy queries with large
indexes that use QueryParser are so slow they're unusable. But a
default prefix of just a couple of
Christoph Goller wrote:
Doug Cutting wrote:
It might also be good if one could set the non-fuzzy prefix length
used by the QueryParser. As it stands, fuzzy queries with large
indexes that use QueryParser are so slow they're unusable. But a
default prefix of just a couple of characters would ma
dnaber 2004/09/15 12:44:01
Modified:src/java/org/apache/lucene/search FuzzyQuery.java
Log:
add public methods to query the minimum similarity and the prefix length
Revision ChangesPath
1.7 +19 -2 jakarta-lucene/src/java/org/apache/lucene/search/FuzzyQuery.java
Doug Cutting wrote:
[EMAIL PROTECTED] wrote:
QueryParser can now handle minimumSimilarity parameter
of FuzzyQuery; FuzzyQuery extended to allow for non-fuzzy
prefixes.
This looks great!
It might also be good if one could set the non-fuzzy prefix length used
by the QueryParser. As it stands
[EMAIL PROTECTED] wrote:
QueryParser can now handle minimumSimilarity parameter
of FuzzyQuery; FuzzyQuery extended to allow for non-fuzzy
prefixes.
This looks great!
It might also be good if one could set the non-fuzzy prefix length used
by the QueryParser. As it stands, fuzzy queries with
goller 2004/09/14 06:45:16
Modified:src/java/org/apache/lucene/queryParser
QueryParserTokenManager.java QueryParser.jj
QueryParser.java QueryParserConstants.java
src/java/org/apache/lucene/search FuzzyQuery.java