-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added TermVector support #610
Conversation
@gmarz you managed to get the code generation and such to work! 👍 👍 👍 |
Im really really glad to hear that it wasn't too cumbersome, looking forward to #507. |
Conflicts: src/Nest/IElasticClient.cs src/Nest/Nest.csproj
Hey @gmarz, leaving this open until one of us gets around to adding tests :) Can't thank you enough for adding support for both of these ! 👍 |
@Mpdreamz Added a few base integration tests- should be a good start. Note that I had to add a term vector mapping in the integration setup. I felt the Content field of the ElasticsearchProject type was appropriate. |
Thanks @gmarz :) |
…ndexTypePath instead of DocumentTypePath, 'docs' body support seems to be missing
See issue #519