Hello,
We have been using [subquery] to come up with arbitrary complex hierarchies
in our document responses.
It works well as long as the documents are in the same collection however
based on the reference guide I infer it can bring in documents from
different collections except it throws an err
t{id=stored,indexed,tokenized,omitNorms,indexOptions=DOCS,
first_name=[stored,index",
"code":400}}
Any help much appreciated, hopefully it's an error with the syntax I've
been using.
Regards,
Norbert
On Wed, 12 Aug 2020 at 12:49, Dominique Bejean
wrote:
>
"first_name":["Peter"],
"_version_":1674811207659290624,
"subordinate":{"numFound":1,"start":0,"docs":[
{
"id":"3",
"reporting_to":[2],
The version it's working on is 8.5!
On Wed, 12 Aug 2020 at 17:16, Norbert Kutasi
wrote:
> I see what you mean, however the request results in cartesian products ,
> because of subordinate.q=*:* :
>
> http://localhost:8981/solr/Collection1/query?q=*&fl=*,subordinate:[su