We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c38a commit b6617e2Copy full SHA for b6617e2
specification/_global/rank_eval/RankEvalRequest.ts
@@ -18,7 +18,7 @@
18
*/
19
20
import { RequestBase } from '@_types/Base'
21
-import { ExpandWildcards, Indices } from '@_types/common'
+import { ExpandWildcards, Indices, SearchType } from '@_types/common'
22
import { RankEvalMetric, RankEvalRequestItem } from './types'
23
24
/**
@@ -66,7 +66,7 @@ export interface Request extends RequestBase {
66
* @server_default false
67
68
ignore_unavailable?: boolean
69
- search_type?: string
+ search_type?: SearchType
70
}
71
body: {
72
/** A set of typical search requests, together with their provided ratings. */
0 commit comments