public abstract class StrAggValueSource extends AggValueSource
Modifier and Type | Field and Description |
---|---|
protected String |
arg |
name
Constructor and Description |
---|
StrAggValueSource(String name,
String arg) |
Modifier and Type | Method and Description |
---|---|
String |
description() |
boolean |
equals(Object o) |
String |
getArg() |
int |
hashCode() |
createFacetMerger, createSlotAcc, getChildren, getValues, name
protected String arg
public String getArg()
public boolean equals(Object o)
equals
in class AggValueSource
public int hashCode()
hashCode
in class org.apache.lucene.queries.function.ValueSource
public String description()
description
in class org.apache.lucene.queries.function.ValueSource
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.