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.
SpanQuery
1 parent 485e4b2 commit 7292a00Copy full SHA for 7292a00
specification/_types/query_dsl/span.ts
@@ -18,7 +18,7 @@
18
*/
19
20
import { SingleKeyDictionary } from '@spec_utils/Dictionary'
21
-import { Field } from '@_types/common'
+import { Field, FieldValue } from '@_types/common'
22
import { integer } from '@_types/Numeric'
23
import { QueryBase, QueryContainer } from './abstractions'
24
@@ -136,7 +136,8 @@ export class SpanOrQuery extends QueryBase {
136
* @ext_doc_id query-dsl-span-term-query
137
138
export class SpanTermQuery extends QueryBase {
139
- value: string
+ /** @aliases term */
140
+ value: FieldValue
141
}
142
143
/**
0 commit comments