mirror of https://github.com/apache/lucene.git
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:
parent
a46dcb70e8
commit
e041664f2a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue