|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Search
Method Summary | |
---|---|
QueryResultList |
search(String query)
Search in corpus with this query. |
QueryResultList |
search(String query,
int limit)
Search in corpus with this query. |
QueryResultList |
search(String query,
int limit,
List fieldNames)
Search in corpus with this query. |
QueryResultList |
search(String query,
List fieldNames)
Search in corpus with this query. |
void |
setCorpus(IndexedCorpus ic)
Sets coprus in which will doing search operations. |
Method Detail |
---|
void setCorpus(IndexedCorpus ic)
QueryResultList search(String query) throws IndexException, SearchException
IndexException
SearchException
QueryResultList search(String query, int limit) throws IndexException, SearchException
IndexException
SearchException
QueryResultList search(String query, List fieldNames) throws IndexException, SearchException
IndexException
SearchException
QueryResultList search(String query, int limit, List fieldNames) throws IndexException, SearchException
IndexException
SearchException
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |