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, getWrappedQuery, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, getWrappedQuery, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
public WildcardQueryImpl(QueryTerm queryTerm)
public WildcardQueryImpl(String field, String value)
public <T> T accept(QueryVisitor<T> queryVisitor)
accept
in interface Query
accept
in class BaseQueryImpl
public QueryTerm getQueryTerm()
getQueryTerm
in interface WildcardQuery
public String toString()
toString
in class Object