Class ReplaceWithFieldOperation

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

public class ReplaceWithFieldOperation extends Object implements StreamOperation
Implementation of replace(...., withField=fieldName) See ReplaceOperation for description.
See Also: