public class PrefixQueryBuilder extends AbstractQueryBuilder<PrefixQueryBuilder> implements MultiTermQueryBuilder
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryNameEMPTY_PARAMS| Constructor and Description |
|---|
PrefixQueryBuilder(StreamInput in)
Read from a stream.
|
PrefixQueryBuilder(java.lang.String fieldName,
java.lang.String value)
A Query that matches documents containing terms with a specified prefix.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEquals(PrefixQueryBuilder other)
Indicates whether some other
QueryBuilder object of the same type is "equal to" this one. |
protected int |
doHashCode() |
protected org.apache.lucene.search.Query |
doToQuery(QueryShardContext context) |
protected void |
doWriteTo(StreamOutput out) |
void |
doXContent(XContentBuilder builder,
ToXContent.Params params) |
java.lang.String |
fieldName() |
static java.util.Optional<PrefixQueryBuilder> |
fromXContent(QueryParseContext parseContext) |
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|
java.lang.String |
rewrite() |
PrefixQueryBuilder |
rewrite(java.lang.String rewrite) |
java.lang.String |
value() |
addValidationError, boost, boost, convertToBytesRefIfString, convertToStringIfBytesRef, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, printBoostAndQueryName, queryName, queryName, readQueries, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toFilter, toQueries, toQuery, toXContent, writeQueries, writeTobuildAsBytes, buildAsBytes, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitboost, boost, getName, queryName, queryName, rewrite, rewriteQuery, toFilter, toQueryisFragmenttoXContentpublic static final java.lang.String NAME
public PrefixQueryBuilder(java.lang.String fieldName,
java.lang.String value)
fieldName - The name of the fieldvalue - The prefix querypublic PrefixQueryBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionprotected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo in class AbstractQueryBuilder<PrefixQueryBuilder>java.io.IOExceptionpublic java.lang.String fieldName()
public java.lang.String value()
public PrefixQueryBuilder rewrite(java.lang.String rewrite)
public java.lang.String rewrite()
public void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContent in class AbstractQueryBuilder<PrefixQueryBuilder>java.io.IOExceptionpublic static java.util.Optional<PrefixQueryBuilder> fromXContent(QueryParseContext parseContext) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteableprotected org.apache.lucene.search.Query doToQuery(QueryShardContext context) throws java.io.IOException
doToQuery in class AbstractQueryBuilder<PrefixQueryBuilder>java.io.IOExceptionprotected final int doHashCode()
doHashCode in class AbstractQueryBuilder<PrefixQueryBuilder>protected boolean doEquals(PrefixQueryBuilder other)
AbstractQueryBuilderQueryBuilder object of the same type is "equal to" this one.doEquals in class AbstractQueryBuilder<PrefixQueryBuilder>