public abstract class SingleStringFunction
extends org.apache.lucene.queries.function.ValueSource
ValueSource implementation which wraps one ValueSource
and applies an extendible string function to its values.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.queries.function.ValueSource |
source |
| Constructor and Description |
|---|
SingleStringFunction(org.apache.lucene.queries.function.ValueSource source) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
boolean |
equals(Object o) |
org.apache.lucene.queries.function.FunctionValues |
getValues(Map context,
org.apache.lucene.index.LeafReaderContext readerContext) |
int |
hashCode() |
public SingleStringFunction(org.apache.lucene.queries.function.ValueSource source)
public String description()
description in class org.apache.lucene.queries.function.ValueSourcepublic 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.ValueSourceIOExceptionpublic boolean equals(Object o)
equals in class org.apache.lucene.queries.function.ValueSourcepublic int hashCode()
hashCode in class org.apache.lucene.queries.function.ValueSourceCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.