Class SimpleUpdateField

java.lang.Object
org.springframework.data.solr.core.query.SimpleField
org.springframework.data.solr.core.query.SimpleUpdateField
All Implemented Interfaces:
Field, UpdateField, ValueHoldingField

public class SimpleUpdateField extends SimpleField implements UpdateField
Implementation of UpdateField to be used with Update
  • Constructor Details

    • SimpleUpdateField

      public SimpleUpdateField(String name)
    • SimpleUpdateField

      public SimpleUpdateField(String name, @Nullable Object value)
      Creates new instance with DEFAULT_ACTION
      Parameters:
      name -
      value -
    • SimpleUpdateField

      public SimpleUpdateField(String name, @Nullable Object value, UpdateAction action)
      Parameters:
      name -
      value -
      action -
  • Method Details