I have an azure search configured with many fields. Four of the fields are searchable (Field1, Field2, field3, field4) I want to rank my results so that if the match was found in field 1, I want those results displayed first. If the match was found in field2, I want those results displayed after the field1 matching results, but before the matching results from field3. etc
What scoring profile can I use to rank the results as above?