Uses of Class
org.apache.solr.client.solrj.request.UpdateRequest.ACTION

Packages that use UpdateRequest.ACTION
org.apache.solr.client.solrj.request   
 

Uses of UpdateRequest.ACTION in org.apache.solr.client.solrj.request
 

Methods in org.apache.solr.client.solrj.request that return UpdateRequest.ACTION
static UpdateRequest.ACTION UpdateRequest.ACTION.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static UpdateRequest.ACTION[] UpdateRequest.ACTION.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.solr.client.solrj.request with parameters of type UpdateRequest.ACTION
 UpdateRequest UpdateRequest.setAction(UpdateRequest.ACTION action, boolean waitFlush, boolean waitSearcher)
          Deprecated. Use AbstractUpdateRequest.ACTION instead
 UpdateRequest UpdateRequest.setAction(UpdateRequest.ACTION action, boolean waitFlush, boolean waitSearcher, int maxSegments)
          Deprecated. Use AbstractUpdateRequest.ACTION instead
 UpdateRequest UpdateRequest.setAction(UpdateRequest.ACTION action, boolean waitFlush, boolean waitSearcher, int maxSegments, boolean expungeDeletes)
          Deprecated. Use AbstractUpdateRequest.ACTION instead
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.