On 10/1/22 15:52, Shawn Heisey wrote:
I'm using SolrJ client and just specifying a document field like this:

document.addField("fieldName", "foo:bar");

I think if you use it in this way, it does get properly escaped.

All queries are logged at INFO.  I am about 98 percent sure that if you haven't changed the default logging level to ERROR or WARN that you should be able to verify whether this is true by looking at the query that Solr logged.

Thanks,
Shawn

Reply via email to