Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.solr.rest.schema Classes and Interfaces - 13 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
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
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
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