Forum Discussion
Pedro Correa
Jun 03, 2021Brass Contributor
When to use and how to get querying proficiency
Alright, I will try to be short here but anyone let me know if more info is needed. We had this new project started 3 months ago, that was increasing the amount of data it was going inside our Elast...
PuneetHariharan
Jun 03, 2021Microsoft
Hello Pedro - thank you for your question.
Regarding your 2nd question, you could use the "orderby" parameter to include your custom ordering functions. Please refer to https://docs.microsoft.com/en-us/azure/search/search-query-odata-orderby and https://docs.microsoft.com/en-us/rest/api/searchservice/Search-Documents for more details. If you have issues using the .Net SDK,
Did you mean 'semantic search' when you said 'semantic scoring'? If not, can you please elaborate on that.
Regarding your 2nd question, you could use the "orderby" parameter to include your custom ordering functions. Please refer to https://docs.microsoft.com/en-us/azure/search/search-query-odata-orderby and https://docs.microsoft.com/en-us/rest/api/searchservice/Search-Documents for more details. If you have issues using the .Net SDK,
Did you mean 'semantic search' when you said 'semantic scoring'? If not, can you please elaborate on that.
- Pedro CorreaJun 03, 2021Brass ContributorPunnet I'm not sure order by would work for me since I just want to display resulst with valus a and b higher in the list, sorry for the confusion, I was referring to Relevance Scoring https://docs.microsoft.com/en-us/azure/search/index-add-scoring-profiles
- PuneetHariharanJun 03, 2021MicrosoftHello Pedro - thank you for the additional information. You could leverage tag scoring profile in this particular case.
- Pedro CorreaJun 03, 2021Brass Contributordo you have any example on how to create the tag scoring profile for a object inside my main object?