Hello members! I need little bit help. I've more t...
# community-help
d
Hello members! I need little bit help. I've more than 0.79 Million documents cluster. There is a column of city in it. So, i need to know that how can I prioritize result for example I've a city "Rome" that belongs to Italy country and it must show at the top of search result but its not happening it showing me Rome, New York State, USA and Rome, Georgia likewise. So is there a way to index the documents rows as a high priority so that my result become more consistent?
k
👋 You need a way to assign some kind of popularity score to the records. One way to do this is to add the population size for each city and add it as secondary sorting condition (after text match). It's likely that a more popular city will have larger population.