Hello, We are using Solr version 6.1.0 and come across one issue. Query having more ids (around 8000) takes around 3 seconds to execute.
Please refer below details for query and schema file. Query : https://drive.google.com/file/d/1RHnIVsK7m-T8_3it97jLquyfBFm3OGfj/view Schema File: https://drive.google.com/file/d/1SoKpucgtws3teW0QbV7UKg9xiV1cYuXJ/view For better performance we used term query but still not getting quick result. To analyze further more we found that if we remove grouping field or we reduce no. of ids from query, it executes fast. Is there any better option for fast execution when large query or more ids pass in one field? Can someone please help to isolate this issue? Regards, Jay Harkhani.