org.tm4j.tolog.QueryEvaluator .evaluate(java.lang.String queryString)
Description
Performs the evaluation of the query queryString.
| Parameters | ||
|---|---|---|
| java.lang.String | queryString | The tolog query to be evaluated. |
Throws
- org.tm4j.tolog.TologEvaluationException - if the query is syntactically correct but cannot be evaluated for some other reason.
- org.tm4j.tolog.TologParserException - if the query is not syntactically correct.
Returns
A {@link TologResultsSet} for the query evaluation
Meta Data (1)
Other Resources
Related Topics
Has Parameters
