Interface ModelLoader<T>

All Known Implementing Classes:
DefaultModelLoader

public interface ModelLoader<T>
Provides transition from SOLR understandable indexedItems format to predefined model types.
  • Method Summary

    Modifier and Type
    Method
    Description
    loadCodes(Collection<org.apache.solr.common.SolrDocument> documents)
    Retrieves codes of items contained within the collection of SolrDocuments
    loadModels(Collection<org.apache.solr.common.SolrDocument> documents)
    Retrieves information on models that are contained within the collection of SolrDocuments