Adjust delicious library view for change in asin field name

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-05-22 18:26:53 +00:00
parent b681326861
commit add862af79
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ solr_environments = {
:delicious => {
:timeline_dates => :published_year_facet,
:image_proc => Proc.new {|doc| "http://images.amazon.com/images/P/#{doc['asin_text']}.01.MZZZZZZZ"},
:image_proc => Proc.new {|doc| "http://images.amazon.com/images/P/#{doc['asin_display']}.01.MZZZZZZZ"},
},
:tang => {