Skip to content

Commit ea2066b

Browse files
committed
TASK: add normalizer mapping property
1 parent f1f3874 commit ea2066b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Classes/Annotations/Mapping.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ final class Mapping
7474
*/
7575
public $analyzer;
7676

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+
7785
/**
7886
* The analyzer used to analyze the text contents only when searching using a query string.
7987
*

0 commit comments

Comments
 (0)