Adding new analyzers to elastic search requires new ES prefix?

I have tried to follow the guide by Nils on how to add an ngram analyzer to elastic search. The index descriptor doesn’t seem to run unless I change the elastic search prefix in web.config. Is this the correct way to do it or are there other ways to trigger BuildIndexDescriptor(…)?

Litium version: 7.7.1

The index needs to be re-created to support new analyzers or changes to fields. When working locally I suppose you could delete the index when necessary instead.

Do we need help from the support to create a new index in the test/prod environments?

Incrementing the prefix will create a new index automatically, so no need to contact support.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.