You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the difference between match all and the geo shape query, even though the points are the same. If you remove the _id field from the document, everything works, so maybe the IdFieldMapper throws an Exception (rightfully, as an id cannot be an object) and then the rest of the document is not indexed.
If you replace the _id object with a string, you get an exception, that the id values dont match as one ID is autogenerated. Not sure, if this is the desired behaviour.
The text was updated successfully, but these errors were encountered:
Hey,
had to describe the issue in one line, here is the possibiltiy to reproduce
You can see the difference between match all and the geo shape query, even though the points are the same. If you remove the
_id
field from the document, everything works, so maybe the IdFieldMapper throws an Exception (rightfully, as an id cannot be an object) and then the rest of the document is not indexed.If you replace the
_id
object with a string, you get an exception, that the id values dont match as one ID is autogenerated. Not sure, if this is the desired behaviour.The text was updated successfully, but these errors were encountered: