How We Ignore DB Index Field in Hybris

Mehmet Karahan
Apr 21, 2022

In this post, I will show how you can ignore a DB field to index by the database in Hybris 2105 version. As you might know, the hybris platform source code contains an advanced.properties file where is located as shown below image:

You have to find out the property field as :

bootstrap.init.type.system.model.index.ignore

After that, you have to add the property to your “local. properties” file like that:

We have faced an issue while upgrading system 1808 to 2105, so we have added the “facetconfigurationposPosIDX” field to ignore the index field by Oracle Database.

If you have any questions about this article don’t hesitate to contact me.

--

--