~slub.team/goobi-indexserver/3.x

« back to all changes in this revision

Viewing changes to lucene/contrib/facet/src/java/org/apache/lucene/facet/index/streaming/package.html

  • Committer: Sebastian Meyer
  • Date: 2012-08-03 09:12:40 UTC
  • Revision ID: sebastian.meyer@slub-dresden.de-20120803091240-x6861b0vabq1xror
Remove Lucene and Solr source code and add patches instead
Fix Bug #985487: Auto-suggestion for the search interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<title>Expert: attributes streaming definition for indexing facets</title>
4
 
</head>
5
 
<body>
6
 
<h1>Expert: attributes streaming definition for indexing facets</h1>
7
 
 
8
 
Steaming of facets attributes is a low level indexing interface with Lucene indexing.
9
 
There are two types of category related streams:
10
 
<ul>
11
 
  <li><b>Category tokenizer stream</b> handles tokenization for a single category, 
12
 
  e.g. for creating drill-down tokens.</li>
13
 
  <li><b>Category list tokenizer stream</b> handles tokenization for multiple categories, 
14
 
  e.g. for creating a counting list token, representing all the categories of 
15
 
  a certain document.</li>
16
 
</ul>
17
 
 
18
 
</body>
19
 
</html>
 
 
b'\\ No newline at end of file'