| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.dao | |
| org.broadleafcommerce.core.search.service.solr |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexDaoImpl.populateCatalogStructure(List<Long> productIds,
CatalogStructure catalogStructure) |
void |
SolrIndexDao.populateCatalogStructure(List<Long> productIds,
CatalogStructure catalogStructure)
Populate the contents of a lightweight catalog structure for a list of products.
|
| Modifier and Type | Method and Description |
|---|---|
static CatalogStructure |
SolrIndexCachedOperation.getCache()
Retrieve the cache bound to the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrIndexServiceImpl.buildFullCategoryHierarchy(org.apache.solr.common.SolrInputDocument document,
CatalogStructure cache,
Long categoryId,
Set<Long> indexedParents)
Walk the category hierarchy upwards, adding a field for each level to the solr document
|
protected int |
SolrIndexServiceImpl.getCacheSizeInMemoryApproximation(CatalogStructure structure) |
static void |
SolrIndexCachedOperation.setCache(CatalogStructure cache)
Set the cache on the current thread
|
Copyright © 2014. All Rights Reserved.