You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2019/06/13 09:18:17 UTC

[lucene-solr] branch master updated: LUCENE-8766: Add CHANGES entry

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b588e0b  LUCENE-8766: Add CHANGES entry
b588e0b is described below

commit b588e0b19e292ba0291b0bbef58e31c7f74de0a9
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Thu Jun 13 10:17:36 2019 +0100

    LUCENE-8766: Add CHANGES entry
---
 lucene/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 0c80901..afbddf4 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -54,6 +54,11 @@ New Features
 
 * LUCENE-8362: Add doc-value support to range fields. (Atri Sharma via Adrien Grand)
 
+* LUCENE-8766: Add monitor subproject (previously Luwak monitoring library). This
+  allows a stream of documents to be matched against a set of registered queries
+  in an efficient manner, for use as a monitoring or classification tool.
+  (Alan Woodward)
+
 Bug Fixes
 
 * LUCENE-8831: Fixed LatLonShapeBoundingBoxQuery .hashCode methods. (Ignacio Vera)