final class CategorySolrInputDocumentConverter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
NAVIGATION_CAPTION |
Constructor and Description |
---|
CategorySolrInputDocumentConverter() |
Modifier and Type | Method and Description |
---|---|
org.apache.solr.common.SolrInputDocument |
addCategories(java.util.Collection<Category> categories,
org.apache.solr.common.SolrInputDocument doc) |
private void |
addCategoryLocalizedAttributes(org.apache.solr.common.SolrInputDocument doc,
java.util.Set<java.util.Map.Entry<LocalizedKey,java.lang.String>> attributes) |
private void |
addFacetingCategoryIDfield(org.apache.solr.common.SolrInputDocument doc,
CategoriesInfoMap mapper,
Category category) |
private java.lang.String |
getFieldName(Category parent) |
private boolean |
isAttributeKeyIndexable(LocalizedKey attributeKey) |
private static final java.lang.String NAVIGATION_CAPTION
public org.apache.solr.common.SolrInputDocument addCategories(java.util.Collection<Category> categories, org.apache.solr.common.SolrInputDocument doc)
private void addCategoryLocalizedAttributes(org.apache.solr.common.SolrInputDocument doc, java.util.Set<java.util.Map.Entry<LocalizedKey,java.lang.String>> attributes)
private boolean isAttributeKeyIndexable(LocalizedKey attributeKey)
private void addFacetingCategoryIDfield(org.apache.solr.common.SolrInputDocument doc, CategoriesInfoMap mapper, Category category)
private java.lang.String getFieldName(Category parent)