Disabling image search

Hi

I am very new to YaCy and so far I am really happy with it.

I use it for linguistic analysis so my question is: can I completely disable image search in order to save disk space and crawling time? Does it worth the trouble?

I still want to parse pdf, rtf and such documents though.

I did disable on Load Web Pages → Parser configuration → all image extensions under Generic image parser, but it still gets image results, most of them with php, html and aspx filetypes.

Thanks

I changed the following settings in yacy.init and seems that this is what I am looking for.

    # search domains. If set to false then that search is not available
search.text = true
search.image = false
search.audio = false
search.video = false
search.app = false
2 Likes

I also disabled all image related fields in solr collection schema and reindexed. That saved some space.