From b588e0b19e292ba0291b0bbef58e31c7f74de0a9 Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Thu, 13 Jun 2019 10:17:36 +0100 Subject: [PATCH] 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 0c80901b86a..afbddf4af85 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)