Uses of Interface
org.dspace.discovery.indexobject.factory.DSpaceObjectIndexFactory
-
Packages that use DSpaceObjectIndexFactory Package Description org.dspace.discovery.indexobject org.dspace.discovery.indexobject.factory -
-
Uses of DSpaceObjectIndexFactory in org.dspace.discovery.indexobject
Classes in org.dspace.discovery.indexobject that implement DSpaceObjectIndexFactory Modifier and Type Class Description classCollectionIndexFactoryImplFactory implementation for indexing/retrieving collections in the search coreclassCommunityIndexFactoryImplFactory implementation for indexing/retrieving communities in the search coreclassDSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject>Factory implementation for indexing/retrieving DSpaceObjects in the search coreclassItemIndexFactoryImplFactory implementation for indexing/retrieving items in the search core -
Uses of DSpaceObjectIndexFactory in org.dspace.discovery.indexobject.factory
Subinterfaces of DSpaceObjectIndexFactory in org.dspace.discovery.indexobject.factory Modifier and Type Interface Description interfaceCollectionIndexFactoryFactory interface for indexing/retrieving collections in the search coreinterfaceCommunityIndexFactoryFactory interface for indexing/retrieving communities in the search coreinterfaceItemIndexFactoryFactory interface for indexing/retrieving items in the search core
-