File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
configsets/ext_solr_13_0_0/conf Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 485485 <str name =" hl.bs.type" >SENTENCE</str >
486486 <!-- language and country are used when constructing Locale object. -->
487487 <!-- And the Locale object will be used when getting instance of BreakIterator -->
488- <str name =" hl.bs.language" >${solr.core.langcode }</str >
489- <str name =" hl.bs.country" >${solr.core .country}</str >
488+ <str name =" hl.bs.language" >${hl.bs.language }</str >
489+ <str name =" hl.bs.country" >${hl.bs .country}</str >
490490 </lst >
491491 </boundaryScanner >
492492 </highlighting >
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ configSet=ext_solr_13_0_0
22schema =english/schema.xml
33name =core_en
44dataDir =../../data/english
5- langcode =en
6- country =US
5+ hl.bs.language =en
6+ hl.bs. country =US
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ configSet=ext_solr_13_0_0
22schema =german/schema.xml
33name =core_de
44dataDir =../../data/german
5- langcode =de
6- country =DE
5+ hl.bs.language =de
6+ hl.bs. country =DE
You can’t perform that action at this time.
0 commit comments