Cargo Features

OpenSearchClient has no features set by default.

[dependencies]
opensearch-client = { version = "0.1.0", features = ["full", "quickwit", "search", "cluster", "indices", "ingest", "mtermvectors", "ml", "tasks", "tools"] }
full = cat, cluster, indices, ingest, ml, mtermvectors, nodes, remote, search, security, snapshot, tasks, tools
quickwit

Enables opensearch-dsl

cat cluster full?
indices full? tools? = search

Affects opensearch-client::indices

ingest full? tools?
nodes mtermvectors full?
ml full? tools?
remote security snapshot tasks full?
tools full? = indices, ingest, ml

custom features

Enables walkdir