LUCENE-9171: Add CHANGES entry

SOLR-12238: Add CHANGES entry
This commit is contained in:
Alan Woodward 2020-03-12 09:21:14 +00:00
parent 26a32d79cc
commit 8a940e7971
2 changed files with 10 additions and 0 deletions

View File

@ -167,6 +167,9 @@ API Changes
* LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d. (Nick Knize)
* LUCENE-9171: QueryBuilder.newTermQuery() and .newSynonymQuery() now take boost parameters.
(Alessandro Benedetti, Alan Woodward)
New Features
---------------------
@ -206,6 +209,9 @@ Improvements
* LUCENE-8962: Add ability to selectively merge on commit (Michael Froh)
* LUCENE-9171: QueryBuilder can now use BoostAttributes on input token streams to selectively
boost particular terms or synonyms in parsed queries. (Alessandro Benedetti, Alan Woodward)
Optimizations
---------------------

View File

@ -87,6 +87,10 @@ New Features
* SOLR-14139: Support backtick phrase queries in Streaming Expressions (Joel Bernstein)
* SOLR-12238: Synonyms can be individually boosted by marking them with '|<boost>' in
the synonyms file, and adding a DelimitedBoostTokenFilter to the analysis chain
(Alessandro Benedetti, Alan Woodward)
Improvements
---------------------
* SOLR-14120: Define JavaScript methods 'includes' and 'startsWith' to ensure AdminUI can be displayed when using