Class Elasticsearch67WorkFactory

  • All Implemented Interfaces:
    ElasticsearchWorkFactory
    Direct Known Subclasses:
    Elasticsearch63WorkFactory

    public class Elasticsearch67WorkFactory
    extends Elasticsearch7WorkFactory
    A work builder factory for ES6.7 and later 6.x.

    Compared to ES7:

    • Mappings are assigned a "type name"; we use the hardcoded "doc" type name
    • Some URLs require to include this type name instead of the "_doc" keyword used in ES7.
    • We set an "include_type_name=true" parameter in index creation and mapping APIs