Stefan Guggisberg wrote:
another thing worth considering: text extractors may eat up a lot of cpu power,
especially when dealing with large files. if you don't really need
fulltext search
within your files, you should propably disable the relevant text extractors.

or, if you still want text extraction, but can live with asynchronous extraction configure the SearchIndex with:

<param name="extractorPoolSize" value="2"/>

this will use two background threads for text extraction that takes more than 100 milliseconds.

regards
 marcel

Reply via email to