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

Version Path
hyrax-5.1.0.pre.beta1 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.4 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.3 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.2 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.1 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.0 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.0.rc3 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.0.rc2 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-5.0.0.rc1 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-3.6.0 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-4.0.0 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-4.0.0.rc3 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-4.0.0.rc2 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-4.0.0.rc1 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-3.5.0 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-4.0.0.beta2 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-3.4.2 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-4.0.0.beta1 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-3.4.1 app/services/hyrax/statistics/file_sets/by_format.rb
hyrax-3.4.0 app/services/hyrax/statistics/file_sets/by_format.rb