Version | Change log |
BitNami Apache Solr Stack for Mac 9.9.0 Jul 25, 2025 |
Solr now supports encoding text to vectors during indexing using external LLM services. More query capabilities in Fuzzy queries and Rank queries. Function queries can now be expressed with a numerical subset of JavaScript and access the fields and score. Powered by Lucene's Expressions module. Solr now supports Jetty's Graceful Shutdown module (via SOLR_JETTY_GRACEFUL=true) to prevent client connections from being abruptly terminated on orderly shutdown. PKI Auth now utilizes caching, and is much more performant for high-throughput clusters. Optimizations in certain queries: MatchAllDocs (:), rows=0, function queries in "fl". Numerous optimization and bug fixes for SolrJ clients. Performance issues in ParallelHttpShardHandler have been fixed. |
BitNami Apache Solr Stack for Mac 9.8.1 Mar 12, 2025 |
Changes: Disabled the new/experimental multiThreaded=true more deeply via solr.xml's indexSearcherExecutorThreads defaulting to 0 now. It doesn't yet perform well. Fixed wt=prometheus (metrics) format compliance issue relating to duplicate TYPE lines Fixed LBHttp2SolrClient (in SolrCloud & SolrJ) that silently failed to complete async requests in certain scenarios. This could cause multi-sharded query requests to hang indefinitely. Fixed a SolrCloud bug that could cause long leader elections to leave PULL replicas in DOWN state forever. Fixed a regression from 9.x: Faceting on multi-valued EnumFieldType. Fixed an issue in Solr sharded queries when the parameter keys only vary by case Fixed a regression from 9.8.0: SolrCloud Replica Placement Plugins and Basic Auth could produce errors Improved delete-by-query error message when the query parser doesn't support being used in this way (joins). Optimization: Use less memory when a large reRankDocs parameter is provided. Was an OOM risk. |
BitNami Apache Solr Stack for Mac 9.7.0 Sep 25, 2024 |
Release Highlights: ConfigSets created during a backup restore command are no longer trusted implicitly Removed the ability to bypass authentication using a fake URL path ending The jetty-transport-classes-epoll jar has been added to the server lib directory |