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 8275f32  draft blog about using lucene with groovy (minor tweaks)
8275f32 is described below

commit 8275f322ccbd57b0c136199fe5c7edbb47396f89
Author: Paul King <[email protected]>
AuthorDate: Tue Nov 19 08:07:23 2024 +1000

    draft blog about using lucene with groovy (minor tweaks)
---
 site/src/site/blog/groovy-lucene.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site/src/site/blog/groovy-lucene.adoc 
b/site/src/site/blog/groovy-lucene.adoc
index df2c5d5..ee877b7 100644
--- a/site/src/site/blog/groovy-lucene.adoc
+++ b/site/src/site/blog/groovy-lucene.adoc
@@ -44,6 +44,8 @@ String tokenRegex = /(?ix)           # ignore case, enable 
whitespace & comments
                       | software
                       | projects
                       | https
+                      | or
+                      | prefixes
                       | technologies
                       )
                 )\w+                 # end capture #2

Reply via email to