Uses of Class
org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges

Packages that use AbstractQueryLogic.IndexRanges
org.apache.accumulo.examples.wikisearch.logic   
 

Uses of AbstractQueryLogic.IndexRanges in org.apache.accumulo.examples.wikisearch.logic
 

Subclasses of AbstractQueryLogic.IndexRanges in org.apache.accumulo.examples.wikisearch.logic
static class AbstractQueryLogic.UnionIndexRanges
          Object that computes the ranges by unioning all of the ranges for all of the terms together.
 

Methods in org.apache.accumulo.examples.wikisearch.logic that return AbstractQueryLogic.IndexRanges
protected abstract  AbstractQueryLogic.IndexRanges AbstractQueryLogic.getTermIndexInformation(Connector c, Authorizations auths, String value, Set<String> datatypes)
          Performs a lookup in the global index for a single non-fielded term.
protected  AbstractQueryLogic.IndexRanges QueryLogic.getTermIndexInformation(Connector c, Authorizations auths, String value, Set<String> typeFilter)
           
 



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