Uses of Class
org.apache.accumulo.examples.wikisearch.parser.RangeCalculator

Packages that use RangeCalculator
org.apache.accumulo.examples.wikisearch.logic   
 

Uses of RangeCalculator in org.apache.accumulo.examples.wikisearch.logic
 

Methods in org.apache.accumulo.examples.wikisearch.logic that return RangeCalculator
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)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.