Thanks Shawn! That was quick, easy and it works.
Steven
On Tue, Jul 9, 2019 at 6:57 PM Shawn Heisey wrote:
> On 7/9/2019 4:52 PM, Steven White wrote:
> > In this code sample that's part of my overall code, how do I tell Solr
> > dynamically / programmatically to use AND or OR as the default op
On 7/9/2019 4:52 PM, Steven White wrote:
In this code sample that's part of my overall code, how do I tell Solr
dynamically / programmatically to use AND or OR as the default operator?
SolrQuery query = new SolrQuery(queryString);
query.setRequestHandler("/select_test");
response = solrClient.q
Hi everyone,
In this code sample that's part of my overall code, how do I tell Solr
dynamically / programmatically to use AND or OR as the default operator?
SolrQuery query = new SolrQuery(queryString);
query.setRequestHandler("/select_test");
response = solrClient.query(query);
SolrDocumentList