Class DSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject>

java.lang.Object
org.dspace.discovery.indexobject.IndexFactoryImpl<T,S>
org.dspace.discovery.indexobject.DSpaceObjectIndexFactoryImpl<T,S>
All Implemented Interfaces:
DSpaceObjectIndexFactory<T,S>, IndexFactory<T,S>
Direct Known Subclasses:
CollectionIndexFactoryImpl, CommunityIndexFactoryImpl, ItemIndexFactoryImpl

public abstract class DSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject> extends IndexFactoryImpl<T,S> implements DSpaceObjectIndexFactory<T,S>
Factory implementation for indexing/retrieving DSpaceObjects in the search core
Author:
Kevin Van de Velde (kevin at atmire dot com)
  • Constructor Details

    • DSpaceObjectIndexFactoryImpl

      public DSpaceObjectIndexFactoryImpl()
  • Method Details