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:
Michael McCandless 2013-11-07 19:11:36 +00:00
parent d6460d459d
commit 5bd95f5b00
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class TestDemoFacets extends FacetTestCase {
new CountFacetRequest(new CategoryPath("Publish Date"), 10), new CountFacetRequest(new CategoryPath("Publish Date"), 10),
new CountFacetRequest(new CategoryPath("Author"), 10)); new CountFacetRequest(new CategoryPath("Author"), 10));
// Aggregatses the facet counts: // Aggregate the facet counts:
FacetsCollector c = FacetsCollector.create(fsp, searcher.getIndexReader(), taxoReader); FacetsCollector c = FacetsCollector.create(fsp, searcher.getIndexReader(), taxoReader);
// MatchAllDocsQuery is for "browsing" (counts facets // MatchAllDocsQuery is for "browsing" (counts facets