| Interface | Description |
|---|---|
| RecordValidator |
interface of record validation services.
|
| Class | Description |
|---|---|
| RecordIdValidator |
Very basic validator that checks if a record contains a non-empty single string value in attribute
.
|
| Exception | Description |
|---|---|
| InvalidRecordException |
thrown by RecordValidator to denote that a record does not conform to the index schema.
|