Interface DocumentBuilder
- All Known Subinterfaces:
CatalogDocumentBuilder
- All Known Implementing Classes:
CatalogDocumentBuilderImpl
public interface DocumentBuilder
Component to build a Solr document from an
Indexable.- Author:
- Kelly Tisdell
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.solr.common.SolrInputDocumentbuildDocument(Indexable indexable, List<IndexField> fields, List<org.broadleafcommerce.common.locale.domain.Locale> locales)
-
Method Details
-
buildDocument
org.apache.solr.common.SolrInputDocument buildDocument(Indexable indexable, List<IndexField> fields, List<org.broadleafcommerce.common.locale.domain.Locale> locales)
-