Class TimeSeriesIndexSearcher

java.lang.Object
org.elasticsearch.search.aggregations.timeseries.TimeSeriesIndexSearcher

public class TimeSeriesIndexSearcher extends Object
An IndexSearcher wrapper that executes the searches in time-series indices by traversing them by tsid and timestamp TODO: Convert it to use index sort instead of hard-coded tsid and timestamp values
  • Constructor Details

    • TimeSeriesIndexSearcher

      public TimeSeriesIndexSearcher(org.apache.lucene.search.IndexSearcher searcher)
  • Method Details