Skip to content

Commit

Permalink
Update search-service_application.conf search.fields.query updatd
Browse files Browse the repository at this point in the history
  • Loading branch information
Haritest authored Feb 19, 2024
1 parent 8f432a6 commit f676110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ installation.id="{{sunbird_installation}}"
# ElasticSearch Configuration
ekstepPlatformApiUserId="search-service"
search.es_conn_info="{{ search_index_host }}"
search.fields.query=["name^100", "identifier^100", "purpose^60", "keywords^60", "source^50.0", "owner^50", "creator^20", "language^20.0", "contentType^10", "description^5.0","courseCategory^5.0"]
search.fields.query=["name^100", "identifier^100", "purpose^60", "keywords^60", "source^50.0", "owner^50", "creator^20", "language^20.0", "description^5.0","courseCategory^5.0"]
search.fields.date=["lastUpdatedOn","createdOn","versionDate","lastSubmittedOn","lastPublishedOn"]
search.fields.mode_collection=["identifier","name","objectType","contentType","mimeType","size","childNodes","board","subject","medium","gradeLevel","appIcon","resourceType","origin","originData"]
search.batch.size=500
Expand Down

0 comments on commit f676110

Please sign in to comment.