[Typo3] indexed search (dont works on .doc and .pdf)

Raouf Abrougui raouf.abrougui at fmed.ulaval.ca
Fri May 6 23:01:06 CEST 2005


Hi,

Sorry for my bad english.

The indexed_search dont index .doc and .pdf

Here is my configuration :

- Windows 2003 server
- XAMP
- Mysql 4.1.x
- Typo3 : test-site 3.7

The indexer works well for the pages and the contentbut dont index the external documents

Here is the code i inserted in the main template :
--------------------------------------------------
plugin.tx_indexedsearch.show.rules = 0

page.config.index_enable = 1
page.config.index_externals = 1 
--------------------------------------------------


In "ext manager"->"indexed_search" i have this :
------------------------------------------------
PDF parsing mode [pdf_mode]
0

Path to WORD parsers [catdoc]
    C:/xamp/apache/bin

Path to PDF parsers [pdftools]
     C:/xamp/apache/bin 
-------------------------------------------------------


I'v placed catdoc.exe, pdftotext.exe and pdf info.exe in the repository : "C:/xamp/apache/bin/"

But it still dont works. I changed the path in diferent documents but it hade no effect :

class.indexer.php :
------------------------------------------------
var $app = array(
 'pdftotext' => 'C:\\xamp\\apache\\bin\\',
 'pdfinfo' => 'C:\\xamp\\apache\\bin\\',
 'catdoc' => 'C:\\xamp\\apache\\bin\\'
);


localconf.php:
----------------------------------------------
$TYPO3_CONF_VARS["SYS"]["binPath"] = 'C:\\xamp\\apache\\bin\\';

$TYPO3_CONF_VARS['EXT']['extConf']['indexed_search'] = 'a:3:{s:8:"pdftools";s:26:"C:\\xamp\\apache\\bin\\";s:6:"catdoc";s:26:"C:\\xamp\\apache\\bin\\";s:8:"pdf_mode";s:3:"100";}'; 


Please, help me !! :)

Thanx



 




More information about the TYPO3-english mailing list