|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryParser.QueryTerm | |
---|---|
org.apache.accumulo.examples.wikisearch.logic | |
org.apache.accumulo.examples.wikisearch.parser |
Uses of QueryParser.QueryTerm in org.apache.accumulo.examples.wikisearch.logic |
---|
Method parameters in org.apache.accumulo.examples.wikisearch.logic with type arguments of type QueryParser.QueryTerm | |
---|---|
protected abstract Collection<Range> |
AbstractQueryLogic.getFullScanRange(Date begin,
Date end,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms)
|
protected Collection<Range> |
QueryLogic.getFullScanRange(Date begin,
Date end,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms)
|
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)
|
Uses of QueryParser.QueryTerm in org.apache.accumulo.examples.wikisearch.parser |
---|
Fields in org.apache.accumulo.examples.wikisearch.parser with type parameters of type QueryParser.QueryTerm | |
---|---|
protected com.google.common.collect.Multimap<String,QueryParser.QueryTerm> |
RangeCalculator.termsCopy
|
Methods in org.apache.accumulo.examples.wikisearch.parser that return types with arguments of type QueryParser.QueryTerm | |
---|---|
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> |
QueryParser.getQueryTerms()
|
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> |
TreeNode.getTerms()
|
Method parameters in org.apache.accumulo.examples.wikisearch.parser with type arguments of type QueryParser.QueryTerm | |
---|---|
void |
RangeCalculator.execute(Connector c,
Authorizations auths,
com.google.common.collect.Multimap<String,Normalizer> indexedTerms,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms,
String query,
AbstractQueryLogic logic,
Set<String> typeFilter)
|
void |
TreeNode.setTerms(com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |