|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setCorpus(IndexedCorpus ic)
public QueryResultList search(String query) throws IndexException, SearchException
IndexException
SearchException
public QueryResultList search(String query, int limit) throws IndexException, SearchException
IndexException
SearchException
public QueryResultList search(String query, List fieldNames) throws IndexException, SearchException
IndexException
SearchException
public QueryResultList search(String query, int limit, List fieldNames) throws IndexException, SearchException
IndexException
SearchException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |