Is it possible to search on multiple indexes with different attributes and keep consistent PAGIN.
For example we have 2 indexes:
- Places with GEO data
- Objects without GEO data
And we want to to apply GEO filters for index #1(SetFilterFloatRange, SetGeoAnchor) and SKIP this filter for index #2. We want to show these results in one result set with one paging.
Is it possible with SPHINX?