public class BitsFilteredPostingsEnum
extends org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
int |
nextDoc() |
static org.apache.lucene.index.PostingsEnum |
wrap(org.apache.lucene.index.PostingsEnum in,
org.apache.lucene.util.Bits acceptDocs) |
public static org.apache.lucene.index.PostingsEnum wrap(org.apache.lucene.index.PostingsEnum in,
org.apache.lucene.util.Bits acceptDocs)
public int nextDoc()
throws IOException
nextDoc in class org.apache.lucene.index.FilterLeafReader.FilterPostingsEnumIOExceptionpublic int advance(int target)
throws IOException
advance in class org.apache.lucene.index.FilterLeafReader.FilterPostingsEnumIOExceptionCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.