Uses of Class
org.apache.lucene.index.pruning.TermPruningPolicy
-
Packages that use TermPruningPolicy Package Description org.apache.lucene.index org.apache.lucene.index.pruning Static Index Pruning Tools -
-
Uses of TermPruningPolicy in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TermPruningPolicy Modifier and Type Field Description protected TermPruningPolicyPruningReader. termPolicyConstructors in org.apache.lucene.index with parameters of type TermPruningPolicy Constructor Description PruningReader(org.apache.lucene.index.IndexReader in, StorePruningPolicy storePolicy, TermPruningPolicy termPolicy)Constructor. -
Uses of TermPruningPolicy in org.apache.lucene.index.pruning
Subclasses of TermPruningPolicy in org.apache.lucene.index.pruning Modifier and Type Class Description classCarmelTopKTermPruningPolicyPruning policy with a search quality parameterized guarantee - configuration of this policy allows to specify two parameters: k and ε such that:classCarmelUniformTermPruningPolicyEnhanced implementation of Carmel Uniform Pruning,classRIDFTermPruningPolicyImplementation ofTermPruningPolicythat uses "residual IDF" metric to determine the postings of terms to keep/remove, as defined in http://www.dc.fi.udc.es/~barreiro/publications/blanco_barreiro_ecir2007.pdf.classTFTermPruningPolicyPolicy for producing smaller index out of an input index, by removing postings data for those terms where their in-document frequency is below a specified threshold.
-