Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType .
IndexFieldType
3334353637383940414243
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("BaseException")) return null; BaseException e = (BaseException)super.unmarshall(node); e.setCode(XpathUtils.asString(getErrorPropertyPath("Code"), node)); return e; }
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DisabledAction")) return null; DisabledOperationException e = (DisabledOperationException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InternalException")) return null; InternalException e = (InternalException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidType")) return null; InvalidTypeException e = (InvalidTypeException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("LimitExceeded")) return null; LimitExceededException e = (LimitExceededException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ResourceNotFound")) return null; ResourceNotFoundException e = (ResourceNotFoundException)super.unmarshall(node); return e; }