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 fc955ea commit 3f559d8Copy full SHA for 3f559d8
specification/_types/mapping/specialized.ts
@@ -23,7 +23,7 @@ import { double, integer } from '@_types/Numeric'
23
import { DocValuesPropertyBase, IndexOptions, OnScriptError } from './core'
24
import { PropertyBase } from './Property'
25
import { Script } from '@_types/Scripting'
26
-import {
+import {
27
IcuCollationAlternate,
28
IcuCollationCaseFirst,
29
IcuCollationDecomposition,
@@ -105,7 +105,6 @@ export class IcuCollationProperty extends DocValuesPropertyBase {
105
* Whether the field value should be stored and retrievable separately from the `_source` field.
106
*/
107
store?: boolean
108
-
109
rules?: string
110
language?: string
111
country?: string
0 commit comments