Java org.apache.solr.schema ManagedIndexSchema fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.schema ManagedIndexSchema fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.schema ManagedIndexSchema.

The text is from its open source code.

Method

IndexSchemaaddFields(Collection newFields)
Copies this schema, adds the given fields to the copy.
SchemaFieldgetFieldOrNull(String fieldName)
Returns the SchemaField that should be used for the specified field name, or null if none exists.
SchemaFieldnewField(String fieldName, String fieldType, Map options)