File tree 1 file changed +3
-3
lines changed
solr/configsets/sunspot/conf
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 254
254
size =" 512"
255
255
initialSize =" 512"
256
256
autowarmCount =" 0" />
257
-
257
+
258
258
<!-- Document Cache
259
259
260
260
Caches Lucene Document objects (the stored fields for each
589
589
<!-- change field to textSpell and use copyField in schema.xml
590
590
to spellcheck multiple fields -->
591
591
<str name =" field" >textSpell</str >
592
- <str name =" buildOnCommit" >true </str >
592
+ <str name =" buildOnCommit" >false </str >
593
593
</lst >
594
594
595
595
<lst name =" spellchecker" >
596
596
<str name =" name" >example</str >
597
597
<str name =" field" >title_text</str >
598
- <str name =" buildOnCommit" >true </str >
598
+ <str name =" buildOnCommit" >false </str >
599
599
<str name =" classname" >solr.DirectSolrSpellChecker</str >
600
600
<!-- the spellcheck distance measure used, the default is the internal levenshtein -->
601
601
<str name =" distanceMeasure" >internal</str >
You can’t perform that action at this time.
0 commit comments