Skip to content
Snippets Groups Projects
Commit 59910343 authored by Markus Kalkbrenner's avatar Markus Kalkbrenner Committed by Markus Kalkbrenner
Browse files

Issue #3259829 by mkalkbrenner: Don't "store" sort_* collation fields

parent 68f65108
No related branches found
No related tags found
No related merge requests found
......@@ -534,7 +534,7 @@ class SolrFieldType extends AbstractSolrEntity implements SolrFieldTypeInterface
];
if (version_compare($solr_major_version, '5', '>=')) {
$collated_field['docValues'] = TRUE;
$collated_field['docValues'] = FALSE;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment