public class QueryResultList extends Object
| Constructor and Description |
|---|
QueryResultList() |
QueryResultList(String query,
IndexedCorpus corpus,
List<QueryResult> results)
Constructor of the class.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedCorpus |
getQueryCorpus() |
Iterator<QueryResult> |
getQueryResults() |
String |
getQueryString() |
public QueryResultList()
public QueryResultList(String query, IndexedCorpus corpus, List<QueryResult> results)
public String getQueryString()
public IndexedCorpus getQueryCorpus()
public Iterator<QueryResult> getQueryResults()
QueryResultCopyright © 2024 GATE. All rights reserved.