We show search results to our users from both Type...
# community-help
v
We show search results to our users from both Typesense and external search APIs. For this we need to rerank the search results that come from different sources to provide one list of search results that is sorted by relevance across the different sources. Our current approach to this is to build a Lucene index on the fly with all the search results from the different sources (~100 search results). This doesn’t give great results. Can Typesense itself be used for reranking like this? We’ve seen that Typesense isn’t doing so much of sorting based on keyword relevance (eg. words like “the” are ranked as highly as more discriminative words like “cardiovascular”). Any tips for how to deal with this?