|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| no.sesat.search.datamodel.query | |
| no.sesat.search.mode.command | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.query | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.query.analyser | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.query.finder | |
| no.sesat.search.query.parser |
IMPLEMENTATION PACKAGE TO no.sesat.search.query. Therefore the dependency goes from this package to the query pacakge. |
| no.sesat.search.query.token | |
| Uses of Query in no.sesat.search.datamodel.query |
|---|
| Methods in no.sesat.search.datamodel.query that return Query | |
|---|---|
Query |
QueryDataObject.getQuery()
|
| Methods in no.sesat.search.datamodel.query with parameters of type Query | |
|---|---|
void |
QueryDataObject.setQuery(Query query)
|
| Uses of Query in no.sesat.search.mode.command |
|---|
| Methods in no.sesat.search.mode.command that return Query | |
|---|---|
Query |
AbstractSearchCommand.getQuery()
Use this always instead of datamodel.getQuery().getQuery() because the command could be running off a different query string. |
Query |
AbstractSearchCommand.ReconstructedQuery.getQuery()
|
| Methods in no.sesat.search.mode.command with parameters of type Query | |
|---|---|
protected void |
AbstractSearchCommand.initialiseTransformedTerms(Query query)
Set (or reset) the transformed terms back to the state before any queryTransformers were run. |
| Uses of Query in no.sesat.search.query |
|---|
| Methods in no.sesat.search.query that return Query | |
|---|---|
Query |
QueryContext.getQuery()
Get the query object heirarchy. |
| Uses of Query in no.sesat.search.query.analyser |
|---|
| Methods in no.sesat.search.query.analyser with parameters of type Query | |
|---|---|
int |
AnalysisRule.evaluate(Query query,
AnalysisRule.Context context)
Evaluates this rule. |
| Uses of Query in no.sesat.search.query.finder |
|---|
| Constructors in no.sesat.search.query.finder with parameters of type Query | |
|---|---|
PredicateCollector(Query query)
|
|
| Uses of Query in no.sesat.search.query.parser |
|---|
| Classes in no.sesat.search.query.parser that implement Query | |
|---|---|
class |
AbstractQuery
Abstract helper for implementing a Query class. |
| Methods in no.sesat.search.query.parser that return Query | |
|---|---|
static Query |
AbstractQuery.createQuery(String string,
boolean blank,
Clause rootClause,
ParentFinder parentFinder)
|
Query |
AbstractQueryParser.getQuery()
Get the query object. |
Query |
QueryParser.getQuery()
Get the Query. |
| Uses of Query in no.sesat.search.query.token |
|---|
| Methods in no.sesat.search.query.token that return Query | |
|---|---|
Query |
EvaluationState.getQuery()
|
Query |
TokenEvaluationEngine.State.getQuery()
the current query, or null if in term-evaluation mode. |
| Methods in no.sesat.search.query.token with parameters of type Query | |
|---|---|
boolean |
TokenEvaluationEngineImpl.evaluateQuery(TokenPredicate predicate,
Query query)
|
boolean |
TokenEvaluationEngine.evaluateQuery(TokenPredicate predicate,
Query query)
Utility method to perform one-off evaluations on queries from non RunningQuery threads. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||