Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://lists.apache.org/thread/hscbjoj158ntj4qzjp93ypr0xnqjk2bo


Move to appropriate section


conf in lonon nov 22 with tutorials

https://www.eventbrite.co.uk/e/search-solutions-2023-conference-tickets-739298691287
https://www.eventbrite.co.uk/e/search-solutions-2023-tutorials-tickets-739261911277


Charlie Hull sent these:


1. Talk videos about Solr
 From our conferences and others, everything is categorised here
https://opensourceconnections.com/about-us/videos-about-search/ with a
Solr playlist at
https://www.youtube.com/playlist?list=PLCoJWKqBHERuLJgmR0PhiXmS3TUYjWatW

2. Tools compatible with Solr
We have Quepid for recording relevance judgements and adjusting Solr
queries https://opensourceconnections.com/about-us/tools/#quepid
Splainer which decodes debug query information https://www.splainer.io
Querqy/SMUI for rules-based query rewriting
https://opensourceconnections.com/about-us/tools/#querqy
Chorus which wraps some of the above into a e-commerce search reference
implementation with a series of videos to introduce it
https://opensourceconnections.com/blog/2020/07/07/meet-pete-the-e-commerce-search-product-manager/

3. Blogs on Solr https://opensourceconnections.com/?s=solr making a
significant proportion of the 800+ blogs on OSC's site

4. Haystack, the search & AI event we run, has always featured talks on
Solr https://www.haystackconf.com - the next events will be April (USA)
and September/October (UK) plus we have a Haystack on Tour event in
Austin, Texas on November 8th
https://opensourceconnections.com/event/haystack-on-tour-austin-texas/

5. Search Solutions is one of my favourite search events and happens in
London on November 21/22
https://opensourceconnections.com/event/pragmatic-ai-powered-search-solutions-at-the-british-computer-society/

end of Charlie Hull links

0. Intro and Solr PMC announcements

Welcome to the Apache Solr Newsletter Month YearOctober 2023 edition.

1. Current versions

  • Apache Solr 9.4.0 released

    ### Solr 9.4.0 Release Highlights:

     * The Lucene version used by Solr has been upgraded to 9.8 – see its
    release notes.
     * The Jetty version has been updated to 10.0.17 to address CVE-2023-44487
     * Added support for node-level caches
     * Circuit Breakers available for Update Requests
     * A new Circuit breaker for percentage of CPU utilization is added. The
    former "CPU" circuit breaker is now more correctly named
    LoadAverageCircuitBreaker as it trips on system load average which is not a
    percentage.
     * Solr now includes an always-on trace id generator. This will inject
    trace id headers for every Solr request, propagating the client supplied
    value or generating a new id as needed and replaces the existing `rid`
    mechanism.
     * Solr now limits the number of concurrent expensive core operations (such
    as "backup", "restore", and "split") that are submitted asynchronously by
    running them in a dedicated thread pool.
     * Added support of OAuth 2.0/OIDC 'code with PKCE' flow
     * Multiple bug fixes for TLS and mTLS

    Thanks Alex Deparvu for the release.
    Mailing list announcement:
    https://lists.apache.org/thread/r6lvzjgxx25s51s03o5bnz3r8xcpov19

  • Apache Solr Operator v0.8.0 released

...