public class WildcardQueryImpl extends BaseQueryImpl implements WildcardQuery
BOOST_DEFAULT| Constructor and Description |
|---|
WildcardQueryImpl(QueryTerm queryTerm) |
WildcardQueryImpl(String field,
String value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(QueryVisitor<T> queryVisitor) |
QueryTerm |
getQueryTerm() |
String |
toString() |
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfigpublic WildcardQueryImpl(QueryTerm queryTerm)
public WildcardQueryImpl(String field,
String value)
public <T> T accept(QueryVisitor<T> queryVisitor)
accept in interface Queryaccept in class BaseQueryImplpublic QueryTerm getQueryTerm()
getQueryTerm in interface WildcardQuerypublic String toString()
toString in class Object