Spring Data Solr

Uses of Class
org.springframework.data.solr.core.query.UpdateAction

Packages that use UpdateAction
org.springframework.data.solr.core.query   
 

Uses of UpdateAction in org.springframework.data.solr.core.query
 

Methods in org.springframework.data.solr.core.query that return UpdateAction
 UpdateAction SimpleUpdateField.getAction()
           
 UpdateAction UpdateField.getAction()
          UpdateAction to perform during update
static UpdateAction UpdateAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateAction[] UpdateAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.springframework.data.solr.core.query with parameters of type UpdateAction
SimpleUpdateField(String name, Object value, UpdateAction action)
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.