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

[lucene-solr] branch branch_7_7 updated: SOLR-12984: Update CHANGES.txt

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

jbernste pushed a commit to branch branch_7_7
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_7_7 by this push:
     new 799e3cf  SOLR-12984: Update CHANGES.txt
799e3cf is described below

commit 799e3cff3c5f2f906cba82e3a17fca63b53d197c
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Jan 29 21:30:19 2019 -0500

    SOLR-12984: Update CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6532497..3730be7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -53,6 +53,9 @@ New Features
   make sure tombstone documents include fields that are marked as required in the schema
   (Tomás Fernández Löbbe)
 
+* SOLR-12984: The search Streaming Expression should properly support and push down paging
+  when using the /select handler (Joel Bernstein)
+
 Bug Fixes
 ----------------------
 * SOLR-12546: CVSResponseWriter omits useDocValuesAsStored=true field when fl=*