@Exported
public interface SearchResult<T extends ResultRow>
extends Iterator<T>
SearchResult represents the search engine searching results; Search result is an Iterator of ResultRow
that contains the returned search results from one search operation.