| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.domain | |
| org.broadleafcommerce.core.search.service.solr |
| Modifier and Type | Field and Description |
|---|---|
protected List<SearchResultItem> |
SearchResultItem.children |
protected List<SearchResultItem> |
SearchResult.resultItems |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResultItem> |
SearchResultItem.getChildren()
Returns the list of child documents, or null if none.
|
List<SearchResultItem> |
SearchResult.getResultItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultItem.addChildDocument(SearchResultItem child) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultItem.addChildDocuments(Collection<SearchResultItem> childs) |
void |
SearchResult.setResultItems(List<SearchResultItem> resultItems) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SearchResultItem> |
SolrSearchServiceImpl.getResultItems(List<org.apache.solr.common.SolrDocument> responseDocuments)
Given a list of product IDs from solr, this method will look up the IDs via the productDao and build out
actual Product instances.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.modifySearchResults(List<org.apache.solr.common.SolrDocument> responseDocuments,
List<SearchResultItem> items) |
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.modifySearchResults(List<org.apache.solr.common.SolrDocument> responseDocuments,
List<SearchResultItem> items)
Modifies the product search results from a Solr query
|
Copyright © 2017. All rights reserved.