Difference between multi percolate and bulk api

Hi someone else noticed there is a difference between the bulk api and the
multi percolate api. In the bulk you need to use _type and _index while in
the multi percolate API you use type and index. is there a reason for this?
Or just an inconsistency?

{"percolate" : {"index" : "twitter", "type" : "tweet"}}
{"doc" : {"message" : "some text"}}

{ "index" : { "_index" : "test", "_type" : "type1", "_id" : "1" } }
{ "field1" : "value1" }

Thanks, regards Jettro

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f4a75165-bd29-470c-bfb1-f4995f23ae5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.