-
Notifications
You must be signed in to change notification settings - Fork 1.2k
adding support for enable_position_increments property on ITokenCountProperty #5188
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
adding support for enable_position_increments property on ITokenCountProperty #5188
Conversation
…Property and ITokenCountPropertyDescriptor
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small change, otherwise LGTM
src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs
Outdated
Show resolved
Hide resolved
…ute.cs Co-authored-by: Russ Cam <russ.cam@forloop.co.uk>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes LGTM. Will leave it to @stevejgordon and @Mpdreamz to merge 👍
Have opened a PR against the 7.x branch as well. Since I'm using the latest 7.10.1 NEST nuget package. I'm assuming that's the correct branch for the PR merge? #5189 |
No need to open another PR for 7.x, we'll handle the backport to the relevant branches 🙂 |
…perty (#5188) (#5197) * adding support for enable_position_increments property on ITokenCountProperty and ITokenCountPropertyDescriptor * Update src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs Co-authored-by: Russ Cam <russ.cam@forloop.co.uk> (cherry picked from commit 70f9b5d) Co-authored-by: Reji Dasan <rdasan@users.noreply.github.com>
…perty (#5188) (#5196) * adding support for enable_position_increments property on ITokenCountProperty and ITokenCountPropertyDescriptor * Update src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs Co-authored-by: Russ Cam <russ.cam@forloop.co.uk> (cherry picked from commit 70f9b5d) Co-authored-by: Reji Dasan <rdasan@users.noreply.github.com>
This PR adds the provisioning of enable_position_increments on
ITokenCountProperty
andITokenCountPropertyDescriptor
The problem this PR is solving is described in detail in this Issue: #5186