Skip to content

Commit 3c781a6

Browse files
committed
PinnedDoc._index is optional
1 parent 7292a00 commit 3c781a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/query_dsl/specialized.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export class PinnedDoc {
274274
/**
275275
* The index that contains the document.
276276
*/
277-
_index: IndexName
277+
_index?: IndexName
278278
}
279279

280280
export class RankFeatureFunction {}

0 commit comments

Comments
 (0)