mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 03:25:15 +00:00
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
|
// called from FieldFacetProcessor
|
||||||
// TODO: do a callback version that can be specialized!
|
// TODO: do a callback version that can be specialized!
|
||||||
public void collectDocs(FacetFieldProcessorUIF processor) throws IOException {
|
public void collectDocs(FacetFieldProcessorUIF processor) throws IOException {
|
||||||
if (processor.accs.length==1 && processor.accs[0] instanceof CountSlotAcc)
|
|
||||||
|
|
||||||
use.incrementAndGet();
|
use.incrementAndGet();
|
||||||
|
|
||||||
DocSet docs = processor.fcontext.base;
|
DocSet docs = processor.fcontext.base;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user