Skip to content

Commit

Permalink
adding fields to all search
Browse files Browse the repository at this point in the history
  • Loading branch information
hudajkhan committed Oct 7, 2024
1 parent e644f5f commit 00de110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr/config/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@
<copyField source="*_tesimv" dest="full_text_search_en"/>
<copyField source="*_tesimv" dest="full_text_search_pt"/>
<copyField source="*_tesimv" dest="full_text_search_id"/>
<!--Adding specific fields for search-->
<copyField source="pub_display" dest="all_search" />
<copyField source="ref_type_ssm" dest="all_search" />

<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true" />
Expand Down

0 comments on commit 00de110

Please sign in to comment.