This is an automated email from the ASF dual-hosted git repository.
jbernste pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 0f54d96 SOLR-15197: Update CHANGES.txt
0f54d96 is described below
commit 0f54d9616d240ca4749ea86a7e73e00fd562d766
Author: Joel Bernstein <[email protected]>
AuthorDate: Mon Jan 10 14:21:17 2022 -0500
SOLR-15197: Update CHANGES.txt
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7f042e8..5f9238c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -68,6 +68,8 @@ New Features
* SOLR-15694: Node roles (Ishan Chattopadhyaya, noble)
+* SOLR-15197: Support temporal graph queries with DAY and WEEKDAY windows
(Joel Bernstein)
+
Improvements
----------------------
* LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via
Anshum Gupta)