updated solr config from search_api_solr drupal module

This commit is contained in:
2021-01-26 22:21:39 +01:00
parent a84090562c
commit 82bc5b7e78
6 changed files with 18 additions and 10 deletions

View File

@@ -49,7 +49,7 @@
that avoids logging every request
-->
<schema name="drupal-8.3.8-solr-8.x" version="1.6">
<schema name="drupal-4.1.1-solr-8.x-0" version="1.6">
<!-- attribute "name" is the name of this schema and is only used for display purposes.
version="x.y" is Solr's version number for the schema syntax and
semantics. It should not normally be changed by applications.
@@ -154,6 +154,10 @@
<field name="boost_document" type="pfloat" indexed="true" stored="false" multiValued="false" docValues="true"/>
<field name="boost_term" type="boost_term_payload" indexed="true" stored="false" multiValued="true"/>
<!-- Currently the suggester context filter query (suggest.cfq) accesses the tags using the stored values, neither the indexed terms nor the docValues.
Therefore the dynamicField sm_* isn't suitable at the moment -->
<field name="sm_context_tags" type="string" indexed="true" stored="true" multiValued="true" docValues="false"/>
<!-- Dynamic field definitions. If a field name is not found, dynamicFields
will be used if the name matches any of the patterns.
RESTRICTION: the glob-like pattern in the name attribute must have