Skip to content
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

Updating the K-NN Filters documentation due to recent enhancements in… #4987

Merged
merged 6 commits into from
Sep 22, 2023

Conversation

navneet1v
Copy link
Contributor

@navneet1v navneet1v commented Sep 7, 2023

Description

Updating the K-NN Filters documentation due to recent enhancements in Efficient Filters

Issues Resolved

Fixes #4962

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@hdhalter hdhalter added release-notes PR: Include this PR in the automated release notes 4 - Doc review PR: Doc review in progress labels Sep 7, 2023
Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much, @navneet1v! Some minor wording and variable name suggestions.

_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/settings.md Outdated Show resolved Hide resolved
_search-plugins/knn/settings.md Outdated Show resolved Hide resolved
@kolchfa-aws kolchfa-aws self-assigned this Sep 7, 2023
Signed-off-by: Navneet Verma <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>
Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for making the changes, @navneet1v! I'll arrange for an editorial review and then the PR will be ready to merge.

@kolchfa-aws kolchfa-aws added 5 - Editorial review PR: Editorial review in progress and removed 4 - Doc review PR: Doc review in progress labels Sep 8, 2023
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@navneet1v @kolchfa-aws Please see my comments and changes and let me know if you have any questions. Thanks!

_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/filter-search-knn.md Outdated Show resolved Hide resolved
_search-plugins/knn/settings.md Outdated Show resolved Hide resolved
_search-plugins/knn/settings.md Outdated Show resolved Hide resolved
_search-plugins/knn/settings.md Outdated Show resolved Hide resolved
_search-plugins/knn/settings.md Outdated Show resolved Hide resolved
navneet1v and others added 2 commits September 8, 2023 14:22
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>
@kolchfa-aws kolchfa-aws added 6 - Done but waiting to merge PR: The work is done and ready to merge 3 - Done Issue is done/complete labels Sep 11, 2023
@kolchfa-aws kolchfa-aws removed the 5 - Editorial review PR: Editorial review in progress label Sep 11, 2023
@hdhalter hdhalter removed the 3 - Done Issue is done/complete label Sep 13, 2023
@kolchfa-aws kolchfa-aws merged commit 3a23cc6 into opensearch-project:main Sep 22, 2023
harshavamsi pushed a commit to harshavamsi/documentation-website that referenced this pull request Oct 31, 2023
opensearch-project#4987)

* Updating the K-NN Filters documentation due to recent enhancements in Efficient Filters

Signed-off-by: Navneet Verma <[email protected]>

* Fixed the review comments.

Signed-off-by: Navneet Verma <[email protected]>

* Apply suggestions from code review

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>

* Update settings.md

Signed-off-by: Navneet Verma <[email protected]>

* Update _search-plugins/knn/settings.md

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Navneet Verma <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
vagimeli pushed a commit that referenced this pull request Dec 21, 2023
#4987)

* Updating the K-NN Filters documentation due to recent enhancements in Efficient Filters

Signed-off-by: Navneet Verma <[email protected]>

* Fixed the review comments.

Signed-off-by: Navneet Verma <[email protected]>

* Apply suggestions from code review

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>

* Update settings.md

Signed-off-by: Navneet Verma <[email protected]>

* Update _search-plugins/knn/settings.md

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Navneet Verma <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6 - Done but waiting to merge PR: The work is done and ready to merge release-notes PR: Include this PR in the automated release notes v2.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Updating the K-NN Filters documentation due to recent enhancements in Efficient Filters
4 participants