[TYPO3-Solr] Indexing images - example?

Albert van der Veen albert.van.der.veen at xs4all.nl
Mon Sep 17 15:54:09 CEST 2012


The answer to my question is: 'Yes, this is the way to do it, but you 
should make sure the directory exists!'

In this case, the name of the directory should be 'tx_avshop' and not 
'tx_av_shop' :)

Albert

On 13-9-2012 14:42, Albert van der Veen wrote:
> Hi all,
>
> Having read the earlier thread 'Images in search results', I'm
> attempting to get imagetags in my index. However this doesn't seem to
> work :
>
> plugin.tx_solr.index.queue.[tableName].fields {
>      image_stringS = IMAGE
>          image_stringS {
>              file {
>                  import = uploads/tx_av_shop/
>                  import.field = image
>                  import.listNum = 0
>                  height = 80
>              }
>          }
>      }
> }
>
> Isn't this the correct way to establish it?
>
> Best regards,
> Albert



More information about the TYPO3-project-solr mailing list