Sha256: 7585934e2b3e10b38ba737c1e5fb6401e877962d8f571d4f0c5d73b4500c4519

Contents?: true

Size: 223 Bytes

Versions: 6

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Arclight
  ##
  # A simple wrapper class around the SolrEad::Indexer so we can add our own behavior
  class Indexer < SolrEad::Indexer
    include Arclight::SolrEadIndexerExt
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arclight-0.2.0 lib/arclight/indexer.rb
arclight-0.1.4 lib/arclight/indexer.rb
arclight-0.1.3 lib/arclight/indexer.rb
arclight-0.1.2 lib/arclight/indexer.rb
arclight-0.1.1 lib/arclight/indexer.rb
arclight-0.1.0 lib/arclight/indexer.rb