bin/marc2solr in marc2solr-0.1.3 vs bin/marc2solr in marc2solr-0.1.4
- old
+ new
@@ -198,12 +198,10 @@
$LOG.info "Indexing file #{filename}"
reader = opts.reader(filename)
reader.send(method, *args) do |r, i|
Thread.current[:index] = i
-
- $LOG.debug("Indexing record with 001 {}", r['001'])
-
+
doc = ss.doc_from_marc(r, opts[:benchmark])
# Send it to solr
unless opts[:dryrun]
suss << doc