diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4f8e3f00d8a..a02947803af 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -105,18 +105,10 @@ New Features * SOLR-13445: Preferred replicas on nodes with same system properties as the query master (Cao Manh Dat) -* SOLR-13049: Make contrib/ltr Feature.defaultValue configurable. (Stanislav Livotov, Christine Poerschke) - * SOLR-13047: Add facet2D Streaming Expression (Nazerke Seidan, Joel Bernstein) * SOLR-13494: Add DeepRandomStream implementation (Joel Bernstein) -* SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering - nodes instead of using them directly at the toplevel (noble) - -* SOLR-13329: In autoscaling policies, use an explicit 'put : on-each-node' - to specify the the rules is applied on each node (noble) - * SOLR-13434: OpenTracing support for Solr (Cao Manh Dat) * SOLR-13512: Raw index data analysis tool (extension of COLSTATUS collection command). (ab) @@ -136,6 +128,8 @@ New Features Improvements ---------------------- +* SOLR-13049: Make contrib/ltr Feature.defaultValue configurable. (Stanislav Livotov, Christine Poerschke) + * SOLR-13306: Add a request parameter to execute a streaming expression locally * SOLR-13440: Support saving/restoring autoscaling state for repeatable simulations. (ab) @@ -152,6 +146,12 @@ Improvements * SOLR-13493: /autoscaling/suggestions to be able to filter by type (noble) +* SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering + nodes instead of using them directly at the toplevel (noble) + +* SOLR-13329: In autoscaling policies, use an explicit 'put : on-each-node' + to specify the the rules is applied on each node (noble) + * SOLR-13347: Transaction log to natively support UUID types (Thomas Wöckinger via noble) * SOLR-13367: Highlighting: Range queries will now highlight in hl.method=unified mode. (David Smiley)