lib/revs-utils.rb in revs-utils-2.1.5 vs lib/revs-utils.rb in revs-utils-2.1.6
- old
+ new
@@ -64,10 +64,11 @@
:collection_names=>{:field=>'collection_ssim', :multi_valued => true,:editstore=>false},
:archive_name=>{:field=>'archive_ssi',:editstore=>false},
:highlighted=>{:field=>'highlighted_ssi',:editstore=>false},
:visibility_value=>{:field=>'visibility_isi',:editstore=>false},
:score=>{:field=>'score_isi', :editstore=>false},
- :timestamp=>{:field=>'timestamp', :editstore=>false}
+ :timestamp=>{:field=>'timestamp', :editstore=>false},
+ :resaved_at=>{:field=>'resaved_at_ssi', :editstore=>false}
}
end
# these are used in the revs solr document in the main revs digital library rails app, as well as the revs-indexing-service app
def revs_location(doc_hash)