pylucene 3.5.0-3
[pylucene.git] / lucene-java-3.5.0 / lucene / contrib / facet / src / java / org / apache / lucene / facet / index / streaming / package.html
diff --git a/lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/streaming/package.html b/lucene-java-3.5.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/streaming/package.html
new file mode 100644 (file)
index 0000000..8b0fb92
--- /dev/null
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>Expert: attributes streaming definition for indexing facets</title>
+</head>
+<body>
+<h1>Expert: attributes streaming definition for indexing facets</h1>
+
+Steaming of facets attributes is a low level indexing interface with Lucene indexing.
+There are two types of category related streams:
+<ul>
+  <li><b>Category tokenizer stream</b> handles tokenization for a single category, 
+  e.g. for creating drill-down tokens.</li>
+  <li><b>Category list tokenizer stream</b> handles tokenization for multiple categories, 
+  e.g. for creating a counting list token, representing all the categories of 
+  a certain document.</li>
+</ul>
+
+</body>
+</html>
\ No newline at end of file