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