public abstract class SimpleAggValueSource extends AggValueSource
name| Constructor and Description |
|---|
SimpleAggValueSource(String name,
org.apache.lucene.queries.function.ValueSource vs) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
boolean |
equals(Object o) |
org.apache.lucene.queries.function.ValueSource |
getArg() |
org.apache.lucene.queries.function.FunctionValues |
getValues(Map context,
org.apache.lucene.index.LeafReaderContext readerContext) |
int |
hashCode() |
createFacetMerger, createSlotAcc, getChildren, namepublic SimpleAggValueSource(String name, org.apache.lucene.queries.function.ValueSource vs)
public org.apache.lucene.queries.function.ValueSource getArg()
public org.apache.lucene.queries.function.FunctionValues getValues(Map context, org.apache.lucene.index.LeafReaderContext readerContext) throws IOException
getValues in class AggValueSourceIOExceptionpublic boolean equals(Object o)
equals in class AggValueSourcepublic int hashCode()
hashCode in class org.apache.lucene.queries.function.ValueSourcepublic String description()
description in class org.apache.lucene.queries.function.ValueSourceCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.