should be static
This commit is contained in:
parent
f251e2fd32
commit
af055f75ce
|
@ -138,7 +138,7 @@ public class TermsFacetCollector extends AbstractFacetCollector {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class AggregatorValueProc extends StaticAggregatorValueProc {
|
public static class AggregatorValueProc extends StaticAggregatorValueProc {
|
||||||
|
|
||||||
private final ImmutableSet<String> excluded;
|
private final ImmutableSet<String> excluded;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue