Interface SearchEngineResultSet

All Superinterfaces:
Iterable<ResultSetRow>, ResultSet, ResultSetSPI<ResultSetRow,ResultSetMetaData>, SearchEngineResultMetadata
All Known Implementing Classes:
SolrJSONResultSet

public interface SearchEngineResultSet extends ResultSet, SearchEngineResultMetadata
Supertype layer interface for all resultset coming from a search engine (e.g. Elasticsearch, Solr) This interface has been originally extracted from the Apache Solr ResultSet implementation, that's the reason why the naming used for denoting some things (e.g. facets) is tied to the Solr world.