-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Outdated Attribute Mapping Doc Page #3138
New issue
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
Comments
@bbeda The documentation is generated from tests within the 6.x branch, so is up to date with 6.x source. With that said, this particular documentation page executes unit tests only.
You're correct, two document types within one index is not supported. Will update this now. |
I've opened #3139 to address point 2 |
@russcam - I didn't investigate the 1st point. However, when I wanted to confirm that the usage of the two attributes by just copying the code snippet, when I ran it, it threw an exception for the Store property in the attribute, this is why I mentioned it. |
No worries @bbeda, which version of NEST are you using? |
I am using Nest 6.0.2 with Elasticsearch 6.2.2. I just ran it again, this is the error: |
Ah gotcha! I've misunderstood the original issue, my apologies. I'll look to address; this might be tricky because of the inheritance structure and not breaking binary compatibility. At the very least, I can remove it from the documentation |
No problem @russcam . Yes, agreed |
* Remove multiple types per index from documentation Closes #3138 * Remove usage of store on [Object] in docs Add additional XML comments for property mappings
I've updated the docs for 6.x and these should be going live on the website documentation shortly. I've also opened #3145 to revisit the available options for each mapping datatype for 7.x |
This page' example is outdated.
https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/attribute-mapping.html
The text was updated successfully, but these errors were encountered: