This is my configuration file code
#Contents of file provider.config
#location to index provider details and what is indexed
IndexDir "Y:\Monthly\KM"
IndexOnly .html .pdf .doc .rtf .ppt .pps .xls .htm
# Assign the pdf2text.pl filter to .pdf files
FileFilter .pdf pdftotext "'%p' -"
IndexContents TXT* .pdf
#Assign the catdoc.exe filter to .doc files
FileFilter .doc catdoc "'%p'"
IndexContents TXT* .doc
#Assign the catdoc.exe filter to .rtf files
FileFilter .rtf catdoc "'%p'"
IndexContents TXT* .rtf
#Assign the catppt.exe filter to .ppt (power point) files
FileFilter .ppt catppt "'%p'"
IndexContents TXT* .ppt
#Assign the catppt.exe filter to .pps (power point) files
FileFilter .pps catppt "'%p'"
IndexContents TXT* .pps
#Assign the xls2csv.exe filter to .xls (power point) files
FileFilter .xls xls2csv "'%p'"
IndexContents TXT* .xls
# end of indexing provider details
Is it correct , also let me know how do I proceed ahead after this ?
Thanks and Regards,
BHARATWAJ IYENGAR
ADA-Offshore
Mail@ :-Bharatwaj Iyengar
-----Original Message-----
From: users-bounces@lists.swish-e.org [mailto:users-bounces@lists.swish-e.org] On Behalf Of Peter Karman
Sent: Wednesday, March 17, 2010 8:46 AM
To: Swish-e Users Discussion List
Subject: Re: [swish-e] Swish e tool
Bharatwaj Narayanan Iyengar wrote on 3/16/10 10:13 PM:
> Hello this is my first mail to this mailing list
> I have downloaded the tool and my problem is I am planning to run the tool on windows xp
> As I see in reference the documentation we need to change the config file and map it to our path of files which are to be indexed
> I am unable to do so,also I have no experience of unix systems
> It will be very helpful if some one can help me out with the procedure for getting the tool up and running
> This is for a specific documents on my system
In general, where the documentation says:
/path/to/file
you can change that to:
C:\\path\to\file
It's the \ for / change that's important on Windows.
Otherwise, show us the code you've tried so we can point out what to do differently.
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Mar 18 23:19:40 2010