public class ConcatStringFunction extends MultiStringFunction
ConcatStringFunction concatenates the string values of its
components in the order given.| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
sources| Constructor and Description |
|---|
ConcatStringFunction(org.apache.lucene.queries.function.ValueSource[] sources) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
func(int doc,
org.apache.lucene.queries.function.FunctionValues[] valsArr) |
protected String |
name() |
description, equals, getValues, hashCodepublic static final String NAME
public ConcatStringFunction(org.apache.lucene.queries.function.ValueSource[] sources)
protected String name()
name in class MultiStringFunctionprotected String func(int doc, org.apache.lucene.queries.function.FunctionValues[] valsArr)
func in class MultiStringFunctionCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.