[TYPO3-english] CfgUid missing (indexed_search/crawler)

Jesper Goos jesper at goos.dk
Thu Nov 20 17:22:41 CET 2008


Hi

I have a problem with the indexed_search/crawler extension.

I have set up a few Indexing Configurations, that all run through a folder 
of PDF files and index them.
5 of the 6 configurations run perfectly, but the last one shows no results 
when searching.

The problem is that the CfgUid column is empty in the Technical Details view 
of the indexed search.
As I use categorized search:

<input type="hidden" name="tx_indexedsearch[_freeIndexUid]" value="7,6" />

it makes sense that there are no results when the CfgUid is missing...
But why is it suddenly disapearing?

My crawler is set up like this:

#set up a crawl
tx_crawler.crawlerCfg.paramSets.content =
tx_crawler.crawlerCfg.paramSets {
 content.cHash = 1
 content.procInstrFilter = tx_indexedsearch_reindex, 
tx_indexedsearch_crawler
 content.baseUrl = http://example.org/
}

The cron jobs that I run look like this:

/typo3/cli_dispatch.phpsh crawler
/typo3/cli_dispatch.phpsh crawler_im 10 -d 99 -proc 
tx_indexedsearch_reindex -o exec

TYPO3: 4.2.3
crawler: 2.1.0
indexed_search: 2.11.0

What makes the CfgUid disapear?
How do I make sure ut doen't disapear?

Hope someone can help!!
Thanx in advance!

Jesper Goos
goos.dk 



More information about the TYPO3-english mailing list