public class ConcatFunction extends Object
Uses:
StringValueStream is passed in, a StringValue representing the concatenation of the values for each document is returned.
 No ordering is guaranteed while concatenating.
 StringValue and a StringValueStream are passed in, a StringValueStream representing the concatenation of 
 the Value and each of the values of the ValueStream for a document is returned.
 (Or the other way, since the Value and ValueStream can be used in either order)
 StringValues are passed in, a StringValue representing the concatenation of all values is returned.
 If any values don't exist, the overall concatenation value will still exist with an empty string used for any missing values. If none of the parameter
 values exist, then the overall concatenation value will not exist. 
 | Modifier and Type | Class and Description | 
|---|---|
| static class  | ConcatFunction.SeparatedConcatFunctionA concatenation mapping function, combining the string values of the given parameters with a given separating string. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ExpressionFactory.CreatorFunction | creatorFunction | 
| static String | name | 
| Constructor and Description | 
|---|
| ConcatFunction() | 
public static final String name
public static final ExpressionFactory.CreatorFunction creatorFunction
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.