public class FacetFields extends Object
FacetIndexingParams.getCategoryListParams(CategoryPath)
, one field
may be added for every group of facets.Modifier and Type | Field and Description |
---|---|
protected FacetIndexingParams |
indexingParams |
protected TaxonomyWriter |
taxonomyWriter |
Constructor and Description |
---|
FacetFields(TaxonomyWriter taxonomyWriter)
Constructs a new instance with the
default facet indexing params. |
FacetFields(TaxonomyWriter taxonomyWriter,
FacetIndexingParams params)
Constructs a new instance with the given facet indexing params.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addCountingListData(Document doc,
Map<String,BytesRef> categoriesData,
String field)
Add the counting list data to the document under the given field.
|
void |
addFields(Document doc,
Iterable<CategoryPath> categories)
Adds the needed facet fields to the document.
|
protected Map<CategoryListParams,Iterable<CategoryPath>> |
createCategoryListMapping(Iterable<CategoryPath> categories)
Creates a mapping between a
CategoryListParams and all
categories that are associated with it. |
protected FieldType |
drillDownFieldType()
Returns the
FieldType with which the drill-down terms should be
indexed. |
protected Map<String,BytesRef> |
getCategoryListData(CategoryListParams categoryListParams,
IntsRef ordinals,
Iterable<CategoryPath> categories)
Returns the category list data, as a mapping from key to
BytesRef
which includes the encoded data. |
protected DrillDownStream |
getDrillDownStream(Iterable<CategoryPath> categories)
Returns a
DrillDownStream for writing the categories drill-down
terms. |
protected final TaxonomyWriter taxonomyWriter
protected final FacetIndexingParams indexingParams
public FacetFields(TaxonomyWriter taxonomyWriter)
default
facet indexing params.taxonomyWriter
- used to resolve given categories to ordinalspublic FacetFields(TaxonomyWriter taxonomyWriter, FacetIndexingParams params)
taxonomyWriter
- used to resolve given categories to ordinalsparams
- determines under which fields the categories should be indexedprotected Map<CategoryListParams,Iterable<CategoryPath>> createCategoryListMapping(Iterable<CategoryPath> categories)
CategoryListParams
and all
categories
that are associated with it.protected Map<String,BytesRef> getCategoryListData(CategoryListParams categoryListParams, IntsRef ordinals, Iterable<CategoryPath> categories) throws IOException
BytesRef
which includes the encoded data. Every ordinal in ordinals
corrspond to a CategoryPath
returned from categories
.IOException
protected DrillDownStream getDrillDownStream(Iterable<CategoryPath> categories)
DrillDownStream
for writing the categories drill-down
terms.protected FieldType drillDownFieldType()
FieldType
with which the drill-down terms should be
indexed. The default is FieldInfo.IndexOptions.DOCS_ONLY
.protected void addCountingListData(Document doc, Map<String,BytesRef> categoriesData, String field)
CategoryListParams
.public void addFields(Document doc, Iterable<CategoryPath> categories) throws IOException
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.