that syntax isn’t isn’t a syntax that Solr recognize intentionally at all.
At very best, the select handler is using the default field (if it’s defined).
Although not having a “q” parameter means all bets are off. On a local copy of
7.3
I have lying around I get a valid response, but using a Matc
Yes, we are sure that this is not typo.
Actually we did more experiments and found that
1) https://hostname:8983/solr/my_collection/select?ids=169455599|1
2) https://hostname:8983/solr/my_collection/select?q=id:169455599|1
3) https://hostname:8983/solr/my_collection/get?ids=169455599|1
1) thro
Hmm, an NPE is weird in any case, but assuming “ids” is a field, your syntax
is wrong
q=ids:111|222
or
q=ids: (111 222) would do too.
Are you sure you used this syntax before? Or is it a typo?
Erick
> On Sep 3, 2020, at 1:02 PM, Louis wrote:
>
> We are using SolrCloud 7.7.2 and having some tr