You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/09/15 20:13:11 UTC

[lucene-solr] branch SOLR-14866 updated (c59f343 -> 62486e8)

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

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


    from c59f343  respond to comment
     add 5edd4b2  SOLR-14725 update batchSize parameter docs for update() and delete() stream expressions (#1729)
     add bc0b29e  SOLR-14789: Rename docker tests task, adding missing credit in CHANGES (#1871)
     add fceab76  Make sure to test normal scorers with asserting wrappers. (#1834)
     add 97a4af6  LUCENE-9510: Don't pull a merge instance when flushing stored fields out-of-order. (#1872)
     add 7d62cad  SOLR-14862: Update RefGuide page for support fied types (#1865)
     add f655d97  LUCENE-9516: Remove DocConsumer and IndexingChain from Lucene (#1867)
     add 58d1360  SOLR-10471: update default zk session timeout in bin/solr* scripts
     add 3134f10  LUCENE-9488 Update release process to work with gradle (#1860)
     add 9b9b0a6  Fix corrupted umlaut characters. This was introduced back in 2009...
     add 62486e8  mergin

No new revisions were added by this update.

Summary of changes:
 dev-tools/scripts/buildAndPushRelease.py           | 33 +++-------
 dev-tools/scripts/releaseWizard.py                 | 23 +++----
 dev-tools/scripts/releaseWizard.yaml               | 73 +++++++++++-----------
 dev-tools/scripts/scriptutil.py                    | 11 ----
 lucene/CHANGES.txt                                 |  8 ++-
 .../java/org/apache/lucene/index/DocConsumer.java  | 36 -----------
 .../lucene/index/DocumentsWriterPerThread.java     | 38 +++--------
 ...efaultIndexingChain.java => IndexingChain.java} | 17 ++---
 .../apache/lucene/index/LiveIndexWriterConfig.java | 13 ----
 .../lucene/index/SortingStoredFieldsConsumer.java  |  5 +-
 .../org/apache/lucene/index/TestIndexWriter.java   |  2 +-
 .../apache/lucene/index/TestIndexWriterConfig.java | 17 -----
 .../lucene/index/TestIndexWriterWithThreads.java   |  2 +-
 .../org/apache/lucene/facet/TestDrillSideways.java | 18 ++++--
 .../lucene/facet/range/TestRangeFacetCounts.java   |  5 +-
 .../flexible/standard/TestQPHelper.java            |  8 +--
 .../org/apache/lucene/search/AssertingWeight.java  | 13 +++-
 lucene/version.properties                          | 10 +++
 solr/CHANGES.txt                                   |  5 +-
 solr/bin/solr                                      |  2 +-
 solr/bin/solr.cmd                                  |  2 +-
 solr/bin/solr.in.cmd                               |  2 +-
 solr/bin/solr.in.sh                                |  2 +-
 solr/docker/build.gradle                           |  2 +-
 .../src/field-types-included-with-solr.adoc        | 60 +++++++++++-------
 solr/solr-ref-guide/src/other-parsers.adoc         | 11 ++++
 .../src/stream-decorator-reference.adoc            |  6 +-
 27 files changed, 184 insertions(+), 240 deletions(-)
 delete mode 100644 lucene/core/src/java/org/apache/lucene/index/DocConsumer.java
 rename lucene/core/src/java/org/apache/lucene/index/{DefaultIndexingChain.java => IndexingChain.java} (98%)
 create mode 100644 lucene/version.properties