Interface SingleDocumentIndexingWork
-
- All Superinterfaces:
BulkableWork<Void>,ElasticsearchWork,IndexingWork<Void>
- All Known Implementing Classes:
AbstractSingleDocumentIndexingWork,DeleteWork,IndexWork
public interface SingleDocumentIndexingWork extends IndexingWork<Void>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetEntityIdentifier()StringgetEntityTypeName()-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.work.impl.BulkableWork
getBulkableActionBody, getBulkableActionMetadata, getRefreshStrategy, handleBulkResult
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.work.impl.IndexingWork
getQueuingKey
-
-