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 Type
    Method
    Description
    org.apache.solr.common.SolrInputDocument
    buildDocument(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)