You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2023/01/30 14:26:21 UTC

[lucene-site] 03/04: Rename news page for 9.5.0 release

This is an automated email from the ASF dual-hosted git repository.

javanna pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 95ad8640656323ce5697dd43abdc3d6ee3b2894a
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Mon Jan 30 14:45:08 2023 +0100

    Rename news page for 9.5.0 release
---
 .../{yyyy-mm-dd-9-5-0-available.md => 2023-01-30-9-5-0-available.md}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/core/core_news/yyyy-mm-dd-9-5-0-available.md b/content/core/core_news/2023-01-30-9-5-0-available.md
similarity index 99%
rename from content/core/core_news/yyyy-mm-dd-9-5-0-available.md
rename to content/core/core_news/2023-01-30-9-5-0-available.md
index 948a4cc4c..a0419cce6 100644
--- a/content/core/core_news/yyyy-mm-dd-9-5-0-available.md
+++ b/content/core/core_news/2023-01-30-9-5-0-available.md
@@ -25,7 +25,7 @@ This release contains numerous bug fixes, optimizations, and improvements, some
 * Improved storage efficiency of connections in the HNSW graph used for vector search
 * Added  new stored fields and term vectors interfaces: IndexReader#storedFields and IndexReader#termVectors. These do not rely upon ThreadLocal storage for each index segment, which can greatly reduce RAM requirements when there are many threads and/or segments.
 * Several improvements were made to IndexSortSortedNumericDocValuesRangeQuery including query execution optimization with points for descending sorts and BoundedDocIdSetIterator construction sped up using bkd binary search.
-S
+
 #### Other
 
 * Moved DocValuesNumbersQuery from sandbox to NumericDocValuesField#newSlowSetQuery