Skip to content

Commit

Permalink
Adding inner hits docs (#7677)
Browse files Browse the repository at this point in the history
* Adding documentation for inner_hits #7507

Signed-off-by: AntonEliatra <[email protected]>

* Adding documentation for inner_hits #7507

Signed-off-by: AntonEliatra <[email protected]>

* fixing typos in inner_hits

Signed-off-by: AntonEliatra <[email protected]>

* adding documenation for inner hits

Signed-off-by: AntonEliatra <[email protected]>

* adding documenation for inner hits

Signed-off-by: AntonEliatra <[email protected]>

* updating examples as per PR comments

Signed-off-by: AntonEliatra <[email protected]>

* updating as per review comments

Signed-off-by: Anton Rubin <[email protected]>

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* updating as per PR comments

Signed-off-by: Anton Rubin <[email protected]>

* Apply suggestions from code review

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

* updating as per PR comments

Signed-off-by: Anton Rubin <[email protected]>

* Apply suggestions from code review

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

---------

Signed-off-by: AntonEliatra <[email protected]>
Signed-off-by: Anton Rubin <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
  • Loading branch information
3 people committed Aug 26, 2024
1 parent c7330d8 commit 3365b95
Show file tree
Hide file tree
Showing 2 changed files with 810 additions and 0 deletions.
1 change: 1 addition & 0 deletions _search-plugins/searching-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Feature | Description
[Paginate results]({{site.url}}{{site.baseurl}}/opensearch/search/paginate/) | Rather than a single, long list, separate search results into pages.
[Sort results]({{site.url}}{{site.baseurl}}/opensearch/search/sort/) | Allow sorting of results by different criteria.
[Highlight query matches]({{site.url}}{{site.baseurl}}/opensearch/search/highlight/) | Highlight the search term in the results.
[Retrieve inner hits]({{site.url}}{{site.baseurl}}/search-plugins/searching-data/inner-hits/) | Retrieve underlying hits in nested and parent-join objects.
[Retrieve specific fields]({{site.url}}{{site.baseurl}}search-plugins/searching-data/retrieve-specific-fields/) | Retrieve only the specific fields
Loading

0 comments on commit 3365b95

Please sign in to comment.