> On Jul 2, 2018, at 5:39 AM, Michael Van Canneyt <mich...@freepascal.org> 
> wrote:
> 
> I'm reviving my 'search docs' engine attempt. The idea is to create a single
> index for all doc pages, which would be updated when the documentation is
> regenerated.

why can’t the .chm file be read on the server? There’s already scripts to do 
this like https://github.com/mlocati/chm-lib. It’s fast to search those things 
once they’re in memory.

Reading the 3.4M file is brutal though and I don’t know if web servers can 
share memory between requests unless we had custom software. MySQL solves this 
but we need to convert the .chm index into SQL then.

Regards,
        Ryan Joseph

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to