Uses of Class
org.apache.lucene.codecs.CompetitiveImpactAccumulator
Packages that use CompetitiveImpactAccumulator
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
-
Uses of CompetitiveImpactAccumulator in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type CompetitiveImpactAccumulatorModifier and TypeMethodDescriptionvoid
CompetitiveImpactAccumulator.addAll
(CompetitiveImpactAccumulator acc) Mergeacc
into this.void
CompetitiveImpactAccumulator.copy
(CompetitiveImpactAccumulator acc) Replace the content of thisacc
with the providedacc
.