Author: Alexander Barkov
Email: 
Message:
Hi,

> Hi all,
> 
> Is it possible to exclude certain mime types such as rss feeds ?
> 

This can be done using the NoIndexIf command:

http://www.mnogosearch.org/doc34/msearch-cmdref-noindexif.html

Put this command into indexer.conf to disallow a certain Content-Type:

NoIndexIf Content-Type application/rss+xml


Another option is to use NoIndexIf in a combination with a user defined 
section, to check raw content fragments:

http://www.mnogosearch.org/doc34/msearch-cmdref-section.html#cmdref-section-user-defined

The idea is to define a user section using a regex pattern to catch some known 
RSS text fragments, and then use NoIndexIf with this section.


> Thanks in advance,
> Fabien.


Reply: <http://www.mnogosearch.org/board/message.php?id=21789>

_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general

Reply via email to