Interface SolrIndexOperationDao
- All Superinterfaces:
GenericDao<SolrIndexOperationModel>
- All Known Implementing Classes:
DefaultSolrIndexOperationDao
The
SolrIndexOperationModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionfindIndexOperationById(long id) Finds the index operation by id.Finds the last successfully finished FULL or UPDATE index operation for a given index.
-
Method Details
-
findIndexOperationById
Finds the index operation by id.- Parameters:
id- - the index operation id- Returns:
- the index operation
-
findLastSuccesfulIndexOperation
Finds the last successfully finished FULL or UPDATE index operation for a given index.- Parameters:
index- - the index- Returns:
- Optional
SolrIndexOperationModel
-