public class SingleTermQuery extends AbstractTermQuery
Constructor and Description |
---|
SingleTermQuery(String field,
String value,
boolean fuzzy,
Integer fuzziness) |
Modifier and Type | Method and Description |
---|---|
SingleTermQuery |
clone() |
Integer |
getFuzziness() |
boolean |
getFuzzy() |
getField, getValue, setValue
isEmptyQuery
getChildQueries, removeChildQuery, replaceChildQuery
clone, deepClone
public static final String TYPE
public boolean getFuzzy()
public Integer getFuzziness()
public SingleTermQuery clone()
clone
in class ChangableValueQuery