public abstract class AggValueSource
extends org.apache.lucene.queries.function.ValueSource
Constructor and Description |
---|
AggValueSource(String name) |
Modifier and Type | Method and Description |
---|---|
abstract FacetMerger |
createFacetMerger(Object prototype) |
SlotAcc |
createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext,
int numDocs,
int numSlots) |
boolean |
equals(Object o) |
org.apache.lucene.queries.function.ValueSource[] |
getChildren() |
org.apache.lucene.queries.function.FunctionValues |
getValues(Map context,
org.apache.lucene.index.LeafReaderContext readerContext) |
String |
name() |
protected String name
public AggValueSource(String name)
public String name()
public org.apache.lucene.queries.function.ValueSource[] getChildren()
public boolean equals(Object o)
equals
in class org.apache.lucene.queries.function.ValueSource
public org.apache.lucene.queries.function.FunctionValues getValues(Map context, org.apache.lucene.index.LeafReaderContext readerContext) throws IOException
getValues
in class org.apache.lucene.queries.function.ValueSource
IOException
public SlotAcc createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots) throws IOException
IOException
public abstract FacetMerger createFacetMerger(Object prototype)
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.