public interface IndexingService
| Modifier and Type | Method and Description |
|---|---|
void |
cleanIndex(boolean force) |
void |
commit() |
void |
createIndex(Context context) |
void |
indexContent(Context context,
DSpaceObject dso) |
void |
indexContent(Context context,
DSpaceObject dso,
boolean force) |
void |
indexContent(Context context,
DSpaceObject dso,
boolean force,
boolean commit) |
void |
optimize() |
void |
reIndexContent(Context context,
DSpaceObject dso) |
void |
unIndexContent(Context context,
DSpaceObject dso) |
void |
unIndexContent(Context context,
DSpaceObject dso,
boolean commit) |
void |
unIndexContent(Context context,
String handle) |
void |
unIndexContent(Context context,
String handle,
boolean commit) |
void |
updateIndex(Context context) |
void |
updateIndex(Context context,
boolean force) |
void indexContent(Context context, DSpaceObject dso) throws SQLException
SQLExceptionvoid indexContent(Context context, DSpaceObject dso, boolean force) throws SQLException
SQLExceptionvoid indexContent(Context context, DSpaceObject dso, boolean force, boolean commit) throws SQLException, SearchServiceException
SQLExceptionSearchServiceExceptionvoid unIndexContent(Context context, DSpaceObject dso) throws SQLException, IOException
SQLExceptionIOExceptionvoid unIndexContent(Context context, DSpaceObject dso, boolean commit) throws SQLException, IOException
SQLExceptionIOExceptionvoid unIndexContent(Context context, String handle) throws SQLException, IOException
SQLExceptionIOExceptionvoid unIndexContent(Context context, String handle, boolean commit) throws SQLException, IOException
SQLExceptionIOExceptionvoid reIndexContent(Context context, DSpaceObject dso) throws SQLException, IOException
SQLExceptionIOExceptionvoid createIndex(Context context) throws SQLException, IOException
SQLExceptionIOExceptionvoid updateIndex(Context context)
void updateIndex(Context context, boolean force)
void cleanIndex(boolean force)
throws IOException,
SQLException,
SearchServiceException
void commit()
throws SearchServiceException
SearchServiceExceptionvoid optimize()
throws SearchServiceException
SearchServiceExceptionCopyright © 2014 DuraSpace. All Rights Reserved.