In Liferay 6.2 it is possible to set the Indexable
option on fields of Dynamic Data List Definitions, thereby making them searchable (as explained in the Documentation for Liferay 6.2)
I want to include DDL records in my search and have to use Liferay 6.1. I am wondering, what would be the best way to go about this.
Right now I have looked into customizing the search, but Dynamic Data Lists are not being mentioned there as an option.
I also looked at Creating an Indexer Post-Processor hook, but if I understand this correctly, it is only able to alter existing indexing processes.
It does seem possible to create Indexers for custom assets, but I wonder if this is the best way to go as the process is probably very time consuming and I don't know if the same process that is applicable to custom assets also works for Dynamic Data Lists in general.
Is there an easier way to achieve searchable Dynamic Data Lists in Liferay 6.1 (like in 6.2) that I am just not seeing?