@Override
protected RangeCalculator getTermIndexInformation(Connector c, Authorizations auths, Multimap<String,Normalizer> indexedTerms,
Multimap<String,QueryTerm> terms, String indexTableName, String reverseIndexTableName, String queryString, int queryThreads, Set<String> typeFilter)
throws TableNotFoundException, org.apache.commons.jexl2.parser.ParseException {
RangeCalculator calc = new RangeCalculator();
calc.execute(c, auths, indexedTerms, terms, queryString, this, typeFilter);
return calc;
}
protected Collection<Range> getFullScanRange(Date begin, Date end, Multimap<String,QueryTerm> terms) {
return Collections.singletonList(new Range());