public interface IndexingService
| Modifier and Type | Method and Description |
|---|---|
void |
buildSpellCheck() |
void |
cleanIndex(boolean force) |
void |
cleanIndex(boolean force,
int type) |
void |
commit() |
void |
createIndex(Context context) |
void |
indexContent(Context context,
IndexableObject dso) |
void |
indexContent(Context context,
IndexableObject dso,
boolean force) |
void |
indexContent(Context context,
IndexableObject dso,
boolean force,
boolean commit) |
void |
optimize() |
void |
reIndexContent(Context context,
IndexableObject dso) |
void |
unIndexContent(Context context,
IndexableObject dso) |
void |
unIndexContent(Context context,
IndexableObject dso,
boolean commit) |
void |
unIndexContent(Context context,
String uniqueSearchID) |
void |
unIndexContent(Context context,
String uniqueSearchID,
boolean commit) |
void |
updateIndex(Context context) |
void |
updateIndex(Context context,
boolean force) |
void |
updateIndex(Context context,
boolean force,
int type) |
void indexContent(Context context, IndexableObject dso) throws SQLException
SQLExceptionvoid indexContent(Context context, IndexableObject dso, boolean force) throws SQLException
SQLExceptionvoid indexContent(Context context, IndexableObject dso, boolean force, boolean commit) throws SQLException, SearchServiceException
SQLExceptionSearchServiceExceptionvoid unIndexContent(Context context, IndexableObject dso) throws SQLException, IOException
SQLExceptionIOExceptionvoid unIndexContent(Context context, IndexableObject dso, boolean commit) throws SQLException, IOException
SQLExceptionIOExceptionvoid unIndexContent(Context context, String uniqueSearchID) throws IOException
IOExceptionvoid unIndexContent(Context context, String uniqueSearchID, boolean commit) throws IOException
IOExceptionvoid reIndexContent(Context context, IndexableObject dso) throws SQLException, IOException
SQLExceptionIOExceptionvoid createIndex(Context context) throws SQLException, IOException
SQLExceptionIOExceptionvoid updateIndex(Context context)
void updateIndex(Context context, boolean force)
void updateIndex(Context context, boolean force, int type)
void cleanIndex(boolean force)
throws IOException,
SQLException,
SearchServiceException
void cleanIndex(boolean force,
int type)
throws IOException,
SQLException,
SearchServiceException
void commit()
throws SearchServiceException
SearchServiceExceptionvoid optimize()
throws SearchServiceException
SearchServiceExceptionvoid buildSpellCheck()
throws SearchServiceException,
IOException
SearchServiceExceptionIOExceptionCopyright © 2019 DuraSpace. All rights reserved.