mirror of https://github.com/apache/lucene.git
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:
parent
b681326861
commit
add862af79
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue