public static class ShardSuggestService.FieldType extends Object implements org.elasticsearch.common.io.stream.Streamable, Serializable, org.elasticsearch.common.xcontent.ToXContent
| Constructor and Description |
|---|
ShardSuggestService.FieldType() |
ShardSuggestService.FieldType(ShardSuggestRequest shardSuggestRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
field() |
int |
hashCode() |
String |
indexAnalyzer() |
boolean |
preservePositionIncrements() |
String |
queryAnalyzer() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
String |
toString() |
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params) |
String[] |
types() |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
public ShardSuggestService.FieldType()
public ShardSuggestService.FieldType(ShardSuggestRequest shardSuggestRequest)
public String field()
public String[] types()
public String queryAnalyzer()
public String indexAnalyzer()
public boolean preservePositionIncrements()
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamableIOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamableIOExceptionpublic org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
throws IOException
toXContent in interface org.elasticsearch.common.xcontent.ToXContentIOExceptionCopyright © 2011-2014. All Rights Reserved.