Uses of Class
org.apache.lucene.index.PostingsEnum
-
Packages that use PostingsEnum Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene50for an overview of the index format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices.org.apache.lucene.search.spans The calculus of spans. -
-
Uses of PostingsEnum in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PostingsEnum Modifier and Type Method Description abstract PostingsEnumPostingsReaderBase. postings(FieldInfo fieldInfo, BlockTermState state, PostingsEnum 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 PostingsEnum Modifier and Type Method Description abstract PostingsEnumPostingsReaderBase. postings(FieldInfo fieldInfo, BlockTermState state, PostingsEnum reuse, int flags)Must fully consume state, since after this call that TermState may be reused. -
Uses of PostingsEnum in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return PostingsEnum Modifier and Type Method Description PostingsEnumLucene50PostingsReader. postings(FieldInfo fieldInfo, BlockTermState termState, PostingsEnum reuse, int flags)Methods in org.apache.lucene.codecs.lucene50 with parameters of type PostingsEnum Modifier and Type Method Description PostingsEnumLucene50PostingsReader. postings(FieldInfo fieldInfo, BlockTermState termState, PostingsEnum reuse, int flags) -
Uses of PostingsEnum in org.apache.lucene.index
Subclasses of PostingsEnum in org.apache.lucene.index Modifier and Type Class Description static classFilterLeafReader.FilterPostingsEnumBase class for filteringPostingsEnumimplementations.classMultiPostingsEnumExposesPostingsEnum, merged fromPostingsEnumAPI of sub-segments.Fields in org.apache.lucene.index declared as PostingsEnum Modifier and Type Field Description protected PostingsEnumFilterLeafReader.FilterPostingsEnum. inThe underlying PostingsEnum instance.PostingsEnumMultiPostingsEnum.EnumWithSlice. postingsEnumPostingsEnumfor this sub-reader.Methods in org.apache.lucene.index that return PostingsEnum Modifier and Type Method Description static PostingsEnumMultiFields. getTermDocsEnum(IndexReader r, String field, BytesRef term)ReturnsPostingsEnumfor the specified field and term.static PostingsEnumMultiFields. getTermDocsEnum(IndexReader r, String field, BytesRef term, int flags)ReturnsPostingsEnumfor the specified field and term, with control over whether freqs are required.static PostingsEnumMultiFields. getTermPositionsEnum(IndexReader r, String field, BytesRef term)ReturnsPostingsEnumfor the specified field and term.static PostingsEnumMultiFields. getTermPositionsEnum(IndexReader r, String field, BytesRef term, int flags)ReturnsPostingsEnumfor the specified field and term, with control over whether offsets and payloads are required.PostingsEnumFilteredTermsEnum. postings(PostingsEnum reuse, int flags)PostingsEnumFilterLeafReader.FilterTermsEnum. postings(PostingsEnum reuse, int flags)PostingsEnumLeafReader. postings(Term term)ReturnsPostingsEnumfor the specified term withFREQS.PostingsEnumLeafReader. postings(Term term, int flags)ReturnsPostingsEnumfor the specified term.PostingsEnumMultiTermsEnum. postings(PostingsEnum reuse, int flags)PostingsEnumTermsEnum. postings(PostingsEnum reuse)GetPostingsEnumfor the current term.abstract PostingsEnumTermsEnum. postings(PostingsEnum reuse, int flags)GetPostingsEnumfor the current term, with control over whether freqs, positions, offsets or payloads are required.Methods in org.apache.lucene.index with parameters of type PostingsEnum Modifier and Type Method Description PostingsEnumFilteredTermsEnum. postings(PostingsEnum reuse, int flags)PostingsEnumFilterLeafReader.FilterTermsEnum. postings(PostingsEnum reuse, int flags)PostingsEnumMultiTermsEnum. postings(PostingsEnum reuse, int flags)PostingsEnumTermsEnum. postings(PostingsEnum reuse)GetPostingsEnumfor the current term.abstract PostingsEnumTermsEnum. postings(PostingsEnum reuse, int flags)GetPostingsEnumfor the current term, with control over whether freqs, positions, offsets or payloads are required.Constructors in org.apache.lucene.index with parameters of type PostingsEnum Constructor Description FilterPostingsEnum(PostingsEnum in)Create a new FilterPostingsEnum -
Uses of PostingsEnum in org.apache.lucene.search
Methods in org.apache.lucene.search that return PostingsEnum Modifier and Type Method Description PostingsEnumFuzzyTermsEnum. postings(PostingsEnum reuse, int flags)Methods in org.apache.lucene.search with parameters of type PostingsEnum Modifier and Type Method Description PostingsEnumFuzzyTermsEnum. postings(PostingsEnum reuse, int flags) -
Uses of PostingsEnum in org.apache.lucene.search.spans
Fields in org.apache.lucene.search.spans declared as PostingsEnum Modifier and Type Field Description protected PostingsEnumTermSpans. postingsMethods in org.apache.lucene.search.spans that return PostingsEnum Modifier and Type Method Description PostingsEnumTermSpans. getPostings()Methods in org.apache.lucene.search.spans with parameters of type PostingsEnum Modifier and Type Method Description voidSpanCollector. collectLeaf(PostingsEnum postings, int position, Term term)Collect information from postingsConstructors in org.apache.lucene.search.spans with parameters of type PostingsEnum Constructor Description TermSpans(Similarity.SimScorer scorer, PostingsEnum postings, Term term, float positionsCost)
-