On 6/26/2019 12:31 PM, Lucky Sharma wrote:
What we are doing is, we will be having a set of unique Ids of solr
document at max 1500, we need to run faceting and sorting among them.
there is no direct search involved.
It's a head-on search since we already know the document unique keys beforehand.
1. Is Solr a better use case for such kind of problem?
2. Since we will be passing 1500 unique document ids, As per my
understanding it will impact query tree as it will grow bigger. Will
there be any other impacts?
3. Is it wise to use or solve the situation in this way?
Where exactly does the number "1500" fit in? It's not clear from what
you've said. If there will be 1500 documents total, that's an extremely
small index. If that's the number of values in a single query, there
are solutions for any of the problems that might arise as a result of that.
When you ask whether Solr is better, better than what?
More detail will be needed in order to provide any useful information.
Thanks,
Shawn