former_member656811
Explorer
Member since ‎2019 Sep 13

User Statistics

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

I have created a custom interceptor and added the mapping in *spring.xml file as below, 1. Created the bean id for the customInterceptor class <bean id="myValidateInterceptor" class ="*.MyValidateInterceptor"> </bean> 2.Then we will register...
How to override the value of the boolean solrIndexedType in solr hybris? I have one solrIndexedType let say "isTest" boolean datatype. While indexing the value should be indexed as "test" instead of true/false. Kindly let me know if we have any a...
Renaming an "qualifier" of *items.xml, will it delete the old data of the column from DB. What is the good way to renaming qualifier and impacts.?How internally rename works? Kindly let me know if you have any idea on this.