GATE
Version 3.1-2270

Uses of Class
gate.creole.ir.SearchException

Packages that use SearchException
gate.creole.ir   
gate.creole.ir.lucene   
 

Uses of SearchException in gate.creole.ir
 

Methods in gate.creole.ir that throw SearchException
 QueryResultList Search.search(String query)
          Search in corpus with this query.
 QueryResultList Search.search(String query, int limit)
          Search in corpus with this query.
 QueryResultList Search.search(String query, int limit, List fieldNames)
          Search in corpus with this query.
 QueryResultList Search.search(String query, List fieldNames)
          Search in corpus with this query.
 void TestIndex.testIndex_10()
          Search in existing index.
 

Uses of SearchException in gate.creole.ir.lucene
 

Methods in gate.creole.ir.lucene that throw SearchException
 QueryResultList LuceneSearch.search(String query)
          Search in corpus with this query.
 QueryResultList LuceneSearch.search(String query, int limit)
          Search in corpus with this query.
 QueryResultList LuceneSearch.search(String query, int limit, List fieldNames)
          Search in corpus with this query.
 QueryResultList LuceneSearch.search(String query, List fieldNames)
          Search in corpus with this query.
 


GATE
Version 3.1-2270