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

Add documentation for ml inference search request processor/ search response processor #7852

Merged
merged 16 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _query-dsl/geo-and-xy/xy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To search for documents that contain [xy point]({{site.url}}{{site.baseurl}}/ope

## Spatial relations

When you provide an xy shape to the xy query, the xy fields are matched using the following spatial relations to the provided shape.
When you provide an xy shape to the xy query, the xy fields in the documents are matched using the following spatial relations to the provided shape.

Relation | Description | Supporting xy field type
:--- | :--- | :---
Expand All @@ -33,7 +33,7 @@ You can define the shape in an xy query either by providing a new shape definiti

To provide a new shape to an xy query, define it in the `xy_shape` field.

The following example illustrates searching for documents with xy shapes that match an xy shape defined at query time.
The following example illustrates searching for documents containing xy shapes that match an xy shape defined at query time.
kolchfa-aws marked this conversation as resolved.
Show resolved Hide resolved

First, create an index and map the `geometry` field as an `xy_shape`:

Expand Down
2 changes: 1 addition & 1 deletion _search-plugins/search-pipelines/collapse-processor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Collapse
nav_order: 7
nav_order: 10
has_children: false
parent: Search processors
grand_parent: Search pipelines
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Filter query
nav_order: 10
nav_order: 20
has_children: false
parent: Search processors
grand_parent: Search pipelines
Expand Down
Loading