Uses of Class
org.apache.lucene.index.FilterIndexReader
-
Packages that use FilterIndexReader Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FilterIndexReader in org.apache.lucene.index
Subclasses of FilterIndexReader in org.apache.lucene.index Modifier and Type Class Description class
PruningReader
This class produces a subset of the input index, by removing some postings data according to rules implemented in aTermPruningPolicy
, and optionally it can also remove stored fields of documents according to rules implemented in aStorePruningPolicy
.
-