Uses of Class
org.apache.lucene.index.PostingsEnum
-
-
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.lucene84
Methods in org.apache.lucene.codecs.lucene84 that return PostingsEnum Modifier and Type Method Description PostingsEnumLucene84PostingsReader. postings(FieldInfo fieldInfo, BlockTermState termState, PostingsEnum reuse, int flags)Methods in org.apache.lucene.codecs.lucene84 with parameters of type PostingsEnum Modifier and Type Method Description PostingsEnumLucene84PostingsReader. 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.classImpactsEnumExtension ofPostingsEnumwhich also provides information about upcoming impacts.classMultiPostingsEnumExposesPostingsEnum, merged fromPostingsEnumAPI of sub-segments.classSlowImpactsEnumImpactsEnumthat doesn't index impacts but implements the API in a legal way.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 PostingsEnumMultiTerms. getTermPostingsEnum(IndexReader r, String field, BytesRef term)ReturnsPostingsEnumfor the specified field and term.static PostingsEnumMultiTerms. getTermPostingsEnum(IndexReader r, String field, BytesRef term, int flags)ReturnsPostingsEnumfor the specified field and term, with control over whether freqs, positions, offsets or 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 FilterPostingsEnumSlowImpactsEnum(PostingsEnum delegate)Wrap the givenPostingsEnum. -
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(LeafSimScorer scorer, PostingsEnum postings, Term term, float positionsCost) -
Uses of PostingsEnum in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return PostingsEnum Modifier and Type Method Description PostingsEnumOffsetsEnum.OfPostings. getPostingsEnum()Constructors in org.apache.lucene.search.uhighlight with parameters of type PostingsEnum Constructor Description OfPostings(BytesRef term, int freq, PostingsEnum postingsEnum)OfPostings(BytesRef term, PostingsEnum postingsEnum) -
Uses of PostingsEnum in org.apache.lucene.spatial.prefix
Fields in org.apache.lucene.spatial.prefix declared as PostingsEnum Modifier and Type Field Description protected PostingsEnumAbstractPrefixTreeQuery.BaseTermsEnumTraverser. postingsEnum -
Uses of PostingsEnum in org.elasticsearch.common.lucene.index
Methods in org.elasticsearch.common.lucene.index that return PostingsEnum Modifier and Type Method Description PostingsEnumFilterableTermsEnum. postings(PostingsEnum reuse, int flags)Methods in org.elasticsearch.common.lucene.index with parameters of type PostingsEnum Modifier and Type Method Description PostingsEnumFilterableTermsEnum. postings(PostingsEnum reuse, int flags)
-