public interface IndexingService
| Modifier and Type | Method and Description |
|---|---|
void |
buildSpellCheck() |
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,
java.lang.String handle) |
void |
unIndexContent(Context context,
java.lang.String handle,
boolean commit) |
void |
updateIndex(Context context) |
void |
updateIndex(Context context,
boolean force) |
void indexContent(Context context, DSpaceObject dso) throws java.sql.SQLException
java.sql.SQLExceptionvoid indexContent(Context context, DSpaceObject dso, boolean force) throws java.sql.SQLException
java.sql.SQLExceptionvoid indexContent(Context context, DSpaceObject dso, boolean force, boolean commit) throws java.sql.SQLException, SearchServiceException
java.sql.SQLExceptionSearchServiceExceptionvoid unIndexContent(Context context, DSpaceObject dso) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionvoid unIndexContent(Context context, DSpaceObject dso, boolean commit) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionvoid unIndexContent(Context context, java.lang.String handle) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionvoid unIndexContent(Context context, java.lang.String handle, boolean commit) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionvoid reIndexContent(Context context, DSpaceObject dso) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionvoid createIndex(Context context) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionvoid updateIndex(Context context)
void updateIndex(Context context, boolean force)
void cleanIndex(boolean force)
throws java.io.IOException,
java.sql.SQLException,
SearchServiceException
java.io.IOExceptionjava.sql.SQLExceptionSearchServiceExceptionvoid commit()
throws SearchServiceException
SearchServiceExceptionvoid optimize()
throws SearchServiceException
SearchServiceExceptionvoid buildSpellCheck()
throws SearchServiceException
SearchServiceExceptionCopyright © 2018 DuraSpace. All Rights Reserved.