Package org.apache.lucene.facet.index.categorypolicy

Policies for indexing categories

See: Description

Package org.apache.lucene.facet.index.categorypolicy Description

Policies for indexing categories

There are two kinds of policies: Policies are "consulted" with during indexing, for deciding whether a category should be added to the index or not. The two kinds of policies can be used for different purposes. For example, path policies dictates which categories can participate in a drill-down operation, while ordinal policies affect which can be accumulated (e.g. counted).