You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2023/02/06 18:05:06 UTC

[lucene] 02/02: Add CHANGES.txt for #12129

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

rmuir pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 0eb58eb6227fcd9d50e4de9ec754f72da7afb067
Author: Robert Muir <rm...@apache.org>
AuthorDate: Mon Feb 6 12:49:49 2023 -0500

    Add CHANGES.txt for #12129
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index bbf69ed833c..d8dd6e683eb 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -12,6 +12,9 @@ API Changes
   should be stored to IndexingChain without needing to guess the field's type.
   (Adrien Grand, Robert Muir)
 
+* GITHUB#12129: Move DocValuesTermsQuery from sandbox to SortedDocValuesField#newSlowSetQuery
+  and SortedSetDocValuesField#newSlowSetQuery. (Robert Muir)
+
 New Features
 ---------------------
 (No changes)