Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-11382

Multiple boolean facet indexation is not supported

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.8.1, 4.9.0
    • 4.6.0
    • None
    • None
    • 4.8.1

      In schema.xml, we have :

      <dynamicField name="*_b_dv"  type="boolean" indexed="true" stored="true" docValues="true"/>

      So the full indexation of an object with a multiple boolean (multiple boolean can be thrown by indexation elements (multivalued) or by contents with several types with a common type containing a boolean (A extends B and C, B extends D, C extends D, D contains a boolean attribute)).

      We should add multiValued="false" but it needs a full reindexation.

      Currently, an object concerned by this bug is not indexed at all.
      Note that all boolean are facetable by default.

            cedric Cédric Damioli
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: