Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
索引搜索爬虫程序配置-Typo3 6.2_Typo3_Typo3 6.2.x - Fatal编程技术网

索引搜索爬虫程序配置-Typo3 6.2

索引搜索爬虫程序配置-Typo3 6.2,typo3,typo3-6.2.x,Typo3,Typo3 6.2.x,我有一个自定义数据库表。我想按索引表的记录 具体语言。我已经创建了一个名为“customindex”的爬虫程序配置 并创建了名为“数据索引器”的索引器配置 在我的网站上,有两种语言:0-Deutch(默认)和1-English 但在前端,我可以看到默认的双份和英文记录 语言搜索。我已经调查过了,我看到了一个 配置“tx_crawler.crawlerCfg”。( ). 我不明白这里的关键参数“paramSets.[key]”。是什么 这里实际显示的“键”是什么?是扩展密钥还是爬虫 配置名称 我写

我有一个自定义数据库表。我想按索引表的记录 具体语言。我已经创建了一个名为“customindex”的爬虫程序配置 并创建了名为“数据索引器”的索引器配置

在我的网站上,有两种语言:0-Deutch(默认)和1-English

但在前端,我可以看到默认的双份和英文记录 语言搜索。我已经调查过了,我看到了一个 配置“tx_crawler.crawlerCfg”。( ). 我不明白这里的关键参数“paramSets.[key]”。是什么 这里实际显示的“键”是什么?是扩展密钥还是爬虫 配置名称

我写了一个像这样的页面

tx_crawler.crawlerCfg.paramSets.key =
&tx_myext_myext[uid]=[_TABLE:tx_myext;_PID:22;_WHERE:AND
(sys_language_uid=0)]
tx_crawler.crawlerCfg.paramSets.key {
   baseUrl         = http://www.example.com/
   cHash           = 1
   pidsOnly        = 22
   procInstrFilter = tx_indexedsearch_reindex
}

# A second tx_tour configuration for another language with language ID 1
tx_crawler.crawlerCfg.paramSets.key =
&tx_myext_myext[uid]=[_TABLE:tx_myext;_PID:22;_WHERE:AND
(sys_language_uid=1)]&L=1
tx_crawler.crawlerCfg.paramSets.key {
   baseUrl         = http://www.example.com/
   cHash           = 1
   pidsOnly        = 22
   procInstrFilter = tx_indexedsearch_reindex
}
但我不知道那个“键”是什么(tx_crawler.crawlerCfg.paramSets.key) 如图所示

你们能帮我找到这里的“key”是什么吗?

“key”将是我们需要用作爬虫程序配置的任何变量名