Package org.opensearch.data.core
Interface OpenSearchOperations
- All Superinterfaces:
org.springframework.data.elasticsearch.core.DocumentOperations,org.springframework.data.elasticsearch.core.ElasticsearchOperations,org.springframework.data.elasticsearch.core.script.ScriptOperations,org.springframework.data.elasticsearch.core.SearchOperations
- All Known Implementing Classes:
OpenSearchRestTemplate,OpenSearchTemplate
public interface OpenSearchOperations
extends org.springframework.data.elasticsearch.core.ElasticsearchOperations
The extension over
ElasticsearchOperations with OpenSearch specific operations.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordDescribes the point in time entry -
Method Summary
Modifier and TypeMethodDescriptionReturn all active point in time searchesMethods inherited from interface org.springframework.data.elasticsearch.core.DocumentOperations
bulkIndex, bulkIndex, bulkIndex, bulkIndex, bulkUpdate, bulkUpdate, bulkUpdate, delete, delete, delete, delete, delete, delete, delete, delete, exists, exists, get, get, index, multiGet, multiGet, reindex, save, save, save, save, save, submitReindex, update, update, update, updateByQueryMethods inherited from interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
cluster, convertId, getElasticsearchConverter, getEntityRouting, getIndexCoordinatesFor, indexOps, indexOps, withRefreshPolicy, withRoutingMethods inherited from interface org.springframework.data.elasticsearch.core.script.ScriptOperations
deleteScript, getScript, putScriptMethods inherited from interface org.springframework.data.elasticsearch.core.SearchOperations
closePointInTime, count, count, count, idsQuery, matchAllQuery, multiSearch, multiSearch, multiSearch, multiSearch, multiSearch, openPointInTime, openPointInTime, queryBuilderWithIds, search, search, search, search, searchForStream, searchForStream, searchOne, searchOne
-
Method Details
-
listPointInTime
List<OpenSearchOperations.PitInfo> listPointInTime()Return all active point in time searches- Returns:
- all active point in time searches
-