Details
-
Bug
-
Resolution: Fixed
-
Minor
-
6.2.10
-
None
-
None
-
runtime (fix with reindex)
Description
When adding property information from a document to the Lucene index, the following warning is written to the logs for each property with such a mapping clash.
Mapping for 'projectdocMacroParameterNamesExact' (TextFieldMapping{name='projectdocMacroParameterNamesExact', stored=true, indexed=true, analyzer=com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider$$Lambda$900/0x00007fb4ccea9718@7546305d}) conflicts with existing mapping (TextFieldMapping{name='projectdocMacroParameterNamesExact', stored=false, indexed=true, analyzer=com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider$$Lambda$900/0x00007fb4ccea9718@7546305d}).
Administators may need to clear the Lucene Index and then run refresh to add the properties for the projectdoc Toolbox from a cleared cache if the problem persists.