We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{dynamic_type}
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported on stackoverflow: https://stackoverflow.com/questions/44933356/create-a-dynamic-type-mapping-in-elasticsearch-with-nest
The user is not able to generate the following using our .Generic construct that can map dynamic mappings like these.
.Generic
"mapping": { "type": "{dynamic_type}", "index": "not_analyzed", "doc_values": true }
The text was updated successfully, but these errors were encountered:
Thanks for creating a Github issue to track this.
Sorry, something went wrong.
fix #2817 allow {dynamic_type} to be set when doing a generic mapping…
50177e7
…, cleaned up the obsolete constructors for PropertyBase(Descriptor) in the process as well'
4b26d12
83e2dba
No branches or pull requests
Reported on stackoverflow: https://stackoverflow.com/questions/44933356/create-a-dynamic-type-mapping-in-elasticsearch-with-nest
The user is not able to generate the following using our
.Generic
construct that can map dynamic mappings like these.The text was updated successfully, but these errors were encountered: