Auto-generated code for main (#2025)
This commit is contained in:
@ -2271,6 +2271,7 @@ export interface KnnQuery {
|
||||
num_candidates: long
|
||||
boost?: float
|
||||
filter?: QueryDslQueryContainer | QueryDslQueryContainer[]
|
||||
similarity?: float
|
||||
}
|
||||
|
||||
export interface LatLonGeoLocation {
|
||||
|
||||
@ -2344,6 +2344,7 @@ export interface KnnQuery {
|
||||
num_candidates: long
|
||||
boost?: float
|
||||
filter?: QueryDslQueryContainer | QueryDslQueryContainer[]
|
||||
similarity?: float
|
||||
}
|
||||
|
||||
export interface LatLonGeoLocation {
|
||||
|
||||
Reference in New Issue
Block a user