Spring Data Solr

org.springframework.data.solr.core.query
Interface Update

All Known Implementing Classes:
PartialUpdate

public interface Update

Update one or more fields of a Document without touching the others.

Author:
Christoph Strobl

Method Summary
 ValueHoldingField getIdField()
          get id field of document to update
 Iterable<UpdateField> getUpdates()
          List of fields and values to update
 Object getVersion()
          Document Version _version_
 

Method Detail

getIdField

ValueHoldingField getIdField()
get id field of document to update

Returns:

getUpdates

Iterable<UpdateField> getUpdates()
List of fields and values to update

Returns:

getVersion

Object getVersion()
Document Version _version_

Returns:

Spring Data Solr

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