Uses of Class
org.dspace.discovery.indexobject.IndexableCollection
-
Packages that use IndexableCollection Package Description org.dspace.discovery.indexobject -
-
Uses of IndexableCollection in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject that return types with arguments of type IndexableCollection Modifier and Type Method Description Iterator<IndexableCollection>CollectionIndexFactoryImpl. findAll(Context context)Optional<IndexableCollection>CollectionIndexFactoryImpl. findIndexableObject(Context context, String id)Methods in org.dspace.discovery.indexobject with parameters of type IndexableCollection Modifier and Type Method Description org.apache.solr.common.SolrInputDocumentCollectionIndexFactoryImpl. buildDocument(Context context, IndexableCollection indexableCollection)Build a solr document for a DSpace Collection.List<String>CollectionIndexFactoryImpl. getLocations(Context context, IndexableCollection indexableCollection)
-