X-Git-Url: https://git.mdrn.pl/pylucene.git/blobdiff_plain/a2e61f0c04805cfcb8706176758d1283c7e3a55c..aaeed5504b982cf3545252ab528713250aa33eed:/lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html?ds=sidebyside diff --git a/lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html b/lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html new file mode 100644 index 0000000..b95117e --- /dev/null +++ b/lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html @@ -0,0 +1,21 @@ + + +Policies for indexing categories + + +

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). + + + + \ No newline at end of file