Uploaded image for project: 'Solr Search Provider'
  1. Solr Search Provider
  2. MGNLEESOLR-89

Multi value field indexing

    XMLWordPrintable

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

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                daniele.biagi Daniele Biagi
                Votes:
                3 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: