|
@@ -36,15 +36,13 @@ public class IndexNameFacetExecutor extends FacetExecutor {
|
|
|
private final String indexName;
|
|
|
private final InternalStringTermsFacet.ComparatorType comparatorType;
|
|
|
private final int size;
|
|
|
- private final int shardSize;
|
|
|
|
|
|
private int count = 0;
|
|
|
|
|
|
- public IndexNameFacetExecutor(String indexName, TermsFacet.ComparatorType comparatorType, int size, int shardSize) {
|
|
|
+ public IndexNameFacetExecutor(String indexName, TermsFacet.ComparatorType comparatorType, int size) {
|
|
|
this.indexName = indexName;
|
|
|
this.comparatorType = comparatorType;
|
|
|
this.size = size;
|
|
|
- this.shardSize = shardSize;
|
|
|
}
|
|
|
|
|
|
@Override
|