You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2020/10/05 15:59:25 UTC

[uima-ruta] branch UIMA-6268-internal-indexing updated (a946b26 -> f2f9d78)

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

pkluegl pushed a change to branch UIMA-6268-internal-indexing
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from a946b26  UIMA-6268: Ruta: internal indexing not robust concerning modifications in pipeline
     add f2f9d78  UIMA-6268: Ruta: internal indexing not robust concerning modifications in pipeline

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/uima/ruta/IndexUpdateMode.java |  30 +++-
 .../main/java/org/apache/uima/ruta/RutaStream.java | 150 ++++++++++------
 .../org/apache/uima/ruta/EmptyDocumentTest.java    |   3 +-
 .../org/apache/uima/ruta/IndexUpdateModeTest.java  | 199 ++++++++++++++++++++-
 .../apache/uima/ruta/ZeroLengthAnnotationTest.java |  45 ++---
 .../uima/ruta/resource/TreeWordListTest.java       |   4 +-
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  17 ++
 7 files changed, 361 insertions(+), 87 deletions(-)