Reputation: 1593
I noticed that some attributes contain within their definition a hmc custom property:
<custom-properties>
<property name="hmcIndexField">
<value>"thefield"</value>
</property>
</custom-properties>
Can someone explain why is this custom property needed and when should it be used ?
Upvotes: 1
Views: 620
Reputation: 1168
It is an deprecated attribute for hmc search configuration. You can find all information here:
In common the page says that you can define customized searches in the hmc. With this property you define which attributes will be searchable wit the LuceneSearch.
Upvotes: 2