Interface SearchResultsIterable<T>

Type Parameters:
T - the type of elements returned by the iterator
All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
SolrResponseIterable

public interface SearchResultsIterable<T> extends Iterable<T>