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
 UpdateRequest.ACTION UpdateRequest.getAction()
           
static UpdateRequest.ACTION UpdateRequest.ACTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateRequest.ACTION[] UpdateRequest.ACTION.values()
          Returns an array containing the constants of this enum type, in the order they're 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)
          Sets appropriate parameters for the given ACTION
 UpdateRequest UpdateRequest.setAction(UpdateRequest.ACTION action, boolean waitFlush, boolean waitSearcher, int maxSegments)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.