Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.solr.rest Classes and Interfaces - 30 results found.
NameDescriptionTypePackageFramework
BaseManagedTokenFilterFactoryAbstract based class for implementing TokenFilterFactory objects that are managed by the REST API.Classorg.apache.solr.rest.schema.analysisApache Solr Lucene
BaseSolrResourceBase class of all Solr Restlet server resource classes.Classorg.apache.solr.restApache Solr Lucene
CopyFieldCollectionResourceThis class responds to requests at /solr/(corename)/schema/copyfields To restrict the set of copyFields in the response, specify one or bothClassorg.apache.solr.rest.schemaApache Solr Lucene
DELETEableMarker interface for resource classes that handle DELETE requests.Interfaceorg.apache.solr.restApache Solr Lucene
DynamicFieldCollectionResourceThis class responds to requests at /solr/(corename)/schema/dynamicfields To restrict the set of dynamic fields in the response, specify a commaClassorg.apache.solr.rest.schemaApache Solr Lucene
DynamicFieldResourceThis class responds to requests at /solr/(corename)/schema/dynamicfields/(pattern) where pattern is a field name pattern (with an asterisk at the beginning or the end).Classorg.apache.solr.rest.schemaApache Solr Lucene
FieldCollectionResourceThis class responds to requests at /solr/(corename)/schema/fields Two query parameters are supported:Classorg.apache.solr.rest.schemaApache Solr Lucene
FieldResourceThis class responds to requests at /solr/(corename)/schema/fields/(fieldname) where fieldname is the name of a field.Classorg.apache.solr.rest.schemaApache Solr Lucene
FieldTypeCollectionResourceThis class responds to requests at /solr/(corename)/schema/fieldtypes The GET method returns properties for all field types defined in the schema.Classorg.apache.solr.rest.schemaApache Solr Lucene
FieldTypeResourceThis class responds to requests at /solr/(corename)/schema/fieldtype/(typename) where typename is the name of a field type in the schema.Classorg.apache.solr.rest.schemaApache Solr Lucene
FieldTypeXmlAdapterUtility class for converting a JSON definition of a FieldType into the XML format expected by the FieldTypePluginLoader.Classorg.apache.solr.rest.schemaApache Solr Lucene
GETableMarker interface for resource classes that handle GET requests.Interfaceorg.apache.solr.restApache Solr Lucene
ManagedResourceSupports Solr components that have external data that needs to be managed using the REST API.Classorg.apache.solr.restApache Solr Lucene
ManagedResourceObserverAllows a Solr component to register as an observer of important ManagedResource events, such as when the managed data is loaded.Interfaceorg.apache.solr.restApache Solr Lucene
ManagedResourceStorageAbstract base class that provides most of the functionality needed to store arbitrary data for managed resources.Classorg.apache.solr.restApache Solr Lucene
ManagedResourceStorage .FileStorageIOLocal file-based storage implementation.Classorg.apache.solr.rest.ManagedResourceStorageApache Solr Lucene
ManagedResourceStorage .InMemoryStorageIOMemory-backed storage IO; not really intended for storage large amounts of data in production, but useful for testing and other transient workloads.Classorg.apache.solr.rest.ManagedResourceStorageApache Solr Lucene
ManagedResourceStorage .JsonStorageDefault storage implementation that uses JSON as the storage format for managed data.Classorg.apache.solr.rest.ManagedResourceStorageApache Solr Lucene
ManagedResourceStorage .StorageIOHides the underlying storage implementation for data being managed by a ManagedResource.Interfaceorg.apache.solr.rest.ManagedResourceStorageApache Solr Lucene
ManagedResourceStorage .ZooKeeperStorageIOZooKeeper based storage implementation that uses the SolrZkClient provided by the CoreContainer.Classorg.apache.solr.rest.ManagedResourceStorageApache Solr Lucene
ManagedStopFilterFactoryTokenFilterFactory that uses the ManagedWordSetResource implementation for managing stop words using the REST API.Classorg.apache.solr.rest.schema.analysisApache Solr Lucene
ManagedSynonymFilterFactoryTokenFilterFactory and ManagedResource implementation for doing CRUD on synonyms using the REST API.Classorg.apache.solr.rest.schema.analysisApache Solr Lucene
ManagedSynonymFilterFactory .SynonymManagerManagedResource implementation for synonyms, which are so specialized that it makes sense to implement this class as an inner class as it has little Classorg.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactoryApache Solr Lucene
ManagedWordSetResourceManagedResource implementation for managing a set of words using the REST API; useful for managing stop words and/or protected words for analysis components Classorg.apache.solr.rest.schema.analysisApache Solr Lucene
POSTableMarker interface for resource classes that handle POST requests.Interfaceorg.apache.solr.restApache Solr Lucene
PUTableMarker interface for resource classes that handle PUT requests.Interfaceorg.apache.solr.restApache Solr Lucene
RestManagerSupports runtime mapping of REST API endpoints to ManagedResource implementations; endpoints can be registered at either the /schemaClassorg.apache.solr.restApache Solr Lucene
RestManager .ManagedEndpointThe Restlet router needs a lightweight extension of ServerResource to delegate a request to.Classorg.apache.solr.rest.RestManagerApache Solr Lucene
RestManager .RegistryPer-core registry of ManagedResources found during core initialization.Classorg.apache.solr.rest.RestManagerApache Solr Lucene
SolrSchemaRestApiClassorg.apache.solr.restApache Solr Lucene