Uses of Class
org.elasticsearch.index.query.IntervalsSourceProvider
-
Packages that use IntervalsSourceProvider Package Description org.elasticsearch.index.query -
-
Uses of IntervalsSourceProvider in org.elasticsearch.index.query
Subclasses of IntervalsSourceProvider in org.elasticsearch.index.query Modifier and Type Class Description static classIntervalsSourceProvider.Combinestatic classIntervalsSourceProvider.Disjunctionstatic classIntervalsSourceProvider.Matchstatic classIntervalsSourceProvider.Prefixstatic classIntervalsSourceProvider.WildcardMethods in org.elasticsearch.index.query that return IntervalsSourceProvider Modifier and Type Method Description static IntervalsSourceProviderIntervalsSourceProvider. fromXContent(XContentParser parser)Constructors in org.elasticsearch.index.query with parameters of type IntervalsSourceProvider Constructor Description IntervalFilter(IntervalsSourceProvider filter, String type)IntervalQueryBuilder(String field, IntervalsSourceProvider sourceProvider)Constructor parameters in org.elasticsearch.index.query with type arguments of type IntervalsSourceProvider Constructor Description Combine(List<IntervalsSourceProvider> subSources, boolean ordered, int maxGaps, IntervalsSourceProvider.IntervalFilter filter)Disjunction(List<IntervalsSourceProvider> subSources, IntervalsSourceProvider.IntervalFilter filter)
-