Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-28738

Empty fields are not indexed in solr platform

    XMLWordPrintable

Details

    Description

      When an empty textline field is stored it will be not indexed at all and the field will not appear in the Solr index.

      Used version of the solr-bundle:

      ezsystems/ezplatform-solr-search-engine v1.5.1
      on eZ Platform V 2.0

      This means that you cannot search in you application for an empty field value!

      See: ezplatform-solr-search-engine/lib/FieldMapper/ContentTranslationFieldMapper/BlockDocumentsContentFields.php

      if ($indexField->value === null) {
        // continue; // Fix fd see http://confluence.extranet.silversolutions.de:8090/display/EZcom/Search+issues+for+eZ+Systems
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            721f2590-ac9c-436f-850b-802ac4805a55@accounts.ibexa.co Frank Dege
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: