public interface ModelLoader<T>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
loadCodes(Collection<SolrDocument> documents)
Retrieves codes of items contained within the collection of
SolrDocuments |
List<T> |
loadModels(Collection<SolrDocument> documents)
Retrieves information on models that are contained within the collection of
SolrDocuments |
List<T> loadModels(Collection<SolrDocument> documents) throws ModelLoadingException
SolrDocumentsModelLoadingExceptionList<String> loadCodes(Collection<SolrDocument> documents) throws ModelLoadingException
SolrDocumentsdocuments - ModelLoadingExceptionCopyright © 2017 SAP SE. All Rights Reserved.