Module org.elasticsearch.server
Package org.elasticsearch.index.query
Class IntervalsSourceProvider.Prefix
java.lang.Object
org.elasticsearch.index.query.IntervalsSourceProvider
org.elasticsearch.index.query.IntervalsSourceProvider.Prefix
- All Implemented Interfaces:
- NamedWriteable,- Writeable,- ToXContent,- ToXContentFragment
- Enclosing class:
- IntervalsSourceProvider
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.index.query.IntervalsSourceProviderIntervalsSourceProvider.Combine, IntervalsSourceProvider.Disjunction, IntervalsSourceProvider.Fuzzy, IntervalsSourceProvider.IntervalFilter, IntervalsSourceProvider.Match, IntervalsSourceProvider.Prefix, IntervalsSourceProvider.WildcardNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContentToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Field SummaryFieldsFields inherited from interface org.elasticsearch.xcontent.ToXContentEMPTY_PARAMS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidextractFields(Set<String> fields) fromXContent(XContentParser parser) org.apache.lucene.queries.intervals.IntervalsSourcegetSource(SearchExecutionContext context, MappedFieldType fieldType) Returns the name of the writeable objectinthashCode()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragmentisFragment
- 
Field Details- 
NAME- See Also:
 
 
- 
- 
Constructor Details- 
Prefix
- 
Prefix- Throws:
- IOException
 
 
- 
- 
Method Details- 
getSourcepublic org.apache.lucene.queries.intervals.IntervalsSource getSource(SearchExecutionContext context, MappedFieldType fieldType) throws IOException - Specified by:
- getSourcein class- IntervalsSourceProvider
- Throws:
- IOException
 
- 
extractFields- Specified by:
- extractFieldsin class- IntervalsSourceProvider
 
- 
equals- Specified by:
- equalsin class- IntervalsSourceProvider
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- IntervalsSourceProvider
 
- 
getWriteableNameDescription copied from interface:NamedWriteableReturns the name of the writeable object
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Throws:
- IOException
 
- 
toXContentpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Throws:
- IOException
 
- 
fromXContent- Throws:
- IOException
 
 
-