Uses of Class
org.apache.solr.client.solrj.request.schema.AbstractSchemaRequest
Packages that use AbstractSchemaRequest
Package
Description
Convenience classes for making Schema API requests.
-
Uses of AbstractSchemaRequest in org.apache.solr.client.solrj.request.schema
Subclasses of AbstractSchemaRequest in org.apache.solr.client.solrj.request.schemaModifier and TypeClassDescriptionclassThis class offers access to the operations exposed by the Solr Schema API.static 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 classSchema API request that retrieves the source and destination of each copy field in 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 classSchema API request that lists the dynamic field definition for the specified field contained in the schema.static classSchema API request that lists the dynamic field definitions contained in the schema.static classSchema API request that lists the field definition for the specified field contained in the schema.static classSchema API request class that lists the field definitions contained in the schema.static classSchema API request that retrieves the type definitions for the specified field type contained in the schema.static classSchema API request that lists the types definitions contained in the schema.static classRetrieves the class name of the global similarity defined (if any) in the schema.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.static classSchema API request class that can be used to retrieve the name of the schema.static classSchema API request that can be used to retrieve the version of the schema for the specified collection.static classSchema API request that retrieves the field name that is defined as the uniqueKey for the index of the specified collection.static class