public class SchemaManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADD_COPY_FIELD |
static String |
ADD_DYNAMIC_FIELD |
static String |
ADD_FIELD |
static String |
ADD_FIELD_TYPE |
Constructor and Description |
---|
SchemaManager(SolrQueryRequest req) |
Modifier and Type | Method and Description |
---|---|
static String |
getErrorStr(Exception e) |
ManagedIndexSchema |
getFreshManagedSchema() |
List |
performOperations(Reader rdr)
Take in a JSON command set and execute them .
|
public static final String ADD_FIELD
public static final String ADD_COPY_FIELD
public static final String ADD_DYNAMIC_FIELD
public static final String ADD_FIELD_TYPE
public SchemaManager(SolrQueryRequest req)
public List performOperations(Reader rdr) throws Exception
rdr
- The input as a ReaderException
public ManagedIndexSchema getFreshManagedSchema() throws IOException, org.apache.zookeeper.KeeperException, InterruptedException
IOException
org.apache.zookeeper.KeeperException
InterruptedException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.