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
So currently the @id property is automatically mapped to _id in ElasticSearch. The issue there is that _id is always treated as a string type and can't be used in order by clauses etc.
What we want is a nice simple way to define that the @id property should additionally be made an explicit field in the index (and if it is numeric it should be indexed as numeric etc).
The text was updated successfully, but these errors were encountered:
So currently the @id property is automatically mapped to _id in ElasticSearch. The issue there is that _id is always treated as a string type and can't be used in order by clauses etc.
What we want is a nice simple way to define that the @id property should additionally be made an explicit field in the index (and if it is numeric it should be indexed as numeric etc).
The text was updated successfully, but these errors were encountered: