
Not indexable files
Is there a setting I can adjust to allow indexing of larger files? Would appreciate any assistance. Thank you!!
Getting directory listing...: 4 files found.
Indexing files:
INDEX /files/Real Simple.pdf......................Not indexable......OK - 136MB
INDEX /files/Real Simple (Partial 2).pdf..........Not indexable......OK - 30.8MB
INDEX /files/Real Simple (Partial).pdf......... -> Extracting...Indexing......OK - 9.3MB
INDEX /files/The King in Yellow.pdf........................ -> Extracting...Indexing......OK - 823KB
Done!
Answer

$config['search']['limit_file_size'] = 10485760;
That's the default value of the size limit. See this page https://docs.filerun.com/advanced_configuration for details on how to create a config file, where to place and edit the above.
Customer support service by UserEcho
That's the default value of the size limit. See this page https://docs.filerun.com/advanced_configuration for details on how to create a config file, where to place and edit the above.