Elasticsearch - fulltextsearch:index - Error

Hallo Nach dem Start von elasticsearch erhalte ich nachfolgende Meldung.
Hat jemand eine Idee, woran es liegen kann ?

Danke

Torsten.E

`
sudo -u www-data php /var/www/html/nextcloud/occ fulltextsearch:index

In Connection.php line 615:

{“error”:{“root_cause”:[{“type”:“mapper_parsing_exception”,“reason”:“Root m
apping definition has unsupported parameters: [standard : {dynamic=true, p
roperties={owner={type=keyword}, groups={type=keyword}, circles={type=keywo
rd}, metatags={type=keyword}, source={type=keyword}, title={copy_to=combine
d, analyzer=keyword, term_vector=yes, type=text}, content={copy_to=combined
, analyzer=analyzer, term_vector=yes, type=text}, users={type=keyword}, tag
s={type=keyword}, provider={type=keyword}, subtags={type=keyword}, links={t
ype=keyword}, combined={analyzer=analyzer, term_vector=yes, type=text}, has
h={type=keyword}}}]”}],“type”:“mapper_parsing_exception”,“reason”:“Failed t
o parse mapping [_doc]: Root mapping definition has unsupported parameters:
[standard : {dynamic=true, properties={owner={type=keyword}, groups={type
=keyword}, circles={type=keyword}, metatags={type=keyword}, source={type=ke
yword}, title={copy_to=combined, analyzer=keyword, term_vector=yes, type=te
xt}, content={copy_to=combined, analyzer=analyzer, term_vector=yes, type=te
xt}, users={type=keyword}, tags={type=keyword}, provider={type=keyword}, su
btags={type=keyword}, links={type=keyword}, combined={analyzer=analyzer, te
rm_vector=yes, type=text}, hash={type=keyword}}}]”,“caused_by”:{“type”:“map
per_parsing_exception”,“reason”:“Root mapping definition has unsupported pa
rameters: [standard : {dynamic=true, properties={owner={type=keyword}, gro
ups={type=keyword}, circles={type=keyword}, metatags={type=keyword}, source
={type=keyword}, title={copy_to=combined, analyzer=keyword, term_vector=yes
, type=text}, content={copy_to=combined, analyzer=analyzer, term_vector=yes
, type=text}, users={type=keyword}, tags={type=keyword}, provider={type=key
word}, subtags={type=keyword}, links={type=keyword}, combined={analyzer=ana
lyzer, term_vector=yes, type=text}, hash={type=keyword}}}]”}},“status”:400}

fulltextsearch:index [–output [OUTPUT]] [-r|–no-readline] [–] []
`

Ich habe den gleichen Fehler bei meiner Neuinstallation. Eine Suche ergab, dass der Fehler wohl von der Version 7.0 von elasticsearch stammt, bei der zahlreiche Funktionen geändert wurden. Mit der Version 6.6, die in der Doku (Wiki) erwähnt ist, sollte alles funktionieren. Ich kam aber noch nicht zum Testen.

Ist denn geplant die elasticsearch-App mit der neuen Version kompatibel zu machen?