You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI output of the commands is misleading, as it shows the diff like:
Remapping and recreating index docsearch
[debug] Elastica Request
[debug] Get mapping configuration for docsearch
[info] Diff:
--- On Server
+++ In Configuration
- [page_title.analyzer] => english
+ [page_title.analyzer] => typo3_analyzer
- [snippet_content.analyzer] => english
+ [snippet_content.analyzer] => typo3_analyzer
- [snippet_title.analyzer] => english
+ [snippet_title.analyzer] => typo3_analyzer
[info] Remapping docsearch in language english
[debug] Elastica Request
[debug] Elastica Request
[debug] Deleting index docsearch
[debug] Elastica Request
[debug] Elastica Request
[debug] Creating index docsearch
in Elasticorn.yaml
I have
languages:
- english
The text was updated successfully, but these errors were encountered:
tmotyl
added a commit
to TYPO3-Documentation/t3docs-search-indexer
that referenced
this issue
Feb 2, 2022
… chars
Add custom filter and analyzer
Add missing fields to mapping
Remove language configuration as it was conflicting with
custom analyzer config see
TYPO3GmbH/elasticorn#21
tmotyl
added a commit
to TYPO3-Documentation/t3docs-search-indexer
that referenced
this issue
Feb 2, 2022
… chars
Add custom filter and analyzer
Add missing fields to mapping
Remove language configuration as it was conflicting with
custom analyzer config see
TYPO3GmbH/elasticorn#21
Allow searching by extension key (also by fragment
- analyze the extension key)
… chars (#32)
Add custom filter and analyzer
Add missing fields to mapping
Remove language configuration as it was conflicting with
custom analyzer config see
TYPO3GmbH/elasticorn#21
Allow searching by extension key (also by fragment
- analyze the extension key)
You can't specify custom analyzer when you also define language in yaml config.
this config
Will be replaced by config parser with;
If you have language defined
see:
elasticorn/Classes/Utility/ConfigurationParser.php
Line 117 in 9ecc30d
The CLI output of the commands is misleading, as it shows the diff like:
in Elasticorn.yaml
I have
The text was updated successfully, but these errors were encountered: