This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a8c218e update for lucene 10.1.0 plus add some colors (add revision
history)
a8c218e is described below
commit a8c218e74cabdc525d7cc0397f116f59dde08dc0
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 22 08:48:51 2024 +1000
update for lucene 10.1.0 plus add some colors (add revision history)
---
site/src/site/blog/groovy-lucene.adoc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/site/src/site/blog/groovy-lucene.adoc
b/site/src/site/blog/groovy-lucene.adoc
index 0b8077d..2128aa4 100644
--- a/site/src/site/blog/groovy-lucene.adoc
+++ b/site/src/site/blog/groovy-lucene.adoc
@@ -1,6 +1,7 @@
= Searching with Lucene
Paul King
:revdate: 2024-11-25T15:30:00+00:00
+:updated: 2024-12-22T08:45:00+00:00
:keywords: aggregation, search, lucene, groovy, emoji, regex
:description: This post looks at using Lucene to find references to other
projects in Groovy's blog posts.
@@ -966,3 +967,8 @@ image:img/LuceneWithStandardAnalyzer.png[]
We have analyzed the Groovy blog posts looking for referenced projects
using regular expressions and Apache Lucene. Hopefully this gives you a taste
of the Lucene APIs and some of Groovy's features.
+
+.Update history
+****
+*22/Dec/2024*: Updated to Lucene 10.1.0
+****