Auto-generated code for main (#2025)

This commit is contained in:
Elastic Machine
2023-09-28 11:31:41 -05:00
committed by GitHub
parent 29960d84a8
commit 65580b0a2d
3 changed files with 4 additions and 2 deletions

View File

@ -2271,6 +2271,7 @@ export interface KnnQuery {
num_candidates: long
boost?: float
filter?: QueryDslQueryContainer | QueryDslQueryContainer[]
similarity?: float
}
export interface LatLonGeoLocation {

View File

@ -2344,6 +2344,7 @@ export interface KnnQuery {
num_candidates: long
boost?: float
filter?: QueryDslQueryContainer | QueryDslQueryContainer[]
similarity?: float
}
export interface LatLonGeoLocation {