public class WildcardQueryImpl extends BaseQueryImpl implements WildcardQuery
BOOST_DEFAULT
Constructor and Description |
---|
WildcardQueryImpl(QueryTerm queryTerm) |
WildcardQueryImpl(java.lang.String field,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(QueryVisitor<T> queryVisitor) |
QueryTerm |
getQueryTerm() |
java.lang.String |
toString() |
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
public WildcardQueryImpl(QueryTerm queryTerm)
public WildcardQueryImpl(java.lang.String field, java.lang.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 java.lang.String toString()
toString
in class java.lang.Object