Skip to content

Commit 315942a

Browse files
committed
2 parents d7a6186 + c21e342 commit 315942a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/solr/conf/managed-schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<!-- for nested documents (minimal; points to root document) -->
139139
<field name="_root_" type="string" indexed="true" stored="false" docValues="false" />
140140
<!-- for nested documents (relationship tracking) -->
141-
<field name="_nest_path_" type="_nest_path_" /><fieldType name="_nest_path_" class="solr.NestPathField" />
141+
<field name="_nest_path_" type="_nest_path_" /><fieldType name="_nest_path_" class="solr.NestPathField" />
142142

143143
<field name="_text_" type="text_general" indexed="true" stored="false" multiValued="true"/>
144144

docker/solr/conf/solrconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
<!-- a spellchecker built from a field of the main index -->
850850
<lst name="spellchecker">
851851
<str name="name">default</str>
852-
<str name="field">title</str>
852+
<str name="field">basic_search</str>
853853
<str name="classname">solr.DirectSolrSpellChecker</str>
854854
<!-- the spellcheck distance measure used, the default is the internal levenshtein -->
855855
<str name="distanceMeasure">internal</str>

0 commit comments

Comments
 (0)