Two-Stage Federated Search Implementation
TLDR Todd inquired about a two-stage federated search. Jason explained federated search doesn't support this & the operation has to be done separately. Viji suggested searching for an intersection, but Jason pointed out it must be implemented within the application.
4
Jun 02, 2022 (19 months ago)
Todd
03:29 PMI see federated search has the capability for searching collections in parallel. However, I need to perform a two stage search, first stage gets a bunch of items with a group_id field, and then the second stage gets a bunch of the groups identified by the id. Is this something federated search can help me with? What do you guys think would be a good way to approach this problem? Also, you can assume that our data model is not hard fixed yet, so if there are any issues there, please let me know. Thanks!
Jason
03:46 PM1
Todd
03:46 PM1
Viji
06:36 PMJason
06:39 PMViji
06:43 PM2
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Searching Across Multiple Collections with the Same Query
Tom was curious about executing a single query across multiple collections. John provided a solution through a link to the multi-search function of typesense.org.
Combining and Sorting Search Results from Two Collections
Toyin asked about combining and sorting search results from two collections. Kishore Nallan confirmed that `text_match` could be used for this purpose.
Doubt on Consolidating Results of Federated Search
Jeff asked about consolidating results from multiple indices in federated searches. Kishore Nallan informed that this feature is currently unavailable, and consolidation must be done client-side.