Java org.springframework.data.solr.core.query PartialUpdate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.solr.core.query PartialUpdate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.solr.core.query PartialUpdate.

The text is from its open source code.

Constructor

Method

voidadd(String fieldName, Object value)
Add field with given name and value to the fields to be updated.
voidsetValueOfField(String fieldName, Object value)
Add field with given name and value using UpdateAction#SET to the fields to be updated.