Class MatchRegionRetriever.MatchesIteratorWithLimit

java.lang.Object
org.apache.lucene.search.FilterMatchesIterator
org.apache.lucene.search.matchhighlight.MatchRegionRetriever.MatchesIteratorWithLimit
All Implemented Interfaces:
MatchesIterator
Enclosing class:
MatchRegionRetriever

private static class MatchRegionRetriever.MatchesIteratorWithLimit extends FilterMatchesIterator
  • Field Details

    • limit

      private int limit
  • Constructor Details

    • MatchesIteratorWithLimit

      public MatchesIteratorWithLimit(MatchesIterator matchesIterator, int limit)
  • Method Details