Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.3.2, 3.4
-
Fix Version/s: 3.5
-
Component/s: Global search
-
Labels:
-
Testing Instructions:
-
Workaround:
-
Affected Branches:MOODLE_33_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_35_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-60759_master -
Pull Master Diff URL:
Description
https://lucene.apache.org/solr/guide/7_0/field-types-included-with-solr.html
http://lucene.apache.org/solr/7_1_0/changes/Changes.html#v7.0.0.upgrading_from_solr_6.x
Apache Solr at version 7.x moved some fields types (Trie*) as deprecated, for example:
int, tdate |
.At the moment Moodle uses these types as based.
So we need a solution to make Moodle compatible to Solr 7.x+