Package org.apache.solr.handler.designer
Interface SchemaDesignerConstants
-
- All Known Implementing Classes:
SchemaDesignerAPI
public interface SchemaDesignerConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANALYSIS_ERROR
static String
AUTO_CREATE_FIELDS
static String
BLOB_STORE_ID
static String
CLEANUP_TEMP_PARAM
static String
CONFIG_SET_PARAM
static String
CONFIGOVERLAY_JSON
static String
COPY_FROM_PARAM
static String
DESIGNER_KEY
static String
DESIGNER_PREFIX
static String
DISABLE_DESIGNER_PARAM
static String
DISABLED
static String
DOC_ID_PARAM
static String
ENABLE_DYNAMIC_FIELDS_PARAM
static String
ENABLE_FIELD_GUESSING_PARAM
static String
ENABLE_NESTED_DOCS_PARAM
static String
ERROR_DETAILS
static String
FIELD_PARAM
static String
INDEX_TO_COLLECTION_PARAM
static String
LANGUAGES_PARAM
static int
MAX_SAMPLE_DOCS
static String
NEW_COLLECTION_PARAM
static String
PUBLISHED_VERSION
static String
RELOAD_COLLECTIONS_PARAM
static String
SCHEMA_VERSION_PARAM
static String
SOLR_CONFIG_XML
static String
TEMP_COLLECTION_PARAM
static String
UNIQUE_KEY_FIELD_PARAM
static String
UPDATE_ERROR
-
-
-
Field Detail
-
CONFIG_SET_PARAM
static final String CONFIG_SET_PARAM
- See Also:
- Constant Field Values
-
COPY_FROM_PARAM
static final String COPY_FROM_PARAM
- See Also:
- Constant Field Values
-
SCHEMA_VERSION_PARAM
static final String SCHEMA_VERSION_PARAM
- See Also:
- Constant Field Values
-
RELOAD_COLLECTIONS_PARAM
static final String RELOAD_COLLECTIONS_PARAM
- See Also:
- Constant Field Values
-
INDEX_TO_COLLECTION_PARAM
static final String INDEX_TO_COLLECTION_PARAM
- See Also:
- Constant Field Values
-
NEW_COLLECTION_PARAM
static final String NEW_COLLECTION_PARAM
- See Also:
- Constant Field Values
-
CLEANUP_TEMP_PARAM
static final String CLEANUP_TEMP_PARAM
- See Also:
- Constant Field Values
-
ENABLE_DYNAMIC_FIELDS_PARAM
static final String ENABLE_DYNAMIC_FIELDS_PARAM
- See Also:
- Constant Field Values
-
ENABLE_FIELD_GUESSING_PARAM
static final String ENABLE_FIELD_GUESSING_PARAM
- See Also:
- Constant Field Values
-
ENABLE_NESTED_DOCS_PARAM
static final String ENABLE_NESTED_DOCS_PARAM
- See Also:
- Constant Field Values
-
TEMP_COLLECTION_PARAM
static final String TEMP_COLLECTION_PARAM
- See Also:
- Constant Field Values
-
PUBLISHED_VERSION
static final String PUBLISHED_VERSION
- See Also:
- Constant Field Values
-
DISABLE_DESIGNER_PARAM
static final String DISABLE_DESIGNER_PARAM
- See Also:
- Constant Field Values
-
DISABLED
static final String DISABLED
- See Also:
- Constant Field Values
-
DOC_ID_PARAM
static final String DOC_ID_PARAM
- See Also:
- Constant Field Values
-
FIELD_PARAM
static final String FIELD_PARAM
- See Also:
- Constant Field Values
-
UNIQUE_KEY_FIELD_PARAM
static final String UNIQUE_KEY_FIELD_PARAM
- See Also:
- Constant Field Values
-
AUTO_CREATE_FIELDS
static final String AUTO_CREATE_FIELDS
- See Also:
- Constant Field Values
-
SOLR_CONFIG_XML
static final String SOLR_CONFIG_XML
- See Also:
- Constant Field Values
-
DESIGNER_KEY
static final String DESIGNER_KEY
- See Also:
- Constant Field Values
-
LANGUAGES_PARAM
static final String LANGUAGES_PARAM
- See Also:
- Constant Field Values
-
CONFIGOVERLAY_JSON
static final String CONFIGOVERLAY_JSON
- See Also:
- Constant Field Values
-
BLOB_STORE_ID
static final String BLOB_STORE_ID
- See Also:
- Constant Field Values
-
UPDATE_ERROR
static final String UPDATE_ERROR
- See Also:
- Constant Field Values
-
ANALYSIS_ERROR
static final String ANALYSIS_ERROR
- See Also:
- Constant Field Values
-
ERROR_DETAILS
static final String ERROR_DETAILS
- See Also:
- Constant Field Values
-
DESIGNER_PREFIX
static final String DESIGNER_PREFIX
- See Also:
- Constant Field Values
-
MAX_SAMPLE_DOCS
static final int MAX_SAMPLE_DOCS
- See Also:
- Constant Field Values
-
-