mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 18:18:38 +00:00
Fix typo in StringValueFacetCountsExample.java (#13474)
This commit is contained in:
parent
18d48d422d
commit
5e0f549185
@ -95,7 +95,7 @@ public class StringValueFacetCountsExample {
|
||||
StringDocValuesReaderState publishState =
|
||||
new StringDocValuesReaderState(indexReader, "Publish Year");
|
||||
|
||||
// Aggregatses the facet counts
|
||||
// Aggregates the facet counts
|
||||
FacetsCollector fc = new FacetsCollector();
|
||||
|
||||
// MatchAllDocsQuery is for "browsing" (counts facets
|
||||
|
Loading…
x
Reference in New Issue
Block a user