| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Class and Description |
|---|---|
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-2015 Apache Software Foundation. All Rights Reserved.