We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e07fb commit 5591b69Copy full SHA for 5591b69
1 file changed
src/Mapping/Analyzer/Custom/Lowercase.php
@@ -25,7 +25,7 @@ public function name(): string
25
26
public function getType(): string
27
{
28
- return 'lowercase';
+ return 'custom';
29
}
30
31
@@ -64,7 +64,7 @@ public function toArray(): array
64
65
return [
66
$this->name() => [
67
- 'type' => 'custom',
+ 'type' => $this->getType(),
68
'tokenizer' => $this->tokenizer(),
69
'filter' => $filterArray,
70
],
0 commit comments