• Andy Wilkinson's avatar
    Enable the configuration of arbitrary Elasticsearch client properties · 0a38b9b3
    Andy Wilkinson authored
    Previously, only a handful of properties could be set when
    auto-configuring an Elasticsearch client. This commit introduces support
    for configuring arbitrary properties using the
    spring.data.elasticsearch.properties prefix. For example,
    client.transport.sniff can be configured using
    spring.data.elasticsearch.properties.client.transport.sniff.
    
    Closes gh-1838
    0a38b9b3
appendix-application-properties.adoc 34.2 KB