Class ReplaceWithValueOperation

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

public class ReplaceWithValueOperation extends Object implements StreamOperation
Implementation of replace(...., withValue="some value") See ReplaceOperation for description.
See Also: