|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
i want to d0 something like this
tx_crawler.crawlerCfg.paramSets{ product_crawl = &tx_ttproducts_pi1[product]= [_TABLE:tt_products;_PID:1-100] product_crawl.cHash = 1 product_crawl.procInstrFilter = tx_indexedsearch_reindex } i have a lot of sysfolders containing products records, i need to specify the pid of all of them here? thanks for any help, Andrew _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
OR to just tell it to index the entire tt_products table, which would
also be fine. doing this product_crawl = &tx_ttproducts_pi1[product]= [_TABLE:tt_products] does NOT index the entire tt_products table ;-( andrew Andrew Davis wrote: > i want to d0 something like this > > tx_crawler.crawlerCfg.paramSets{ > product_crawl = &tx_ttproducts_pi1[product]= > [_TABLE:tt_products;_PID:1-100] > product_crawl.cHash = 1 > product_crawl.procInstrFilter = tx_indexedsearch_reindex > } > > > i have a lot of sysfolders containing products records, i need to > specify the pid of all of them here? > > > thanks for any help, > Andrew _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
HI all
I am going to be mad about indexed_search and site_crawler. I have configured the indexing_configuration element and my cron is workin well. But in crawler log, I have this : "Error: a:4:{s:7:"running";b:1;s:10:"parameters";a:2:{..." on each page. How could I know what is the issue with such serialized label. Where could I find the total erro message ? Thanks in advance. ---- Sylvain Gourvil _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
I have this in database for each page :
a:2:{s:7:"headers";s:262:"HTTP/1.1 200 OK Date: Wed, 03 Oct 2007 16:23:36 GMT Server: Apache/2.0.58 (Unix) mod_ssl/2.0.58 OpenSSL/0.9.7i X-Powered-By: PHP/5.1.4 Set-Cookie: fe_typo_user=69e14a693f; path=/ Vary: Accept-Encoding,User-Agent Connection: close Content-Type: text/html ";s:7:"content";s:353:" a:4:{s:7:"running";b:1;s:10:"parameters";a:2:{s:3: "url";s:52:"http://demo.xxx.org/index.php?id=39";s:16:"procInstructions";a:2:{i:0; s:24:"tx_indexedsearch_reindex";i:1;s:24:"tx_index edsearch_crawler";}}s:3:"log";a:1:{i:0;s:26:"Force d Re-indexing enabled";}s:4:"vars";a:3:{s:2:"id";i:39;s:7:"gr_li st";s:4:"0,-1";s:8:"no_cache";i:1;}}";} I do not understand anything ^ Sylvain Gourvil a écrit : > > HI all > > I am going to be mad about indexed_search and site_crawler. > > I have configured the indexing_configuration element and my cron is > workin well. > > But in crawler log, I have this : "Error: > a:4:{s:7:"running";b:1;s:10:"parameters";a:2:{..." on each page. > > How could I know what is the issue with such serialized label. Where > could I find the total erro message ? > > Thanks in advance. > > ---- > > Sylvain Gourvil > ------------------------------------------------------------------------ > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
this seems to work for me (mostly ;-) ) Trouble is that i have 40 pids
to enter, well, better than nothing! product_crawl = &tx_ttproducts_pi1[product]= [_TABLE:tt_products;_PID:120|_TABLE:tt_products;_PI D:51] splitting with a | allows to specify multiples, then they added. Andrew Davis wrote: > i want to d0 something like this > > tx_crawler.crawlerCfg.paramSets{ > product_crawl = &tx_ttproducts_pi1[product]= > [_TABLE:tt_products;_PID:1-100] > product_crawl.cHash = 1 > product_crawl.procInstrFilter = tx_indexedsearch_reindex > } > > > i have a lot of sysfolders containing products records, i need to > specify the pid of all of them here? > > > thanks for any help, > Andrew _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] empty <link> in rss.xml source? | Bing Du | typo3-english@lists.netfielders.de | 0 | 03.08.2007 15:24 |
| [TYPO3] Source for standard mailform | Felix Natter | typo3-english@lists.netfielders.de | 1 | 07.06.2007 16:29 |
| [TYPO3] Tidy up page source | Benjamin Todd | typo3-english@lists.netfielders.de | 6 | 04.02.2007 01:00 |
| [TYPO3] Where are other versions of source and dummy packages? | Bing Du | typo3-english@lists.netfielders.de | 2 | 23.12.2006 11:41 |
| [TYPO3] Multiple languages with multiple domains in a single pagetree | Joost van Berckel | typo3-english@lists.netfielders.de | 4 | 08.12.2006 12:31 |