[TYPO3-Solr] SOLR + YAG

Søren Malling soren.malling at gmail.com
Fri Jan 10 10:57:17 CET 2014


Do you see the document in your solr index? Is it queued for indexing in
the tx_solr_indexqueue_item table?


On Fri, Jan 10, 2014 at 10:32 AM, Oliver Tempel <olivertempel at gmail.com>wrote:

> I try to integrate a custom Queue for the extension YAG.
> I cant get it to work, i get no results.
>
> plugin.tx_solr.index.queue {
> yag_album = 1
>         yag_album{
>            table = tx_yag_domain_model_album
>            fields{
>         content = SOLR_CONTENT
>         content{
>                field = description
>                }
>              title = name
>                  url = TEXT
>                  url{
>                     typolink.parameter = 408
>                     typolink.additionalParams = &tx_yag_pi1[context1334][
> galleryUid]={field:gallery}&tx_yag_pi1[context1334][
> albumUid]={field:uid}&L={field:__solr_index_language}&tx_yag_pi1[action]=
> submitFilter&tx_yag_pi1[controller]=ItemList
>                     typolink.additionalParams.insertData = 1
>                     typolink.returnLast = url
>                     typolink.useCacheHash = 1
>                     }
>              }
>            }
>    yag_gallery = 1
>         yag_gallery{
>            table = tx_yag_domain_model_gallery
>            fields{
>         content = SOLR_CONTENT
>         content{
>                field = description
>                }
>              title = name
>                  url = TEXT
>                  url{
>                     typolink.parameter = 408
>                     typolink.additionalParams = &tx_yag_pi1[context1334][
> galleryUid]={field:uid}&L={field:__solr_index_language}&
> tx_yag_pi1[action]=index&tx_yag_pi1[controller]=Gallery
>                     typolink.additionalParams.insertData = 1
>                     typolink.returnLast = url
>                     typolink.useCacheHash = 1
>                     }
>
>              }
>         }
> }
>
> Anyone has suggestions?
> _______________________________________________
> TYPO3-project-solr mailing list
> TYPO3-project-solr at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-solr
>


More information about the TYPO3-project-solr mailing list