Class DocIdStream

java.lang.Object
org.apache.lucene.search.DocIdStream

public abstract class DocIdStream extends Object
A stream of doc IDs. Most methods on DocIdStreams are terminal, meaning that the DocIdStream may not be further used.
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • DocIdStream

      protected DocIdStream()
      Sole constructor, for invocation by sub classes.
  • Method Details