SOLR-7212: tests - fix package mismatch

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2015-03-26 19:59:40 +00:00
parent a46dcb70e8
commit e041664f2a
1 changed files with 0 additions and 2 deletions

View File

@ -564,8 +564,6 @@ public class UnInvertedField extends DocTermOrds {
// called from FieldFacetProcessor
// TODO: do a callback version that can be specialized!
public void collectDocs(FacetFieldProcessorUIF processor) throws IOException {
if (processor.accs.length==1 && processor.accs[0] instanceof CountSlotAcc)
use.incrementAndGet();
DocSet docs = processor.fcontext.base;