Sha256: 1db4475f94bd7bb3e16644b532b90d1031c4fa38633853800427823c4a828468
Contents?: true
Size: 271 Bytes
Versions: 29
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module Hyrax module Statistics module FileSets class ByFormat < Statistics::TermQuery private # Returns 'file_format_sim' def index_key "file_format_sim" end end end end end
Version data entries
29 entries across 29 versions & 1 rubygems