diff --git a/Resources/Private/Solr/configsets/ext_solr_13_0_0/conf/solrconfig.xml b/Resources/Private/Solr/configsets/ext_solr_13_0_0/conf/solrconfig.xml index 795a8a0d4..abd5096ba 100644 --- a/Resources/Private/Solr/configsets/ext_solr_13_0_0/conf/solrconfig.xml +++ b/Resources/Private/Solr/configsets/ext_solr_13_0_0/conf/solrconfig.xml @@ -131,6 +131,10 @@ + false + true + breakIterator + edismax explicit @@ -458,6 +462,24 @@ ]]> + + + + 10 + .,!? + + + + + + + SENTENCE + + + ${hl.bs.language} + ${hl.bs.country} + + diff --git a/Resources/Private/Solr/cores/english/core.properties b/Resources/Private/Solr/cores/english/core.properties index c0747b335..6434586a1 100644 --- a/Resources/Private/Solr/cores/english/core.properties +++ b/Resources/Private/Solr/cores/english/core.properties @@ -2,3 +2,5 @@ configSet=ext_solr_13_0_0 schema=english/schema.xml name=core_en dataDir=../../data/english +hl.bs.language=en +hl.bs.country=US diff --git a/Resources/Private/Solr/cores/german/core.properties b/Resources/Private/Solr/cores/german/core.properties index a8f61599e..feacb395f 100644 --- a/Resources/Private/Solr/cores/german/core.properties +++ b/Resources/Private/Solr/cores/german/core.properties @@ -2,3 +2,5 @@ configSet=ext_solr_13_0_0 schema=german/schema.xml name=core_de dataDir=../../data/german +hl.bs.language=de +hl.bs.country=DE