Class ConcatOperation

java.lang.Object
org.apache.solr.client.solrj.io.ops.ConcatOperation
All Implemented Interfaces:
Serializable, StreamOperation, Expressible

public class ConcatOperation extends Object implements StreamOperation
Concatenates fields and adds them to the tuple. Example concat(fields="month,day,year", delim="-", as="id")
See Also: