Uses of Class
org.apache.solr.client.solrj.request.CollectionRequiringSolrRequest
Packages that use CollectionRequiringSolrRequest
Package
Description
Convenience classes for dealing with various types of Solr requests.
Allows sending of requests using Solr's JSON query/faceting API
Convenience classes for making Schema API requests.
-
Uses of CollectionRequiringSolrRequest in org.apache.solr.client.solrj.request
Subclasses of CollectionRequiringSolrRequest in org.apache.solr.client.solrj.requestModifier and TypeClassDescriptionclassclassBasic functionality to upload a File orContentStreamto a Solr Cell or some other handler that takes ContentStreams (CSV)classA request for the org.apache.solr.handler.DocumentAnalysisRequestHandler.classA request for the org.apache.solr.handler.FieldAnalysisRequestHandler.classclassclassFor use with Solr'sSearchHandler, generally at "/select".classVerify that there is a working Solr core at the URL of aSolrClient.classA simple update request which streams content to the serverclass -
Uses of CollectionRequiringSolrRequest in org.apache.solr.client.solrj.request.json
Subclasses of CollectionRequiringSolrRequest in org.apache.solr.client.solrj.request.jsonModifier and TypeClassDescriptionclassRepresents a query using the JSON Query DSLclassRepresents a query using the JSON Query DSL -
Uses of CollectionRequiringSolrRequest in org.apache.solr.client.solrj.request.schema
Modifier and TypeClassDescriptionclassAbstractSchemaRequest<T extends SolrResponse>classThis 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