RE: Question/Issue regarding JSON Facet Stats functions with nested function

2022-06-24 Thread Gerald Bonfiglio
Sorry forgot to mention that this was Solr 8.11.1 From: Gerald Bonfiglio Sent: Thursday, June 23, 2022 2:50 PM To: users@solr.apache.org Subject: Question/Issue regarding JSON Facet Stats functions with nested function I'm noticing some unexpected and undesirable behavior when using JSON

Question/Issue regarding JSON Facet Stats functions with nested function

2022-06-23 Thread Gerald Bonfiglio
I'm noticing some unexpected and undesirable behavior when using JSON Facet API with Stats functions when using nested functions. Below is an example which hopefully helps illustrate the behavior I'm seeing. I have a JSON Facet string of the following: json.facet={ "grp_0": { "field"

Using CloudSolrClient with Basic Authentication

2021-09-07 Thread Gerald Bonfiglio
We're using Solr 6.6.6, with SolrJ 7.7.1. We've started on supporting use of Basic Authentication with Solr, so we need to include credentials when connecting and sending requests. It's clear that we can include the credentials in each SolrRequest. However, we are not always building individu