mirror of https://github.com/apache/lucene.git
CHANGES.txt: separate improvements to dedicated section
This commit is contained in:
parent
8a277cab7d
commit
9c684bbdfa
|
@ -103,28 +103,12 @@ New Features
|
|||
|
||||
* SOLR-13320: add an update param failOnVersionConflicts=false to updates not fail when there is a version conflict (noble)
|
||||
|
||||
* SOLR-13306: Add a request parameter to execute a streaming expression locally
|
||||
|
||||
* 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-13440: Support saving/restoring autoscaling state for repeatable simulations. (ab)
|
||||
|
||||
* SOLR-11558: It would be nice if the Graph section of the Cloud tab in the Admin UI could give some more
|
||||
information about the replicas of a collection (Erick Erickson)
|
||||
|
||||
* SOLR-13468: autoscaling/suggestions should be able to give suggestions from config sent as a payload (noble)
|
||||
|
||||
* SOLR-12304: The MoreLikeThisComponent now supports the mlt.interestingTerms parameter. Previously this option was
|
||||
unique to the MLT handler. (Alessandro Benedetti via David Smiley)
|
||||
|
||||
* SOLR-13484: autoscaling/diagnostics API should be able to give diagnostics output from config sent as a payload (noble)
|
||||
|
||||
* SOLR-13493: /autoscaling/suggestions to be able to filter by type (noble)
|
||||
|
||||
* SOLR-13494: Add DeepRandomStream implementation (Joel Bernstein)
|
||||
|
||||
* SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering
|
||||
|
@ -141,22 +125,41 @@ New Features
|
|||
|
||||
* SOLR-13552: Add recNum Stream Evaluator (Joel Bernstein)
|
||||
|
||||
* SOLR-13534 : Dynamic loading to support loading jars from a URL (noble)
|
||||
|
||||
* SOLR-13347: Transaction log to natively support UUID types (Thomas Wöckinger via noble)
|
||||
* SOLR-13534: Dynamic loading to support loading jars from a URL (noble)
|
||||
|
||||
* SOLR-13560: Add isNull and notNull Stream Evaluators (Joel Bernstein)
|
||||
|
||||
* SOLR-10291: Add matches Stream Evaluator to support regex matching (Joel Bernstein)
|
||||
|
||||
* SOLR-13589: Allow zplot to visualize 2D clusters and convex hulls (Joel Bernstein)
|
||||
|
||||
Improvements
|
||||
----------------------
|
||||
|
||||
* SOLR-13306: Add a request parameter to execute a streaming expression locally
|
||||
|
||||
* SOLR-13440: Support saving/restoring autoscaling state for repeatable simulations. (ab)
|
||||
|
||||
* SOLR-11558: It would be nice if the Graph section of the Cloud tab in the Admin UI could give some more
|
||||
information about the replicas of a collection (Erick Erickson)
|
||||
|
||||
* SOLR-13468: autoscaling/suggestions should be able to give suggestions from config sent as a payload (noble)
|
||||
|
||||
* SOLR-12304: The MoreLikeThisComponent now supports the mlt.interestingTerms parameter. Previously this option was
|
||||
unique to the MLT handler. (Alessandro Benedetti via David Smiley)
|
||||
|
||||
* SOLR-13484: autoscaling/diagnostics API should be able to give diagnostics output from config sent as a payload (noble)
|
||||
|
||||
* SOLR-13493: /autoscaling/suggestions to be able to filter by type (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)
|
||||
|
||||
* SOLR-13569: AdminUI visual indication of prod/test/dev environment (janhoy)
|
||||
* SOLR-13569: Admin UI visual indication of prod/test/dev environment (janhoy)
|
||||
|
||||
* SOLR-12554: Expose IndexWriterConfig's ramPerThreadHardLimitMB through solrconfig.xml (Ishan Chattopadhyaya, Munendra S N)
|
||||
|
||||
* SOLR-13589: Allow zplot to visualize 2D clusters and convex hulls (Joel Bernstein)
|
||||
|
||||
* SOLR-13602 SOLR-13588: Add a field type for Estonian language to default managed_schema,
|
||||
document about Estonian language analysis in Solr Ref Guide (Tomoko Uchida)
|
||||
|
||||
|
|
Loading…
Reference in New Issue