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 adjust_pure_negative for bool queries #641

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
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: 3 additions & 1 deletion spec/schemas/insights._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ components:
NOTE: This is a debugging tool and adds significant overhead to search execution.
type: boolean
query:
$ref: '_common.query_dsl.yaml#/components/schemas/QueryContainer'
description: The query definition using the Query DSL.
type: object
script_fields:
description: Retrieve a script evaluation (based on different fields) for each hit.
type: object
Expand Down Expand Up @@ -205,6 +206,7 @@ components:
type: array
items:
type: string
additionalProperties: true
Measurement:
type: object
properties:
Expand Down
Loading