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.
- Est référencé par
-
CMS-11551 Values of content with multiple content types are indexed twice (or more)
- Closed