mirror of https://github.com/apache/lucene.git
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1539768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6460d459d
commit
5bd95f5b00
|
@ -102,7 +102,7 @@ public class TestDemoFacets extends FacetTestCase {
|
|||
new CountFacetRequest(new CategoryPath("Publish Date"), 10),
|
||||
new CountFacetRequest(new CategoryPath("Author"), 10));
|
||||
|
||||
// Aggregatses the facet counts:
|
||||
// Aggregate the facet counts:
|
||||
FacetsCollector c = FacetsCollector.create(fsp, searcher.getIndexReader(), taxoReader);
|
||||
|
||||
// MatchAllDocsQuery is for "browsing" (counts facets
|
||||
|
|
Loading…
Reference in New Issue