org.apache.lucene.queries.function.valuesource
Class TFValueSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.DocFreqValueSource
org.apache.lucene.queries.function.valuesource.TermFreqValueSource
org.apache.lucene.queries.function.valuesource.TFValueSource
public class TFValueSource
- extends TermFreqValueSource
TFValueSource
public TFValueSource(String field,
String val,
String indexedField,
BytesRef indexedBytes)
name
public String name()
- Overrides:
name
in class TermFreqValueSource
getValues
public FunctionValues getValues(Map context,
AtomicReaderContext readerContext)
throws IOException
- Description copied from class:
ValueSource
- Gets the values for this reader and the context that was previously
passed to createWeight()
- Overrides:
getValues
in class TermFreqValueSource
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.