Class ElasticSearchDocumentMapper


  • public class ElasticSearchDocumentMapper
    extends java.lang.Object
    • Constructor Detail

      • ElasticSearchDocumentMapper

        public ElasticSearchDocumentMapper​(JobMapper jobMapper)
    • Method Detail

      • toXContentBuilderForInsert

        public org.elasticsearch.common.xcontent.XContentBuilder toXContentBuilderForInsert​(BackgroundJobServerStatus serverStatus)
      • toXContentBuilderForUpdate

        public org.elasticsearch.common.xcontent.XContentBuilder toXContentBuilderForUpdate​(BackgroundJobServerStatus serverStatus)
      • toXContentBuilder

        public org.elasticsearch.common.xcontent.XContentBuilder toXContentBuilder​(Job job)
      • toXContentBuilder

        public org.elasticsearch.common.xcontent.XContentBuilder toXContentBuilder​(RecurringJob job)
      • toBackgroundJobServerStatus

        public BackgroundJobServerStatus toBackgroundJobServerStatus​(org.elasticsearch.search.SearchHit searchHit)
      • toJob

        public Job toJob​(org.elasticsearch.action.get.GetResponse response)
      • toJob

        public Job toJob​(org.elasticsearch.search.SearchHit hit)
      • toRecurringJob

        public RecurringJob toRecurringJob​(org.elasticsearch.search.SearchHit hit)