def is_field_indexed(field): """ Check if a metadata field is configured to be indexed. """ return _any_match(field.lower(), get('indexed_fields'))