Uses of Class
org.apache.lucene.index.ImpactsEnum
Packages that use ImpactsEnum
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 10.1 file format.
Code to maintain and access indices.
Code to search indices.
-
Uses of ImpactsEnum in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return ImpactsEnumModifier and TypeMethodDescriptionabstract ImpactsEnum
PostingsReaderBase.impacts
(FieldInfo fieldInfo, BlockTermState state, int flags) Return aImpactsEnum
that computes impacts withscorer
. -
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene101
Methods in org.apache.lucene.codecs.lucene101 that return ImpactsEnumModifier and TypeMethodDescriptionLucene101PostingsReader.impacts
(FieldInfo fieldInfo, BlockTermState state, int flags) -
Uses of ImpactsEnum in org.apache.lucene.index
Subclasses of ImpactsEnum in org.apache.lucene.indexModifier and TypeClassDescriptionfinal class
ImpactsEnum
that doesn't index impacts but implements the API in a legal way.Methods in org.apache.lucene.index that return ImpactsEnumModifier and TypeMethodDescriptionFilteredTermsEnum.impacts
(int flags) FilterLeafReader.FilterTermsEnum.impacts
(int flags) MultiTermsEnum.impacts
(int flags) abstract ImpactsEnum
TermsEnum.impacts
(int flags) Return aImpactsEnum
. -
Uses of ImpactsEnum in org.apache.lucene.search
Methods in org.apache.lucene.search that return ImpactsEnumConstructors in org.apache.lucene.search with parameters of type ImpactsEnumModifierConstructorDescriptionPostingsAndFreq
(PostingsEnum postings, ImpactsEnum impacts, int position, List<Term> terms) PostingsAndFreq
(PostingsEnum postings, ImpactsEnum impacts, int position, Term... terms) Creates PostingsAndFreq instanceTermScorer
(ImpactsEnum impactsEnum, Similarity.SimScorer scorer, NumericDocValues norms, boolean topLevelScoringClause) Construct aTermScorer
that will use impacts to skip blocks of non-competitive documents.