Broadcast get to all shards in Elasticsearch -
i'm using routing when indexing documents. in cases handy perform without routing parameter , have broadcast search. not find documentation on how except
note, issuing without correct routing, cause document not fetched.
for comparison, search api specifies:
when executing search, broadcast index/indices shards (round robin between replicas). shards searched on can controlled providing routing parameter
is supported or there way achieve that?
Comments
Post a Comment