protected abstract RangeCalculator |
AbstractQueryLogic.getTermIndexInformation(Connector c,
Authorizations auths,
com.google.common.collect.Multimap<String,Normalizer> indexedTerms,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms,
String indexTableName,
String reverseIndexTableName,
String queryString,
int queryThreads,
Set<String> datatypes)
Performs a lookup in the global index / reverse index and returns a RangeCalculator |
protected RangeCalculator |
QueryLogic.getTermIndexInformation(Connector c,
Authorizations auths,
com.google.common.collect.Multimap<String,Normalizer> indexedTerms,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms,
String indexTableName,
String reverseIndexTableName,
String queryString,
int queryThreads,
Set<String> typeFilter)
|