We've been trying to get a searchable map<String, Integer> property into an aspect in ALfresco. The map is in there correctly but it does not seem to be searchable.
I created the map by creating a reference to type d:any and tried to run queries on it. This has failed. I have been told that it is possible to work with maps as datatypes by creating our own custom datatypes and using a custom analyzer to tell lucene how to search it.
Can anyone tell me if this is correct? I am doing my own research but maybe someone can stop me from going too far down a dead end.
Thanks