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 2b68c67  minor tweak
2b68c67 is described below

commit 2b68c6755c0e4cc89d66da558f22e3e391de1801
Author: Paul King <[email protected]>
AuthorDate: Wed Nov 27 15:23:01 2024 +1000

    minor tweak
---
 site/src/site/blog/groovy-lucene.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/src/site/blog/groovy-lucene.adoc 
b/site/src/site/blog/groovy-lucene.adoc
index 83dfb15..65cb60f 100644
--- a/site/src/site/blog/groovy-lucene.adoc
+++ b/site/src/site/blog/groovy-lucene.adoc
@@ -548,14 +548,14 @@ store slightly different information in each one:
 
 |`projectFileCounts`
 |`FacetField`
-|Documents which reference a project, e.g.
+|Project references by document, e.g.
 "Apache Spark" is referenced by
 `classifying-iris-flowers-with-deep.adoc`
 
 |`projectNameCounts`
 |`FacetField`
-|As above but hierarchical, e.g.
-["Apache", "Commons", "Math"] is reference by
+|Project references as a hierarchy by document, e.g.
+["Apache", "Commons", "Math"] is referenced by
 `fruity-eclipse-collections.adoc`
 |===
 

Reply via email to