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