Uses of Interface
org.apache.lucene.search.BoostAttribute
-
Packages that use BoostAttribute Package Description org.apache.lucene.analysis.boost Provides various convenience classes for creating boosts on Tokens.org.apache.lucene.search Code to search indices. -
-
Uses of BoostAttribute in org.apache.lucene.analysis.boost
Fields in org.apache.lucene.analysis.boost declared as BoostAttribute Modifier and Type Field Description private BoostAttributeDelimitedBoostTokenFilter. boostAtt -
Uses of BoostAttribute in org.apache.lucene.search
Classes in org.apache.lucene.search that implement BoostAttribute Modifier and Type Class Description classBoostAttributeImplImplementation class forBoostAttribute.Fields in org.apache.lucene.search declared as BoostAttribute Modifier and Type Field Description private BoostAttributeFuzzyTermsEnum. boostAttprivate BoostAttributeScoringRewrite.ParallelArraysTermCollector. boostAtt
-