Skip to content
Snippets Groups Projects
Commit f7095a2d 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 816a7263
Branches
Tags
No related merge requests found
......@@ -530,7 +530,7 @@ class SolrFieldType extends AbstractSolrEntity implements SolrFieldTypeInterface
'name' => SearchApiSolrUtility::encodeSolrName('sort' . SolrBackendInterface::SEARCH_API_SOLR_LANGUAGE_SEPARATOR . $this->field_type_language_code) . '_*',
'type' => $this->collated_field_type['name'],
'stored' => FALSE,
'indexed' => version_compare($solr_major_version, '5', '<'),
'indexed' => TRUE,
];
if (version_compare($solr_major_version, '5', '>=')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment