public interface QuerySource extends Iterator<String>
Modifier and Type | Method and Description |
---|---|
String[] |
getInfo()
Return information about the query source
|
String |
getQueryId()
Returns the query identifier of the last query
fetched, or the first one, if none has been
fetched yet.
|
void |
reset()
Resets the query source back to the first query.
|
String getQueryId()
void reset()
String[] getInfo()
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow