Class QueryExplanation
java.lang.Object
org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class QueryExplanation extends java.lang.Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentFragment
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_FIELDstatic java.lang.StringEXPLANATION_FIELDstatic java.lang.StringINDEX_FIELDstatic intRANDOM_SHARDstatic java.lang.StringSHARD_FIELDstatic java.lang.StringVALID_FIELD -
Constructor Summary
Constructors Constructor Description QueryExplanation(java.lang.String index, int shard, boolean valid, java.lang.String explanation, java.lang.String error)QueryExplanation(StreamInput in) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static QueryExplanationfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.lang.StringgetError()java.lang.StringgetExplanation()java.lang.StringgetIndex()intgetShard()inthashCode()booleanisValid()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Field Details
-
INDEX_FIELD
public static final java.lang.String INDEX_FIELD- See Also:
- Constant Field Values
-
SHARD_FIELD
public static final java.lang.String SHARD_FIELD- See Also:
- Constant Field Values
-
VALID_FIELD
public static final java.lang.String VALID_FIELD- See Also:
- Constant Field Values
-
ERROR_FIELD
public static final java.lang.String ERROR_FIELD- See Also:
- Constant Field Values
-
EXPLANATION_FIELD
public static final java.lang.String EXPLANATION_FIELD- See Also:
- Constant Field Values
-
RANDOM_SHARD
public static final int RANDOM_SHARD- See Also:
- Constant Field Values
-
-
Constructor Details
-
QueryExplanation
- Throws:
java.io.IOException
-
QueryExplanation
public QueryExplanation(java.lang.String index, int shard, boolean valid, java.lang.String explanation, java.lang.String error)
-
-
Method Details
-
getIndex
public java.lang.String getIndex() -
getShard
public int getShard() -
isValid
public boolean isValid() -
getError
public java.lang.String getError() -
getExplanation
public java.lang.String getExplanation() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
fromXContent
public static QueryExplanation fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-