public abstract class AbstractPrefixTreeQuery.BaseTermsEnumTraverser extends Object
TermsEnum for a LeafReaderContext.| Modifier and Type | Field and Description |
|---|---|
protected LeafReaderContext |
context |
protected int |
maxDoc |
protected PostingsEnum |
postingsEnum |
protected TermsEnum |
termsEnum |
| Constructor and Description |
|---|
AbstractPrefixTreeQuery.BaseTermsEnumTraverser(LeafReaderContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectDocs(BitSet bitSet) |
protected void |
collectDocs(DocIdSetBuilder docSetBuilder) |
protected final LeafReaderContext context
protected final int maxDoc
protected TermsEnum termsEnum
protected PostingsEnum postingsEnum
public AbstractPrefixTreeQuery.BaseTermsEnumTraverser(LeafReaderContext context) throws IOException
IOExceptionprotected void collectDocs(BitSet bitSet) throws IOException
IOExceptionprotected void collectDocs(DocIdSetBuilder docSetBuilder) throws IOException
IOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.