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(ValueSource[] sources) |
Modifier and Type | Method and Description |
---|---|
protected String |
func(int doc,
FunctionValues[] valsArr) |
protected String |
name() |
description, equals, getValues, hashCode
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
public static final String NAME
public ConcatStringFunction(ValueSource[] sources)
protected String name()
name
in class MultiStringFunction
protected String func(int doc, FunctionValues[] valsArr) throws IOException
func
in class MultiStringFunction
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.