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

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -