This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 2b6eec65dd5603de7688b8249ca99ce596a75ea3
Author: Dave Brondsema <dbronds...@slashdotmedia.com>
AuthorDate: Wed Aug 21 16:56:10 2024 -0400

    add storeOffsetsWithPositions in case "unified" highligher is used in 
future, it gives better performance
---
 solr_config/allura/conf/schema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr_config/allura/conf/schema.xml 
b/solr_config/allura/conf/schema.xml
index 8c0059b51..db77da282 100644
--- a/solr_config/allura/conf/schema.xml
+++ b/solr_config/allura/conf/schema.xml
@@ -108,7 +108,7 @@
    <!-- Required field values for SOLR, DO NOT REMOVE -->
    <field name="_version_" type="long" indexed="true" stored="true" 
multiValued="false" />
    <field name="id" type="string" indexed="true" stored="true" required="true" 
multiValued="false" />
-   <field name="text" type="text_general" indexed="true" stored="true" 
multiValued="true"/>
+   <field name="text" type="text_general" indexed="true" stored="true" 
multiValued="true" storeOffsetsWithPositions="true"/>
    <!-- END of required field values -->
 
    <field name="title" type="text_general" indexed="true" stored="true" 
multiValued="true"/>

Reply via email to