[TYPO3] indxed search and crawler with 4.0.6 ?
Andrew Davis
andrew at avagraphique.com
Wed May 16 14:15:10 CEST 2007
thanks everyone for their help. It still seems a little unclear but I
seem to have gotten it working.
Cheers,
Andrew
Peter Russ wrote:
> Andrew Davis schrieb:
>> well, silly that indexed search would be included with 4.0.6 but not
>> class.t3lib_cli.php. I grabbed it from 4.1 and it seems to work.
>>
>> now tryign t setup parameters for the crawl...
>>
>> Can anyone point me to goo d example for this? The one in crawler
>> manual only seems to want to index my products pages.... lol
>>
>
> Might help:
> #------------------------------------
> # crawler
> #------------------------------------
> # indexed-search:
> tx_crawler.crawlerCfg.paramSets.simplePages = no-params
> tx_crawler.crawlerCfg.paramSets.simplePages {
> procInstrFilter = tx_indexedsearch_reindex
> }
>
> tx_crawler.crawlerCfg.paramSets.epaper=&titel=[WK|AZ]&year=2006&ausgabe=[1-26]
>
> tx_crawler.crawlerCfg.paramSets.epaper{
> procInstrFilter = tx_indexedsearch_reindex
> baseUrl=http://wkserv.zeit.de/
> cHash=1
> pidsOnly=71
> }
> tx_crawler.crawlerCfg.paramSets.termine=&tx_wktermine_pi1[uid]=[_TABLE:tx_wktermine_events;_PID:14]&tx_wktermine_pi1[cmd]=single
>
> tx_crawler.crawlerCfg.paramSets.termine{
> procInstrFilter = tx_indexedsearch_reindex
> baseUrl=http://wkserv.zeit.de/
> cHash=1
> pidsOnly=4
> }
>
>
More information about the TYPO3-english
mailing list