mirror of https://github.com/apache/lucene.git
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…
Reference in New Issue