Query Object in Mapping?

I ran pushed a 1000 docs into ES 5.4 to allow the mapping to be automatically generated and see the object below in the mapping but it is not coming from my data. Any idea what this is and what it is used for? Any info would be appreciated. Thanks.

Kevin

"query" : {
"properties" : {
"match_all" : {
"type" : "object"
}
}
}

Disregard this one, I know what happened. I actually posted a query to the index directly vice the search end point and that is how the query ended up as part of my mapping.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.