Package org.dspace.authority.indexer
Interface AuthorityIndexingService
-
- All Known Implementing Classes:
AuthoritySolrServiceImpl
public interface AuthorityIndexingService- Author:
- Antoine Snyers (antoine at atmire.com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanIndex()voidcommit()voidindexContent(AuthorityValue value)booleanisConfiguredProperly()
-
-
-
Method Detail
-
indexContent
void indexContent(AuthorityValue value)
-
commit
void commit()
-
isConfiguredProperly
boolean isConfiguredProperly()
-
-