Class SolrResponseIterable<A extends AmetysObject>

java.lang.Object
org.ametys.cms.search.solr.SolrResponseIterable<A>
Type Parameters:
A - the actual type of AmetysObjects.
All Implemented Interfaces:
Iterable<SearchResult<A>>, SearchResultsIterable<SearchResult<A>>

public class SolrResponseIterable<A extends AmetysObject> extends Object implements SearchResultsIterable<SearchResult<A>>
AmetysObjectIterable backed by a solr QueryResponse.