You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2020/12/23 19:18:25 UTC

[lucene-solr] branch master updated (8c234b2 -> 70f461e)

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

mdrob pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 8c234b2  LUCENE-9570: code reformatting [record rev].
     add 70f461e  SOLR-14413 allow timeAllowed and cursorMark parameters

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +
 .../solr/handler/component/QueryComponent.java     |  5 --
 .../solr/handler/component/SearchHandler.java      |  8 ++
 .../collection1/conf/solrconfig-deeppaging.xml     | 11 ++-
 .../src/test/org/apache/solr/CursorPagingTest.java | 87 ++++++++++++++++++++--
 .../apache/solr/cloud/DistribCursorPagingTest.java |  7 --
 .../src/common-query-parameters.adoc               |  4 +-
 solr/solr-ref-guide/src/pagination-of-results.adoc |  1 +
 8 files changed, 103 insertions(+), 22 deletions(-)