GATE
Version 3.1-2270

Uses of Class
gate.creole.ir.QueryResultList

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

Uses of QueryResultList in gate.creole.ir
 

Methods in gate.creole.ir that return QueryResultList
 QueryResultList SearchPR.getResult()
           
 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.
 

Methods in gate.creole.ir with parameters of type QueryResultList
 void SearchPR.setResult(QueryResultList qr)
           
 

Uses of QueryResultList in gate.creole.ir.lucene
 

Methods in gate.creole.ir.lucene that return QueryResultList
 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