Retrieves a List of IDs of Externalizable objects in storage for which the field
specified contains the value specified.
Parameters:
fieldName - The name of a field which should be evaluated
value - The value which should be contained by the field specified
Returns:
A List of Integers such that retrieving the Externalizable object with any
of those integer IDs will result in an object for which the field specified is equal
to the value provided.
Throws:
RuntimeException - (Fix this exception type) if the field is unrecognized by the
meta data
Optional. Register a new index for this storage which may optionally be able for indexed operations
going forward. This will likely take a substantial amount of time for larger storage utilities.