using @Indexed("*_s") Map<String, String> lang; should suffix/prefix the keys in the map on insert and remove the prefix when loading back into the bean.
might be useful to have this though one should be able to turn this on/off using some special property.
Maybe an @Dynamic field property would make sense to that we collect properties with given values into one map or so....
Issue Links:
DATASOLR-237 Spring Data Solr with Dynamic Field not working
("is duplicated by")
DATASOLR-237 Spring Data Solr with Dynamic Field not working
DATASOLR-308 Auto pre/suffix map values does not work for trailing wildcards
Christoph Strobl opened DATASOLR-202 and commented
using
@Indexed("*_s") Map<String, String> lang;
should suffix/prefix the keys in the map on insert and remove the prefix when loading back into the bean.might be useful to have this though one should be able to turn this on/off using some special property.
Maybe an
@Dynamic
field property would make sense to that we collect properties with given values into one map or so....Issue Links:
DATASOLR-237 Spring Data Solr with Dynamic Field not working
("is duplicated by")
DATASOLR-237 Spring Data Solr with Dynamic Field not working
DATASOLR-308 Auto pre/suffix map values does not work for trailing wildcards
Referenced from: pull request #54
2 votes, 4 watchers
The text was updated successfully, but these errors were encountered: