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
OpenSearch index creation requires a JSON mapping data to define the meta associated with an indexed document. This is required so that OpenSearch knows how to index an attribute within a document
Requirements
Instead of statically maintaining a JSON mapping file, we can using reflection and custom annotations to generate an OpenSearch mapping from a Protobuf generated Go struct.
The text was updated successfully, but these errors were encountered:
Problem
OpenSearch index creation requires a JSON mapping data to define the meta associated with an indexed document. This is required so that OpenSearch knows how to index an attribute within a document
Requirements
Instead of statically maintaining a JSON mapping file, we can using reflection and custom annotations to generate an OpenSearch mapping from a Protobuf generated Go struct.
The text was updated successfully, but these errors were encountered: