Skip to content

Commit

Permalink
Update managed-schema.xml
Browse files Browse the repository at this point in the history
Yip, we need the _text_ field because Solr uses it internally even if we do not.
  • Loading branch information
henrietteharmse authored Aug 3, 2023
1 parent 5632a2e commit 6a36f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataload/solr_config/ols4_entities/conf/managed-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<!-- for nested documents (relationship tracking) -->
<!-- <field name="_nest_path_" type="_nest_path_" /><fieldType name="_nest_path_" class="solr.NestPathField" />-->

<!-- <field name="_text_" type="text_general" indexed="false" stored="false" multiValued="true"/>-->
<field name="_text_" type="text_general" indexed="false" stored="false" multiValued="true"/>


<!-- OLS4: we are using dynamic fields for everything so no need to specify much of a schema.
Expand Down

0 comments on commit 6a36f38

Please sign in to comment.