-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Getting error:
[2017-12-08T15:05:31,879][DEBUG][o.e.a.a.i.m.p.TransportPutMappingAction] [JXcGHXq] failed to put mappings on indices [[[brzxb2zb_1/oXaMGoKERyCOpulhJGTC6g]]], type [products]
java.lang.IllegalArgumentException: Limit of total fields [1000] in index [brzxb2zb_1] has been exceeded
Further searching on this error led me to:
elastic/elasticsearch#17357
I just tried adding this setting to the buildIndex function in src/Service/Elasticsearch/Builder/IndexBuilder.php and in my situation I can set this value to 2000 and it fixes this error.
However I think a proper resolution would be to add an adjustable default sane value in the backend.
Metadata
Metadata
Assignees
Labels
No labels