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, setValuegetChildQueries, replaceChildQueryclone, deepClonepublic static final String TYPE
public boolean getFuzzy()
public Integer getFuzziness()
public SingleTermQuery clone()
clone in class ChangableValueQuery