Package org.apache.solr.client.solrj.request.schema
package org.apache.solr.client.solrj.request.schema
Convenience classes for making Schema API requests.
See <a href="https://solr.apache.org/guide/solr/latest/indexing-guide/schema-api.html">Schema API</a>
-
ClassesClassDescriptionAbstractSchemaRequest<T extends SolrResponse>This class offers access to the operations exposed by the Solr Schema API.Adds a new copy field rule to the schema of the specified collection.Adds a new dynamic field rule to the schema of the specified collection.Adds a new field definition to the schema.Update request used to add a new field type to the schema.Schema API request that retrieves the source and destination of each copy field in the schema.Deletes a copy field rule from the schema of the specified collection.Deletes a dynamic field rule from your schema.Removes a field definition from the schema.Removes a field type from the schema of the specified collection.Schema API request that lists the dynamic field definition for the specified field contained in the schema.Schema API request that lists the dynamic field definitions contained in the schema.Schema API request that lists the field definition for the specified field contained in the schema.Schema API request class that lists the field definitions contained in the schema.Schema API request that retrieves the type definitions for the specified field type contained in the schema.Schema API request that lists the types definitions contained in the schema.Retrieves the class name of the global similarity defined (if any) in the schema.The Schema API offers the possibility to perform one or more add requests in a single command.Replaces a dynamic field rule in the schema of the specified collection.Replaces a field's definition.Replaces a field type in schema belonging to the schema of the specified collection.Schema API request class that can be used to retrieve the name of the schema.Schema API request that can be used to retrieve the version of the schema for the specified collection.Schema API request that retrieves the field name that is defined as the uniqueKey for the index of the specified collection.