Skip to content

Commit

Permalink
Merge pull request #631 from IU-Libraries-Joint-Development/essi-2021…
Browse files Browse the repository at this point in the history
…_num_pages_indexing_bug

[ESSI-2021] drop indexing now provided by allinson_flex
  • Loading branch information
dlpierce authored Nov 19, 2024
2 parents 41391d9 + 862e647 commit 089e878
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/indexers/concerns/essi/indexes_num_pages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ module ESSI
module IndexesNumPages
extend ActiveSupport::Concern

included do
self.new(nil).rdf_service.class_eval do
self.stored_and_facetable_fields += %i[num_pages]
end
end

# added to properly drop "m" from number_of_pages indexing
def generate_solr_document
super.tap do |solr_doc|
Expand Down

0 comments on commit 089e878

Please sign in to comment.