File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 138
138
<!-- for nested documents (minimal; points to root document) -->
139
139
<field name =" _root_" type =" string" indexed =" true" stored =" false" docValues =" false" />
140
140
<!-- 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" />
142
142
143
143
<field name =" _text_" type =" text_general" indexed =" true" stored =" false" multiValued =" true" />
144
144
Original file line number Diff line number Diff line change 849
849
<!-- a spellchecker built from a field of the main index -->
850
850
<lst name =" spellchecker" >
851
851
<str name =" name" >default</str >
852
- <str name =" field" >title </str >
852
+ <str name =" field" >basic_search </str >
853
853
<str name =" classname" >solr.DirectSolrSpellChecker</str >
854
854
<!-- the spellcheck distance measure used, the default is the internal levenshtein -->
855
855
<str name =" distanceMeasure" >internal</str >
You can’t perform that action at this time.
0 commit comments