Uses of Class
org.apache.lucene.index.ImpactsEnum
-
Packages that use ImpactsEnum Package Description 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.blocktree BlockTree terms dictionary.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.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.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.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index 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.search Code to search indices. -
-
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.blocktree
Methods in org.apache.lucene.codecs.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.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.compressing
Methods in org.apache.lucene.codecs.compressing that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
CompressingTermVectorsReader.TVTermsEnum. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.idversion
Methods in org.apache.lucene.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.codecs.lucene50
Subclasses of ImpactsEnum in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description (package private) class
Lucene50PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene50PostingsReader.BlockImpactsPostingsEnum
Methods in org.apache.lucene.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.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene70DocValuesProducer.TermsDict. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 that return ImpactsEnum Modifier and Type Method Description ImpactsEnum
Lucene80DocValuesProducer.TermsDict. impacts(int flags)
-
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene84
Subclasses of ImpactsEnum in org.apache.lucene.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.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.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
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.search
Fields in org.apache.lucene.search declared as ImpactsEnum Modifier and Type Field Description (package private) ImpactsEnum
PhraseQuery.PostingsAndFreq. impacts
private ImpactsEnum
TermScorer. impactsEnum
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)
TermScorer(Weight weight, ImpactsEnum impactsEnum, LeafSimScorer docScorer)
Construct aTermScorer
that will use impacts to skip blocks of non-competitive documents.
-