On Sat, Oct 6, 2018 at 1:04 AM Chris Hostetter <hossman_luc...@fucit.org> wrote:
> Which is to say: there are no explicit convenience methods for it, but you > can absolutely use the JSON DSL and JSON facets via SolrJ and the > QueryRequest -- just add the param key=value that you want, where the > value is the JSON syntax... > For more convenience with relatively complex JSON facet queries, I like having some data classes and enums that make building a valid JSON facet data structure faster and safer. In the end, just before sending the query, I just use Jackson to turn the object graph into JSON.