Uses of Class
org.apache.lucene.index.DocsEnum
Packages that use DocsEnum
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.0 file format.
Lucene 4.1 file format.
Code to maintain and access indices.
Code to search indices.
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
-
Uses of DocsEnum in org.apache.lucene.codecs
Subclasses of DocsEnum in org.apache.lucene.codecsModifier and TypeClassDescriptionfinal class
Exposes flex API, merged from flex API of sub-segments, remapping docIDs (this is used for segment merging).final class
Exposes flex API, merged from flex API of sub-segments, remapping docIDs (this is used for segment merging).Methods in org.apache.lucene.codecs that return DocsEnumModifier and TypeMethodDescriptionabstract DocsEnum
PostingsReaderBase.docs
(FieldInfo fieldInfo, BlockTermState state, Bits skipDocs, DocsEnum reuse, int flags) Must fully consume state, since after this call that TermState may be reused.Methods in org.apache.lucene.codecs with parameters of type DocsEnumModifier and TypeMethodDescriptionabstract DocsEnum
PostingsReaderBase.docs
(FieldInfo fieldInfo, BlockTermState state, Bits skipDocs, DocsEnum reuse, int flags) Must fully consume state, since after this call that TermState may be reused.PostingsConsumer.merge
(MergeState mergeState, FieldInfo.IndexOptions indexOptions, DocsEnum postings, FixedBitSet visitedDocs) Default merge impl: append documents, mapping around deletes -
Uses of DocsEnum in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return DocsEnumModifier and TypeMethodDescriptionLucene40PostingsReader.docs
(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsEnum reuse, int flags) Deprecated.Methods in org.apache.lucene.codecs.lucene40 with parameters of type DocsEnum -
Uses of DocsEnum in org.apache.lucene.codecs.lucene41
Methods in org.apache.lucene.codecs.lucene41 that return DocsEnumModifier and TypeMethodDescriptionLucene41PostingsReader.docs
(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsEnum reuse, int flags) Methods in org.apache.lucene.codecs.lucene41 with parameters of type DocsEnum -
Uses of DocsEnum in org.apache.lucene.index
Subclasses of DocsEnum in org.apache.lucene.indexModifier and TypeClassDescriptionclass
Also iterates through positions.static class
Base class for filteringDocsAndPositionsEnum
implementations.static class
Base class for filteringDocsEnum
implementations.final class
Exposes flex API, merged from flex API of sub-segments.final class
Fields in org.apache.lucene.index declared as DocsEnumModifier and TypeFieldDescriptionprotected DocsEnum
DocTermOrds.docsEnum
Used while uninverting.MultiDocsEnum.EnumWithSlice.docsEnum
DocsEnum
of this sub-reader.protected final DocsEnum
FilterAtomicReader.FilterDocsEnum.in
The underlying DocsEnum instance.Methods in org.apache.lucene.index that return DocsEnumModifier and TypeMethodDescriptionfinal DocsEnum
GetDocsEnum
for the current term.abstract DocsEnum
GetDocsEnum
for the current term, with control over whether freqs are required.static DocsEnum
MultiFields.getTermDocsEnum
(IndexReader r, Bits liveDocs, String field, BytesRef term) ReturnsDocsEnum
for the specified field & term.static DocsEnum
MultiFields.getTermDocsEnum
(IndexReader r, Bits liveDocs, String field, BytesRef term, int flags) ReturnsDocsEnum
for the specified field & term, with control over whether freqs are required.final DocsEnum
AtomicReader.termDocsEnum
(Term term) ReturnsDocsEnum
for the specified term.Methods in org.apache.lucene.index with parameters of type DocsEnumModifier and TypeMethodDescriptionfinal DocsEnum
GetDocsEnum
for the current term.abstract DocsEnum
GetDocsEnum
for the current term, with control over whether freqs are required.Constructors in org.apache.lucene.index with parameters of type DocsEnum -
Uses of DocsEnum in org.apache.lucene.search
Subclasses of DocsEnum in org.apache.lucene.searchModifier and TypeClassDescriptionprotected class
class
AScorer
which wraps another scorer and caches the score of the current document.class
Expert: Common scoring functionality for different types of queries.Methods in org.apache.lucene.search that return DocsEnumModifier and TypeMethodDescriptionMethods in org.apache.lucene.search with parameters of type DocsEnum -
Uses of DocsEnum in org.apache.lucene.search.payloads
Subclasses of DocsEnum in org.apache.lucene.search.payloadsModifier and TypeClassDescriptionclass
protected class
-
Uses of DocsEnum in org.apache.lucene.search.spans
Subclasses of DocsEnum in org.apache.lucene.search.spans