Re: Can I express this nested query in JSON DSL?

2020-12-08 Thread Mikhail Khludnev
Hi, Mikhail. Shouldn't be a big deal "bool":{ "must":[ "x", {"bool": {"should":["y","z"]}}] } On Tue, Dec 8, 2020 at 6:13 AM Mikhail Edoshin wrote: > Hi, > > I'm more or less new to Solr. I need to run queries that use joins all > over the place. (The idea is to

Can I express this nested query in JSON DSL?

2020-12-08 Thread Mikhail Edoshin
Hi, I'm more or less new to Solr. I need to run queries that use joins all over the place. (The idea is to index database records pretty much as they are and then query them in interesting ways and, most importantly, get the rank. Our dataset is not too large so the performance is great.) I