It wasn't clear to me from your email what "stopped working" means. Does the PDF not get fetched via HTTP? Does it get fetched but doesn't get converted? Does it get converted but not indexed? Does swish-e hang? Give an error? basic troubleshooting rules apply: break the process down into the steps and see where it fails. > Correctly formatted this time, my apologies. > > PDF indexing suddenly stopped working .. No idea why either. ☹ > >>From the indexing process (swish-e –c swish.conf –v 3 –S http) > > retrieving > http://dev.website.org/files/Joomla%20Quick%20Start.pdf?PHPSESSID=413c04013e7c3505db9a68bedf8a8951 > (3)... > sleeping 1 seconds before fetching > http://dev.website.org/files/Joomla%20Quick%20Start.pdf?PHPSESSID=413c04013e7c3505db9a68bedf8a8951 > Now fetching > [http://dev.website.org/files/Joomla%20Quick%20Start%201.0.pdf?PHPSESSID=413c04013e7c3505db9a68bedf8a8951]...Status: > 200. application/pdf > > $ cat swish.conf > # Example configuration file > > # Tell Swish-e what to index (same as -i switch above) > IndexDir http://dev.website.org/index.php > IndexFile /usr/local/apache/htdocs/website.index > IndexOnly .php .txt .html .htm .pdf .xml .htm .shtml > > # Index the PDF files > FileFilter .pdf /usr/X11R6/bin/pdftotext '"%p" -' > > # Tell Swish-e that .txt files are to use the text parser. > IndexContents TXT* .txt .pdf > IndexContents XML* .xml > IndexContents HTML* .htm .html .shtml .php > > PropertyNamesMaxLength 1000 swishdescription > PropertyNameAlias swishdescription body > > StoreDescription TXT* 250000 > Delay 1 > > # Otherwise, use the HTML parser > DefaultContents HTML* > > Any ideas? > Chad Day > Developer > Mindshare Interactive Campaigns, LLC > 202.654.0832 - www.mindshare.net > > > -- Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.comReceived on Fri Dec 2 09:20:47 2005