Package org.ametys.cms.search
Interface SearchResultsIterable<T>
- Type Parameters:
T- the type of elements returned by the iterator
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
SolrResponseIterable
Iterable for results of a Solr search (SearcherFactory.Searcher.searchWithFacets()), available from SearchResults.getResults()-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator