Interface SolrMapper


  • public interface SolrMapper
    This interface specifies an iKnowBase-to-Solr mapping bean
    • Method Detail

      • postProcess

        void postProcess​(DocumentReference documentIdentity,
                         Document document,
                         org.apache.solr.common.SolrInputDocument solrInputDocument)
        This function is called after the indexing process configures solrInputFields
      • postProcess

        void postProcess​(DocumentReference documentIdentity,
                         Document document,
                         org.apache.solr.client.solrj.request.ContentStreamUpdateRequest solrUpdateRequest)
        This function is called after the indexing process configures a ContentStreamUpdateRequest