|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.MultiFunction
org.apache.lucene.queries.function.valuesource.DefFunction
public class DefFunction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.lucene.queries.function.valuesource.MultiFunction |
---|
MultiFunction.Values |
Field Summary |
---|
Fields inherited from class org.apache.lucene.queries.function.valuesource.MultiFunction |
---|
sources |
Constructor Summary | |
---|---|
DefFunction(List<ValueSource> sources)
|
Method Summary | |
---|---|
FunctionValues |
getValues(Map fcontext,
AtomicReaderContext readerContext)
Gets the values for this reader and the context that was previously passed to createWeight() |
protected String |
name()
|
Methods inherited from class org.apache.lucene.queries.function.valuesource.MultiFunction |
---|
createWeight, description, description, equals, hashCode, toString, valsArr |
Methods inherited from class org.apache.lucene.queries.function.ValueSource |
---|
getSortField, newContext, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefFunction(List<ValueSource> sources)
Method Detail |
---|
protected String name()
name
in class MultiFunction
public FunctionValues getValues(Map fcontext, AtomicReaderContext readerContext) throws IOException
ValueSource
getValues
in class ValueSource
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |