org.apache.lucene.index.pruning.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lucene-pruning Show documentation
Show all versions of lucene-pruning Show documentation
Pruning Lucene indexes by various criteria.
Index Pruning
Static Index Pruning Tools
This package provides a framework for pruning an existing index into
a smaller index while retaining visible search quality as much as possible.
An index can be pruned in several levels:
- Remove stored data: see StorePruningPolicy
- Remove terms data: see TermPruningPolicy
Pruning can be applied programmatically via a PruningReader
or with the static tool PruningTool.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy