We just started using app search in our web app, but are running into some problems.
USE CASE:
on our landing page we have 2 sections. (will be 5 soon) each section shows N posts, first section is for reviews and the other is for other posts.
we have an engine in app search for reviews and another one for other posts, also we have a meta engine that combines the two (will combine 5)
What we need is to:
either, meta engine can be limited per engine (thats part of it ) so that we can guarantee to get N amount of reviews and M amount of posts
or, connect to multiple engines, but all of them use the same elastic-ui search provider.
any idea if the first one is possible and how, if not, any idea how to implement the latter.
Option B:
To get the experience you're looking for, you will have to do 2 separate API calls.
Instead of using our App Search Connector, implement your own handler that makes 2 separate App Search API calls and condenses the two result sets into a single result set. This will definitely be challenging.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.