From fb94403e0f4429b61071ce95e5ca709480ae3f4e Mon Sep 17 00:00:00 2001 From: Stefan Vodita Date: Mon, 10 Jun 2024 08:44:47 +0000 Subject: [PATCH] Fix typo in SimpleSortedSetFacetsExample.java --- .../apache/lucene/demo/facet/SimpleSortedSetFacetsExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleSortedSetFacetsExample.java b/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleSortedSetFacetsExample.java index 9498676219d..2c7c20d35f3 100644 --- a/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleSortedSetFacetsExample.java +++ b/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleSortedSetFacetsExample.java @@ -91,7 +91,7 @@ public class SimpleSortedSetFacetsExample { SortedSetDocValuesReaderState state = new DefaultSortedSetDocValuesReaderState(indexReader, config); - // Aggregatses the facet counts + // Aggregates the facet counts FacetsCollector fc = new FacetsCollector(); // MatchAllDocsQuery is for "browsing" (counts facets