Search Result order for filtered queries

One of our customer was using Lucene indexes for type ahead usecase. Now we decided to move to ES where we are using 'Filtered' queries and because of which the search result order has changed from what we were getting earlier. Our problem is that we have no certain idea of the order in which ES would return search results with Filtered query. Earlier we thought it should be the order in which it would index the documents but found that the index order is not followed.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.