Details
-
New Feature
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Description
Solr Integration for Magnolia assumes that all the fields are single value fields, and does not consider that I may need to index multi-value fields (ie. array of Strings).
At the moment, even the last version of Solr, expects only single value fields.
See class info.magnolia.search.solrsearchprovider.logic.indexer.SolrIndexerImpl, the methods accept only Map<String,String> and not a Map<String,Object> nor Map<String,List<String>> ie.public boolean addUpdate(Map<String, String> things)
Therefore I had to implement my own implementation of SolrIndexer.
Can you provide this feature for the next versions of Solr integration?
Checklists
Attachments
Issue Links
- duplicates
-
MGNLEESOLR-111 Multivalue JCR fields saved to Multivalue field in SOLR as String
-
- Open
-