Skip to content

Commit 1d379fc

Browse files
committed
Apply proposed ignored_field_values change
1 parent e36ca3f commit 1d379fc

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

output/schema/schema.json

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/search/_types/hits.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2323
import {
2424
Field,
2525
Fields,
26-
FieldValue,
2726
Id,
2827
IndexName,
2928
Name,
@@ -53,7 +52,7 @@ export class Hit<TDocument> {
5352
matched_queries?: string[] | Dictionary<string, double>
5453
_nested?: NestedIdentity
5554
_ignored?: string[]
56-
ignored_field_values?: Dictionary<string, FieldValue[]>
55+
ignored_field_values?: Dictionary<string, UserDefinedValue[]>
5756
_shard?: string
5857
_node?: string
5958
_routing?: string

0 commit comments

Comments
 (0)