Skip to content
Merged
Changes from all 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 specification/_global/rank_eval/RankEvalRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { RequestBase } from '@_types/Base'
import { ExpandWildcards, Indices } from '@_types/common'
import { ExpandWildcards, Indices, SearchType } from '@_types/common'
import { RankEvalMetric, RankEvalRequestItem } from './types'

/**
Expand Down Expand Up @@ -66,7 +66,7 @@ export interface Request extends RequestBase {
* @server_default false
*/
ignore_unavailable?: boolean
search_type?: string
search_type?: SearchType
}
body: {
/** A set of typical search requests, together with their provided ratings. */
Expand Down