Search code examples
elasticsearchelasticsearch-7

XContentType is removed from elasticSearch ver 7.17.3?


upgraded elasticsearch to 7.17.3 and I encountered error Cannot resolve symbol 'XContentType'

Is 'XContentType' deprecated? What are its alternative?


Solution

  • 'XContentType. JSON' has been replaced by 'XContentFactory.jsonBuilder()'