Java module or automatic module name for SolrJ

2024-12-02 Thread Thomas Heigl
Hi all, I'm in the process of migrating our main application to Java Modules. Maven currently complains very loudly about any libraries used that have no module-info or automatic module name. SolrJ currently has neither: [WARNING] * Required filename-based automodules detected: solr-solrj-9.7.0.

Re: Wired behavior of maxClauseCount restriction since upgrading to solr 9.1

2022-12-01 Thread Thomas Heigl
Hi Jan, We ran into the same issue. Terms queries sound like the ideal solution for our use case, but I couldn't find any documentation on the {!terms} syntax. Is there anything in the official docs? Best, Thomas On Thu, Dec 1, 2022 at 2:09 PM Jan Høydahl wrote: > Have you tried using Terms Q