Uses of Class
org.apache.lucene.index.FilterIndexReader

Packages that use FilterIndexReader
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
 class PruningReader
          This class produces a subset of the input index, by removing some postings data according to rules implemented in a TermPruningPolicy, and optionally it can also remove stored fields of documents according to rules implemented in a StorePruningPolicy.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.