|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SearchQueryProvider
The SearchQueryProvider is responsible to provide access to
the SearchQuerys.
| Method Summary | |
|---|---|
Collection<SearchQuery> |
getSearchQueries(org.apache.uima.cas.CAS cas)
Retrieves all SearchQuerys for the given CAS. |
| Method Detail |
|---|
Collection<SearchQuery> getSearchQueries(org.apache.uima.cas.CAS cas)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
SearchQuerys for the given CAS.
The returned search queries may depend on the given CAS.
This method is called for every processed CAS and should be
fast enough to not slow down the search.
Note: The implementation must be thread safe.
cas -
SearchQuerys for the given CAS.
org.apache.uima.analysis_engine.AnalysisEngineProcessException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||