Uses of Class
org.apache.lucene.index.ImpactsEnum
-
Packages that use ImpactsEnum Package Description org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary.org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene50.compressing Lucene 5.0 compressing format.org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.search Code to search indices. -
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene40.blocktree
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
IntersectTermsEnum. impacts(int flags)
ImpactsEnum
SegmentTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene50
Subclasses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene50 Modifier and Type Class Description (package private) class
Lucene50PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene50PostingsReader.BlockImpactsPostingsEnum
Methods in org.apache.lucene.backward_codecs.lucene50 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene50PostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene50.compressing
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene50CompressingTermVectorsReader.TVTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene70DocValuesProducer.TermsDict. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene80DocValuesProducer.TermsDict. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene84
Subclasses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene84 Modifier and Type Class Description (package private) class
Lucene84PostingsReader.BlockImpactsDocsEnum
(package private) class
Lucene84PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene84PostingsReader.BlockImpactsPostingsEnum
Methods in org.apache.lucene.backward_codecs.lucene84 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene84PostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)
-
Uses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene90
Subclasses of ImpactsEnum in org.apache.lucene.backward_codecs.lucene90 Modifier and Type Class Description (package private) class
Lucene90PostingsReader.BlockImpactsDocsEnum
(package private) class
Lucene90PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene90PostingsReader.BlockImpactsPostingsEnum
Methods in org.apache.lucene.backward_codecs.lucene90 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene90PostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
DocValuesConsumer.MergedTermsEnum. impacts(int flags)
abstract ImpactsEnum
PostingsReaderBase. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)
Return aImpactsEnum
that computes impacts withscorer
. -
Uses of ImpactsEnum in org.apache.lucene.codecs.blockterms
Methods in org.apache.lucene.codecs.blockterms that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
BlockTermsReader.FieldReader.SegmentTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
OrdsIntersectTermsEnum. impacts(int flags)
ImpactsEnum
OrdsSegmentTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene90DocValuesProducer.TermsDict. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene90.blocktree
Methods in org.apache.lucene.codecs.lucene90.blocktree that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
IntersectTermsEnum. impacts(int flags)
ImpactsEnum
SegmentTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene90CompressingTermVectorsReader.TVTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene99
Subclasses of ImpactsEnum in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description (package private) class
Lucene99PostingsReader.BlockImpactsDocsEnum
(package private) class
Lucene99PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene99PostingsReader.BlockImpactsPostingsEnum
Methods in org.apache.lucene.codecs.lucene99 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene99PostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum. impacts(int flags)
ImpactsEnum
DirectPostingsFormat.DirectField.DirectTermsEnum. impacts(int flags)
ImpactsEnum
FSTTermsReader.TermsReader.BaseTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.simpletext
Subclasses of ImpactsEnum in org.apache.lucene.codecs.simpletext Modifier and Type Class Description private class
SimpleTextFieldsReader.SimpleTextDocsEnum
private class
SimpleTextFieldsReader.SimpleTextPostingsEnum
Methods in org.apache.lucene.codecs.simpletext that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
SimpleTextFieldsReader.SimpleTextTermsEnum. impacts(int flags)
ImpactsEnum
SimpleTextTermVectorsReader.SimpleTVTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
BlockReader. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
STMergingTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.index
Subclasses of ImpactsEnum in org.apache.lucene.index Modifier and Type Class Description class
SlowImpactsEnum
ImpactsEnum
that doesn't index impacts but implements the API in a legal way.Methods in org.apache.lucene.index that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
FilteredTermsEnum. impacts(int flags)
ImpactsEnum
FilterLeafReader.FilterTermsEnum. impacts(int flags)
ImpactsEnum
FreqProxFields.FreqProxTermsEnum. impacts(int flags)
ImpactsEnum
MultiTermsEnum. impacts(int flags)
ImpactsEnum
SortedDocValuesTermsEnum. impacts(int flags)
ImpactsEnum
SortedSetDocValuesTermsEnum. impacts(int flags)
abstract ImpactsEnum
TermsEnum. impacts(int flags)
Return aImpactsEnum
. -
Uses of ImpactsEnum in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
MemoryIndex.MemoryIndexReader.MemoryTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.sandbox.codecs.idversion
Methods in org.apache.lucene.sandbox.codecs.idversion that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
IDVersionPostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)
ImpactsEnum
IDVersionSegmentTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ImpactsEnum Modifier and Type Field Description (package private) ImpactsEnum
PhraseQuery.PostingsAndFreq. impacts
Methods in org.apache.lucene.search that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
FuzzyTermsEnum. impacts(int flags)
Methods in org.apache.lucene.search with parameters of type ImpactsEnum Modifier and Type Method Description (package private) static ImpactsSource
ExactPhraseMatcher. mergeImpacts(ImpactsEnum[] impactsEnums)
Merge impacts for multiple terms of an exact phrase.(package private) static ImpactsSource
SynonymQuery. mergeImpacts(ImpactsEnum[] impactsEnums, float[] boosts)
Merge impacts for multiple synonyms.Constructors in org.apache.lucene.search with parameters of type ImpactsEnum Constructor Description PostingsAndFreq(PostingsEnum postings, ImpactsEnum impacts, int position, java.util.List<Term> terms)
PostingsAndFreq(PostingsEnum postings, ImpactsEnum impacts, int position, Term... terms)
Creates PostingsAndFreq instanceTermScorer(Weight weight, ImpactsEnum impactsEnum, LeafSimScorer docScorer, boolean topLevelScoringClause)
Construct aTermScorer
that will use impacts to skip blocks of non-competitive documents.
-