Uses of Class
org.apache.solr.client.solrj.request.schema.SchemaRequest.Update
Packages that use SchemaRequest.Update
Package
Description
Convenience classes for making Schema API requests.
-
Uses of SchemaRequest.Update in org.apache.solr.client.solrj.request.schema
Subclasses of SchemaRequest.Update in org.apache.solr.client.solrj.request.schemaModifier and TypeClassDescriptionstatic classAdds a new copy field rule to the schema of the specified collection.static classAdds a new dynamic field rule to the schema of the specified collection.static classAdds a new field definition to the schema.static classUpdate request used to add a new field type to the schema.static classDeletes a copy field rule from the schema of the specified collection.static classDeletes a dynamic field rule from your schema.static classRemoves a field definition from the schema.static classRemoves a field type from the schema of the specified collection.static classThe Schema API offers the possibility to perform one or more add requests in a single command.static classReplaces a dynamic field rule in the schema of the specified collection.static classReplaces a field's definition.static classReplaces a field type in schema belonging to the schema of the specified collection.Constructor parameters in org.apache.solr.client.solrj.request.schema with type arguments of type SchemaRequest.UpdateModifierConstructorDescriptionMultiUpdate(List<SchemaRequest.Update> updateSchemaRequests) MultiUpdate(List<SchemaRequest.Update> updateSchemaRequests, SolrParams q)