mirror of
https://github.com/apache/lucene.git
synced 2025-02-20 08:56:03 +00:00
Fix typo in SimpleSortedSetFacetsExample.java
This commit is contained in:
parent
5e0f549185
commit
fb94403e0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user