Uses of Interface
org.dspace.discovery.indexobject.factory.IndexFactory
Packages that use IndexFactory
Package
Description
-
Uses of IndexFactory in org.dspace.discovery
Methods in org.dspace.discovery with parameters of type IndexFactoryModifier and TypeMethodDescriptionprotected voidSolrServiceImpl.update(Context context, IndexFactory indexableObjectService, IndexableObject indexableObject) protected voidSolrServiceImpl.update(Context context, IndexFactory indexableObjectService, IndexableObject indexableObject, boolean preDB) Update the given indexable object using a given service -
Uses of IndexFactory in org.dspace.discovery.indexobject
Classes in org.dspace.discovery.indexobject that implement IndexFactoryModifier and TypeClassDescriptionclassFactory implementation for indexing/retrieving claimed tasks in the search coreclassFactory implementation for indexing/retrieving collections in the search coreclassFactory implementation for indexing/retrieving communities in the search coreclassDSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject> Factory implementation for indexing/retrieving DSpaceObjects in the search coreclassIndexFactoryImpl<T extends IndexableObject,S> Basis factory interface implementation for indexing/retrieving any IndexableObject in the search coreclassInprogressSubmissionIndexFactoryImpl<T extends IndexableInProgressSubmission,S extends InProgressSubmission> Factory implementation for indexing/retrieving InProgressSubmissions in the search coreclassFactory implementation for indexing/retrieving items in the search coreclassFactory implementation implementation for theIndexableLDNNotificationclassFactory implementation for indexing/retrievingMetadataFielditems in the search coreclassFactory implementation for indexing/retrieving pooled tasks in the search coreclassFactory implementation for indexing/retrieving workflow items in the search coreclassFactory implementation for indexing/retrieving workspace items in the search core -
Uses of IndexFactory in org.dspace.discovery.indexobject.factory
Subinterfaces of IndexFactory in org.dspace.discovery.indexobject.factoryModifier and TypeInterfaceDescriptioninterfaceFactory interface for indexing/retrieving claimed tasks in the search coreinterfaceFactory interface for indexing/retrieving collections in the search coreinterfaceFactory interface for indexing/retrieving communities in the search coreinterfaceDSpaceObjectIndexFactory<T extends IndexableDSpaceObject,S extends DSpaceObject> Factory interface for indexing/retrieving DSpaceObjects in the search coreinterfaceInprogressSubmissionIndexFactory<T extends IndexableInProgressSubmission,S extends InProgressSubmission> Factory interface for indexing/retrieving InProgresssSubmission objects in the search coreinterfaceFactory interface for indexing/retrieving items in the search coreinterfaceFactory interface for indexing/retrievingMetadataFielditems in the search coreinterfaceFactory interface for indexing/retrieving Pooltask objects in the search coreinterfaceFactory interface for indexing/retrieving workflow items objects in the search coreinterfaceFactory interface for indexing/retrieving workspace item objects in the search coreMethods in org.dspace.discovery.indexobject.factory that return IndexFactoryModifier and TypeMethodDescriptionIndexObjectFactoryFactory.getIndexableObjectFactory(String indexableObjectUniqueString) Retrieve the IndexFactory implementation for the given indexable object unique identifierIndexObjectFactoryFactory.getIndexableObjectFactory(IndexableObject indexableObject) Retrieve the IndexFactory implementation for the given indexable objectIndexObjectFactoryFactory.getIndexFactoryByType(String indexableFactoryType) Retrieve the IndexFactory implementation for the given indexable object typeMethods in org.dspace.discovery.indexobject.factory that return types with arguments of type IndexFactoryModifier and TypeMethodDescriptionabstract List<IndexFactory>IndexObjectFactoryFactory.getIndexFactories()Return the list of all the available implementations of the IndexableObjectService interfaceIndexObjectFactoryFactoryImpl.getIndexFactories() -
Uses of IndexFactory in org.dspace.discovery.utils
Method parameters in org.dspace.discovery.utils with type arguments of type IndexFactoryModifier and TypeMethodDescriptionvoidDiscoverQueryBuilder.setIndexableFactories(List<IndexFactory> indexableFactories)