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@1669423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58953ff02c
commit
a46dcb70e8
|
@ -564,6 +564,8 @@ 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