Use a single facet collector
This commit is contained in:
parent
6baa05de51
commit
dfce6cd725
@ -36,7 +36,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public class DecimalBucketMultiCollectorManager implements CollectorMultiManager<Buckets, Buckets> {
|
||||
|
||||
private static final boolean USE_SINGLE_FACET_COLLECTOR = false;
|
||||
private static final boolean USE_SINGLE_FACET_COLLECTOR = true;
|
||||
private static final boolean AMORTIZE = true;
|
||||
private final boolean randomSamplingEnabled;
|
||||
private final FastFacetsCollectorManager facetsCollectorManager;
|
||||
|
Loading…
Reference in New Issue
Block a user