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.
2 parents b07f718 + ea2066b commit 02fc1aeCopy full SHA for 02fc1ae
Classes/Annotations/Mapping.php
@@ -74,6 +74,14 @@ final class Mapping
74
*/
75
public $analyzer;
76
77
+ /**
78
+ * The normalizer used to normalizer the content of keyword type fields during indexing.
79
+ *
80
+ * @var string
81
+ * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/normalizer.html
82
+ */
83
+ public $normalizer;
84
+
85
/**
86
* The analyzer used to analyze the text contents only when searching using a query string.
87
*
0 commit comments