Class SchemaRequest.AddDynamicField

All Implemented Interfaces:
Serializable
Enclosing class:
SchemaRequest

public static class SchemaRequest.AddDynamicField extends SchemaRequest.Update
Adds a new dynamic field rule to the schema of the specified collection.
See Also:
  • Constructor Details

    • AddDynamicField

      public AddDynamicField(Map<String,Object> fieldAttributes)
      Creates a new instance of the request.
      Parameters:
      fieldAttributes - field type attributes that can be used to enrich the field definition.
    • AddDynamicField

      public AddDynamicField(Map<String,Object> fieldAttributes, SolrParams q)
  • Method Details