Grouping results into tranches

Hi. I have an index of profiles. Right now, someone can search that index and get results back sorted by _score. Each profile has a profile picture, contact details, and a bio (Note, I'm simplifying my actual data model for simplicity). What I want to do is put profiles with complete data at the top of the list, profiles with partial data in the middle, and profiles with no data at the bottom of the list. Within each tranche (complete, partial, and no data), I want to sort by _score. What's the best way to go about this?

Thanks in advance.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.