Uses of Class
org.opencastproject.elasticsearch.impl.ElasticsearchDocument
-
Uses of ElasticsearchDocument in org.opencastproject.elasticsearch.impl
Methods in org.opencastproject.elasticsearch.impl with parameters of type ElasticsearchDocumentModifier and TypeMethodDescriptionprotected org.elasticsearch.action.index.IndexResponseAbstractElasticsearchIndex.update(int maxRetryAttempts, int retryWaitingPeriod, ElasticsearchDocument document) Posts the input document to the search index.Method parameters in org.opencastproject.elasticsearch.impl with type arguments of type ElasticsearchDocumentModifier and TypeMethodDescriptionprotected org.elasticsearch.action.bulk.BulkResponseAbstractElasticsearchIndex.bulkUpdate(int maxRetryAttempts, int retryWaitingPeriod, List<ElasticsearchDocument> documents) Posts the input documents to the search index.