TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] fe_groups crawler indexed_search

This is a discussion on [TYPO3] fe_groups crawler indexed_search within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi, has anyone already used the crawler to reindex content with about 15 fe_groups? Does it work? As I tested ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 04.06.2007, 10:25
Tanja Pens
Gast
 
Beiträge: n/a
Standard [TYPO3] fe_groups crawler indexed_search

Hi,

has anyone already used the crawler to reindex content with about 15
fe_groups? Does it work? As I tested it still doesn't work. Do I have an
error in my configuration or is there an indexed_search problem?

Configuration:
Typo 4.1.1
all extensions I use are the newest in TER.

My Crawler config:
tx_crawler.crawlerCfg.paramSets.all= &contentId=[_TABLE:tt_content]
tx_crawler.crawlerCfg.paramSets.all{
cHash = 1
procInstrFilter = tx_indexedsearch_index,tx_indexedsearch_reindex,
tx_indexedsearch_crawler
baseUrl = http://<IP>/
userGroups = 3,0,-1,-2,2,4,5,6,7,8,9,10,11,13,16,17
}

Thanks for any help

Tanja
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 03.09.2007, 07:01
Charles Coleman
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] fe_groups crawler indexed_search

I found this useful info in the Typo3 WIKI...
http://wiki.typo3.org/index.php/Ext_crawler

Also, the crawler documentation says you should be able to specify a list of
ids in the userGroups var. This is very misleading. It would seem intuitive
to be able to specify all the groups in this one line, such as:

#set up a crawl for all users? NOPE.
tx_crawler.crawlerCfg.paramSets.grps < tx_crawler.crawlerCfg.paramSets.test
tx_crawler.crawlerCfg.paramSets.grps{
userGroups = 1,2,3,4,5,6,7,8
}

One would assume that the crawler would index content for each group
enabling any subset of those groups to search the content. This is not the
case. One must specify a new tx_crawler.crawlerCfg.paramSets. object for
each subset of groups. So if you have a user in groups 1,4,5 and another in
groups 3,7,8 you would need to have this in your TSConfig (remember to add 0
and -2 i.e. any login!

#set up a crawl for users who have group id of 1,4,5
tx_crawler.crawlerCfg.paramSets.grp1 < tx_crawler.crawlerCfg.paramSets.test
tx_crawler.crawlerCfg.paramSets.grp1{
userGroups = 0,-2,1,4,5
}

#set up a crawl for users who have group id of 3,7,8
tx_crawler.crawlerCfg.paramSets.grp2 < tx_crawler.crawlerCfg.paramSets.test
tx_crawler.crawlerCfg.paramSets.grp2{
userGroups = 0,-2,3,7,8
}


"Tanja Pens" <tanja.pens (AT) gmx (DOT) de> wrote in message
news:mailman.1.1180947600.10613.typo3-english (AT) lists (DOT) netfielders.de...
> Hi,
>
> has anyone already used the crawler to reindex content with about 15
> fe_groups? Does it work? As I tested it still doesn't work. Do I have an
> error in my configuration or is there an indexed_search problem?
>
> Configuration:
> Typo 4.1.1
> all extensions I use are the newest in TER.
>
> My Crawler config:
> tx_crawler.crawlerCfg.paramSets.all= &contentId=[_TABLE:tt_content]
> tx_crawler.crawlerCfg.paramSets.all{
> cHash = 1
> procInstrFilter = tx_indexedsearch_index,tx_indexedsearch_reindex,
> tx_indexedsearch_crawler
> baseUrl = http://<IP>/
> userGroups = 3,0,-1,-2,2,4,5,6,7,8,9,10,11,13,16,17
> }
>
> Thanks for any help
>
> Tanja


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] Crawler-Extension Andreas Kiefer typo3-german@lists.netfielders.de 3 06.06.2007 20:33
[TYPO3-german] Indexed_search / Crawler / Cronjob einrichten Christian Baer typo3-german@lists.netfielders.de 0 08.05.2007 08:15
[TYPO3] crawler : path problem Ismaël Bidau typo3-english@lists.netfielders.de 1 29.03.2007 12:18
[TYPO3-dev] DBAL error on fe_groups,pages R. van Twisk typo3-dev@lists.netfielders.de 8 26.02.2007 08:06
[TYPO3-dev] commerce and crawler Rico Moorman typo3-dev@lists.netfielders.de 3 13.02.2007 08:04


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:51 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39