Package org.elasticsearch.index.query
Class IntervalsSourceProvider.Combine
- java.lang.Object
-
- org.elasticsearch.index.query.IntervalsSourceProvider
-
- org.elasticsearch.index.query.IntervalsSourceProvider.Combine
-
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment
- Enclosing class:
- IntervalsSourceProvider
public static class IntervalsSourceProvider.Combine extends IntervalsSourceProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.index.query.IntervalsSourceProvider
IntervalsSourceProvider.Combine, IntervalsSourceProvider.Disjunction, IntervalsSourceProvider.IntervalFilter, IntervalsSourceProvider.Match
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested 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.StringNAME-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description Combine(java.util.List<IntervalsSourceProvider> subSources, boolean ordered, int maxGaps, IntervalsSourceProvider.IntervalFilter filter)Combine(StreamInput in)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static IntervalsSourceProvider.CombinefromXContent(XContentParser parser)org.apache.lucene.search.intervals.IntervalsSourcegetSource(QueryShardContext ctx, MappedFieldType fieldType)java.lang.StringgetWriteableName()Returns the name of the writeable objectinthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Combine
public Combine(java.util.List<IntervalsSourceProvider> subSources, boolean ordered, int maxGaps, IntervalsSourceProvider.IntervalFilter filter)
-
Combine
public Combine(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getSource
public org.apache.lucene.search.intervals.IntervalsSource getSource(QueryShardContext ctx, MappedFieldType fieldType) throws java.io.IOException
- Specified by:
getSourcein classIntervalsSourceProvider- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin classIntervalsSourceProvider
-
hashCode
public int hashCode()
- Specified by:
hashCodein classIntervalsSourceProvider
-
getWriteableName
public java.lang.String getWriteableName()
Description copied from interface:NamedWriteableReturns the name of the writeable object
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Throws:
java.io.IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Throws:
java.io.IOException
-
fromXContent
public static IntervalsSourceProvider.Combine fromXContent(XContentParser parser)
-
-