you can use the !terms operator and send them separated by a comma: {!terms f=id}id1,id2,......id1499,id1500
and run facets normally On Wed, Jun 26, 2019 at 2:31 PM 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 >