public final class SchemaError extends ErrorCode
Modifier and Type | Field and Description |
---|---|
static ErrorCode |
CONFIG_WARNING
SCHEMA-12 Schema configuration warning.
|
static ErrorCode |
DEPRECATED_PROPERTY
SCHEMA-17 Deprecated schema property was used.
|
static ErrorCode |
FRESHNESS_NOT_SUPPORTED
SCHEMA-9 Freshness is not supported on the requested field
|
static ErrorCode |
GEOSEARCH_NOT_SUPPORTED
SCHEMA-10 Geo Search is not supported on the requested field
|
static ErrorCode |
ILLEGAL_FIELD_TYPE_ERROR
SCHEMA-3 A query uses a field with an invalid type for the desired operation
|
static ErrorCode |
ILLEGAL_FIELD_VALUE_ERROR
SCHEMA-2 A query specifies an illegal value for a field
|
static ErrorCode |
ILLEGAL_PROPERTY_NAME
SCHEMA-19 Illegal schema property name.
|
static ErrorCode |
ILLEGAL_PROPERTY_VALUE
SCHEMA-18 Illegal value for schema property.
|
static ErrorCode |
ILLEGAL_SORT_FIELD_ERROR
SCHEMA-4 An illegal field was used for sorting
|
static ErrorCode |
INCOMPATIBLE_INDEX
SCHEMA-13 The schema was modified to be incompatible with an existing index.
|
static ErrorCode |
INCONSISTENT_ERROR
SCHEMA-8 The schema is inconsistent.
|
static ErrorCode |
INVALID_FIELD_NAME
SCHEMA-15 Invalid field name specified.
|
static ErrorCode |
REAL_TIME_FIELD_ERROR
SCHEMA-14 Configuration of real time field contains an error.
|
static ErrorCode |
SCHEMA_NOT_SPECIFIED
SCHEMA-11 Schema is not specified.
|
static ErrorCode |
TERM_ANCHORS_NOT_SUPPORTED
SCHEMA-16 Term anchors are not enabled/supported for the field requested.
|
static ErrorCode |
UNINDEXED_FIELD_ERROR
SCHEMA-7 A query specifies a field that is not indexed.
|
static ErrorCode |
UNKNOWN_FACET_ERROR
SCHEMA-5 A query specifies an unknown facet.
|
static ErrorCode |
UNKNOWN_FIELD_ERROR
SCHEMA-1 A query specifies an unknown field.
|
static ErrorCode |
UNSUPPORTED_FIELD_TYPE
SCHEMA-6 An engine does not support a field type.
|
Modifier and Type | Method and Description |
---|---|
String |
formatError(Locale locale,
String... context)
Format a contextual error message.
|
equals, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
public static final ErrorCode UNKNOWN_FIELD_ERROR
public static final ErrorCode ILLEGAL_FIELD_VALUE_ERROR
public static final ErrorCode ILLEGAL_FIELD_TYPE_ERROR
public static final ErrorCode ILLEGAL_SORT_FIELD_ERROR
public static final ErrorCode UNKNOWN_FACET_ERROR
public static final ErrorCode UNSUPPORTED_FIELD_TYPE
public static final ErrorCode UNINDEXED_FIELD_ERROR
public static final ErrorCode INCONSISTENT_ERROR
public static final ErrorCode FRESHNESS_NOT_SUPPORTED
public static final ErrorCode GEOSEARCH_NOT_SUPPORTED
public static final ErrorCode SCHEMA_NOT_SPECIFIED
public static final ErrorCode CONFIG_WARNING
You should correct the schema based on the message logged with this error code.
public static final ErrorCode INCOMPATIBLE_INDEX
public static final ErrorCode REAL_TIME_FIELD_ERROR
public static final ErrorCode INVALID_FIELD_NAME
public static final ErrorCode TERM_ANCHORS_NOT_SUPPORTED
public static final ErrorCode DEPRECATED_PROPERTY
public static final ErrorCode ILLEGAL_PROPERTY_VALUE
public static final ErrorCode ILLEGAL_PROPERTY_NAME
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.