Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.query.UpdateField

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

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

Classes in org.springframework.data.solr.core.query that implement UpdateField
 class SimpleUpdateField
          Implementation of UpdateField to be used with Update
 

Methods in org.springframework.data.solr.core.query that return types with arguments of type UpdateField
 List<UpdateField> PartialUpdate.getUpdates()
           
 Iterable<UpdateField> Update.getUpdates()
          List of fields and values to update
 

Methods in org.springframework.data.solr.core.query with parameters of type UpdateField
 void PartialUpdate.add(UpdateField field)
          Add UpdateField to the list of fields to be updated
 


Spring Data Solr

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