I am trying to load enwiki-20191007-cirrussearch-content.json.gz
into elasticsearch 7.4.0
. But I find the plugin org.wikimedia.search:extra
does not have a version supporting 7.4.0
.
I am getting this error for Kibana:
Unable to create template
[illegal_argument_exception] Custom Analyzer [plain] failed to find filter under name [preserve_original_recorder]
Custom Analyzer [plain] failed to find filter under name [preserve_original_recorder]
There are several stackoverflow questions about loading wikipedia to elasticsearch, but they may be older than v7.4.0.
Is there any plan supporting this plugin for 7.4.0?
PS: I tried to compile from source, but the API changed, I cannot compile with just changing pom.xml
.