~ubuntu-branches/ubuntu/trusty/pylucene/trusty

« back to all changes in this revision

Viewing changes to lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html

  • Committer: Package Import Robot
  • Author(s): Dmitry Nezhevenko
  • Date: 2012-04-23 16:43:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120423164355-grqtepnwtecdjfk2
Tags: 3.5.0-1
* New maintainer (closes: 670179)
* New upstream release
* Switch to dpkg-source 3.0 (quilt) format
* Switch to machine-readable debian/copyright
* Bump debian/compat to 8, drop debian/pycompat
* Switch from cdbs to dh
* Add watch file
* Build for all supported versions of python2 (closes: 581198, 632240)
* Rename binary package to python-lucene (closes: 581197)
* Add -dbg package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>Policies for indexing categories</title>
 
4
</head>
 
5
<body>
 
6
<h1>Policies for indexing categories</h1>
 
7
 
 
8
There are two kinds of policies: 
 
9
<ul>
 
10
  <li>Path policies are based on the path of the category.</li>
 
11
  <li>Ordinal policies are based on the ordinal of the category.</li>
 
12
</ul>
 
13
 
 
14
Policies are "consulted" with during indexing, for deciding whether a category should
 
15
be added to the index or not. The two kinds of policies can be used for different purposes.
 
16
For example, path policies dictates which categories can participate in a drill-down operation, 
 
17
while ordinal policies affect which can be accumulated (e.g. counted).    
 
18
 
 
19
 
 
20
</body>
 
21
</html>
 
 
b'\\ No newline at end of file'