On 03/26/2008 04:34 AM, Mohamed Iqbal wrote:
> Dear Peter,
> I have changed the below lines as per your mail and same result.Please
> find enclosed my swish.conf file and give me some input.
>
> IndexContents HTML* .html .htm
> IndexContents TXT* .txt .log .text .pdf
> StoreDescription HTML* <body> 200000
>
You had this in your config:
IndexContents TXT* .txt .log .text .pdf
StoreDescription TXT 200
You probably meant this:
IndexContents TXT* .txt .log .text .pdf
StoreDescription TXT* 200
You *must* match your parser types. I find it easiest to always do HTML* (use the
wildcard) because then you get the best parser available on your system.
--
Peter Karman . peter(at)not-real.peknet.com . http://peknet.com/
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Mon Mar 31 13:25:45 2008