RE: Re: Boolean Query Builder to generate a query string suitable to use with SolrJ's SolrQuery class.

2024-10-31 Thread Geoffrey Slinker
I looked at solar.cool. It looks like it hasn’t had any changes for a long time. Geoff On 2024/09/04 15:03:34 Charlie Hull wrote: > Maybe get this on https://solr.cool/ ? > > C > > On 04/09/2024 00:14, Geoffrey Slinker wrote: > > https://github.com/gslinker/query-gen

Boolean Query Builder to generate a query string suitable to use with SolrJ's SolrQuery class.

2024-09-03 Thread Geoffrey Slinker
https://github.com/gslinker/query-generator If any of you build boolean queries and use Solrj’s SolrQuery(String q) then please consider the classes in the above repo to assist you in building and modifying your query. I often build a query with lots of sub-queries and then after the q