All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, Page<T>, Slice<T>, Streamable<T>

public class LucenePage<T,K,V> extends AbstractPageSupport<T>
The LucenePage class is a Spring Data Page implementation supporting Spring Data style paging of PageableLuceneQueryResults complete with Spring Data projections.
Since:
1.1.0
Author:
John Blum
See Also: