public class FuzzyLikeThisQueryBuilder extends java.lang.Object implements QueryBuilder
FuzzyLikeThisQuery
Modifier and Type | Field and Description |
---|---|
private Analyzer |
analyzer |
private static boolean |
DEFAULT_IGNORE_TF |
private static int |
DEFAULT_MAX_NUM_TERMS |
private static float |
DEFAULT_MIN_SIMILARITY |
private static int |
DEFAULT_PREFIX_LENGTH |
Constructor and Description |
---|
FuzzyLikeThisQueryBuilder(Analyzer analyzer) |
Modifier and Type | Method and Description |
---|---|
Query |
getQuery(org.w3c.dom.Element e) |
private static final int DEFAULT_MAX_NUM_TERMS
private static final float DEFAULT_MIN_SIMILARITY
private static final int DEFAULT_PREFIX_LENGTH
private static final boolean DEFAULT_IGNORE_TF
private final Analyzer analyzer
public FuzzyLikeThisQueryBuilder(Analyzer analyzer)
public Query getQuery(org.w3c.dom.Element e) throws ParserException
getQuery
in interface QueryBuilder
ParserException