public final class IndexingFailureCode
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static IndexingFailureCode |
CONTENT_NOT_FOUND
Indicates that the CBR-enabled object does not have any content elements.
|
static int |
CONTENT_NOT_FOUND_AS_INT
An
int value associated with the CONTENT_NOT_FOUND instance of this class. |
static IndexingFailureCode |
CONVERSION_DISABLED
Indicates the text extraction process used to convert content to plain text is disabled.
|
static int |
CONVERSION_DISABLED_AS_INT
An
int value associated with the CONVERSION_DISABLED instance of this class. |
static IndexingFailureCode |
ENCRYPTED
Indicates some or all of the text to be indexed was not indexed because it was encrypted.
|
static int |
ENCRYPTED_AS_INT
An
int value associated with the ENCRYPTED instance of this class. |
static IndexingFailureCode |
FALLBACK_PARSER_INVOKED
Indicates the text extracted from the content for the full text index may be incorrect.
|
static int |
FALLBACK_PARSER_INVOKED_AS_INT
An
int value associated with the FALLBACK_PARSER_INVOKED instance of this class. |
static IndexingFailureCode |
MALFORMED
Indicates some or all of the text to be extracted for the full text index is missing and the content was not read correctly.
|
static int |
MALFORMED_AS_INT
An
int value associated with the MALFORMED instance of this class. |
static IndexingFailureCode |
MALFORMED_XML
Indicates the XML to be extracted for the full text index was not well-formed XML.
|
static int |
MALFORMED_XML_AS_INT
An
int value associated with the MALFORMED_XML instance of this class. |
static IndexingFailureCode |
MARKED_AS_SKIPPED
Indicates that an administrator or an application (via the IndexingOperation property of a
CmIndexRequest object) has marked a CBR-enabled object to be skipped for full-text indexing. |
static int |
MARKED_AS_SKIPPED_AS_INT
An
int value associated with the MARKED_AS_SKIPPED instance of this class. |
static IndexingFailureCode |
NO_TEXT_EXTRACTED
Indicates an empty file was found during indexing.
|
static int |
NO_TEXT_EXTRACTED_AS_INT
An
int value associated with the NO_TEXT_EXTRACTED instance of this class. |
static IndexingFailureCode |
OTHER
Indicates an uncommon error occurred.
|
static int |
OTHER_AS_INT
An
int value associated with the OTHER instance of this class. |
static IndexingFailureCode |
PARTIALLY_INDEXED_CONTENT
Indicates one of the content elements was only partially indexed.
|
static int |
PARTIALLY_INDEXED_CONTENT_AS_INT
An
int value associated with the PARTIALLY_INDEXED_CONTENT instance of this class. |
static IndexingFailureCode |
PASSWORD_PROTECTED
Indicates some or all of the text to be extracted for the full text index was not indexed because it was password-protected.
|
static int |
PASSWORD_PROTECTED_AS_INT
An
int value associated with the PASSWORD_PROTECTED instance of this class. |
static IndexingFailureCode |
SIZE_LIMIT_EXCEEDED
Indicates the size of the binary or XML content has exceeded a maximum value.
|
static int |
SIZE_LIMIT_EXCEEDED_AS_INT
An
int value associated with the SIZE_LIMIT_EXCEEDED instance of this class. |
static IndexingFailureCode |
TIME_OUT
Indicates that the indexing operation has timed out.
|
static int |
TIME_OUT_AS_INT
An
int value associated with the TIME_OUT instance of this class. |
static IndexingFailureCode |
TRUNCATED
Indicates the content text was truncated in the full text index.
|
static int |
TRUNCATED_AS_INT
An
int value associated with the TRUNCATED instance of this class. |
static IndexingFailureCode |
UNRECOGNIZED_ENCODING
Indicates the code page for the content was not identified.
|
static int |
UNRECOGNIZED_ENCODING_AS_INT
An
int value associated with the UNRECOGNIZED_ENCODING instance of this class. |
static IndexingFailureCode |
UNSUPPORTED_TYPE
Indicates some or all of the text to be extracted for the full text index was not indexed because the content type is not supported.
|
static int |
UNSUPPORTED_TYPE_AS_INT
An
int value associated with the UNSUPPORTED_TYPE instance of this class. |
Modifier and Type | Method and Description |
---|---|
static IndexingFailureCode |
getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
int |
getValue()
Returns the internal integer value associated with a specific instance of this class.
|
java.lang.String |
toString()
Returns a
String representation of this enumeration instance. |
public static final int MALFORMED_AS_INT
int
value associated with the MALFORMED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode MALFORMED
public static final int OTHER_AS_INT
int
value associated with the OTHER instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode OTHER
public static final int TRUNCATED_AS_INT
int
value associated with the TRUNCATED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode TRUNCATED
public static final int ENCRYPTED_AS_INT
int
value associated with the ENCRYPTED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode ENCRYPTED
public static final int TIME_OUT_AS_INT
int
value associated with the TIME_OUT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode TIME_OUT
public static final int SIZE_LIMIT_EXCEEDED_AS_INT
int
value associated with the SIZE_LIMIT_EXCEEDED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode SIZE_LIMIT_EXCEEDED
public static final int PASSWORD_PROTECTED_AS_INT
int
value associated with the PASSWORD_PROTECTED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode PASSWORD_PROTECTED
public static final int CONTENT_NOT_FOUND_AS_INT
int
value associated with the CONTENT_NOT_FOUND instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode CONTENT_NOT_FOUND
public static final int PARTIALLY_INDEXED_CONTENT_AS_INT
int
value associated with the PARTIALLY_INDEXED_CONTENT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode PARTIALLY_INDEXED_CONTENT
public static final int UNRECOGNIZED_ENCODING_AS_INT
int
value associated with the UNRECOGNIZED_ENCODING instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode UNRECOGNIZED_ENCODING
public static final int FALLBACK_PARSER_INVOKED_AS_INT
int
value associated with the FALLBACK_PARSER_INVOKED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode FALLBACK_PARSER_INVOKED
public static final int CONVERSION_DISABLED_AS_INT
int
value associated with the CONVERSION_DISABLED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode CONVERSION_DISABLED
public static final int NO_TEXT_EXTRACTED_AS_INT
int
value associated with the NO_TEXT_EXTRACTED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode NO_TEXT_EXTRACTED
public static final int MARKED_AS_SKIPPED_AS_INT
int
value associated with the MARKED_AS_SKIPPED instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode MARKED_AS_SKIPPED
CmIndexRequest
object) has marked a CBR-enabled object to be skipped for full-text indexing.
If the indexing failure code of a CBR-enabled object is set to MARKED_AS_SKIPPED
, the server
will not index the object. If any additional index requests exist for the object, they will be deleted.public static final int UNSUPPORTED_TYPE_AS_INT
int
value associated with the UNSUPPORTED_TYPE instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode UNSUPPORTED_TYPE
For IBM® Legacy Content Search Engine, this failure code is also returned for files that are password-protected.
public static final int MALFORMED_XML_AS_INT
int
value associated with the MALFORMED_XML instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.public static final IndexingFailureCode MALFORMED_XML
public int getValue()
getInstanceFromInt(int)
public java.lang.String toString()
String
representation of this enumeration instance.toString
in class java.lang.Object
public static IndexingFailureCode getInstanceFromInt(int value)
value
- The integer value. (See the *_AS_INT fields.)EngineRuntimeException
- If an enumeration instance with the given
ordinal value does not exist.getValue()
© Copyright IBM Corporation 2006, 2015. All rights reserved.