1. No Solr is not for id search. rdms a better option. 2. Yes correct it going to impact query performance. And you may got large uri error. 3 ya you can pass ids internally by writing any custom parser.or divide data into different shard.
On Thu, 27 Jun, 2019, 12:01 AM Lucky Sharma, <goku0...@gmail.com> wrote: > Hi all, > > 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? > > > -- > Warm Regards, > > Lucky Sharma >