Uses of Class
org.elasticsearch.index.query.IntervalsSourceProvider.IntervalFilter
-
Packages that use IntervalsSourceProvider.IntervalFilter Package Description org.elasticsearch.index.query -
-
Uses of IntervalsSourceProvider.IntervalFilter in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return IntervalsSourceProvider.IntervalFilter Modifier and Type Method Description static IntervalsSourceProvider.IntervalFilterIntervalsSourceProvider.IntervalFilter. fromXContent(XContentParser parser)Constructors in org.elasticsearch.index.query with parameters of type IntervalsSourceProvider.IntervalFilter Constructor Description Combine(List<IntervalsSourceProvider> subSources, boolean ordered, int maxGaps, IntervalsSourceProvider.IntervalFilter filter)Disjunction(List<IntervalsSourceProvider> subSources, IntervalsSourceProvider.IntervalFilter filter)Match(String query, int maxGaps, boolean ordered, String analyzer, IntervalsSourceProvider.IntervalFilter filter, String useField)
-