Question
IBM
IBM
CN
IBM
Posted: Sep 2, 2024
Last activity: Oct 4, 2024
Last activity: 4 Oct 2024 12:09 EDT
Solved
prioritize some properties in SRS searching on work table
can we prioritize some properties in SRS searching on work table?
E.g. with keywork "ABC" we hope the SRS return cases with .EmployeeID = "ABC" first, instead of return cases with .AppraiserID = "ABC".
***Edited by Moderator Marije to add Capability tags***
To see attachments, please log in.
@MaxonL16591286
you can prioritize certain properties in SRS searching. To achieve this you can configure the SRS indexing and search settings. For example you can use the indexer/srs/groupAsList setting to index page groups as a list and support searching for specific properties. Additionally you can include embedded properties in the custom search properties to be included in the SRS search data model by setting indexer/srs/includeCSPEmbeddedPropertiesInDataModel to true. This allows you to prioritize properties like .EmployeeID over others like .AppraiserID in your search results.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
SRS Adoption
Using full-text search based in Elasticsearch > Indexed classes for SRS
Property modes