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:41:40 UTC

[lucene-solr] branch branch_8_0 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_8_0
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit cba36bd8c4c953823d78b5fae482b207f644f45b
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 5a39a1b..b47ea0d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -244,6 +244,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
 ----------------------