class ActiveFedora::File

def prefix(path)

a prefix other than the default
The string to prefix all solr fields with. Override this method if you want
def prefix(path)
  path ? "#{path.underscore}__" : ''
end