remove TODO

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1508178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shai Erera 2013-07-29 18:54:33 +00:00
parent 9196c5fa97
commit 72cf725675
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ public class OldFacetsAccumulator extends TaxonomyFacetsAccumulator {
FacetIndexingParams indexingParams = searchParams.indexingParams;
for (FacetRequest facetRequest : searchParams.facetRequests) {
Aggregator categoryAggregator = createAggregator(facetRequest, facetArrays); // TODO: remove! facetRequest.createAggregator(isUsingComplements, facetArrays, taxonomyReader);
Aggregator categoryAggregator = createAggregator(facetRequest, facetArrays);
CategoryListIterator cli = indexingParams.getCategoryListParams(facetRequest.categoryPath).createCategoryListIterator(partition);