Hello Lazarus-List, Tuesday, January 26, 2010, 3:14:54 PM, you wrote:
GG> The code is available in fpGUI's repository on SourceForge, inside the GG> 'docview' directory. See my signature for details on how to get the code. I'll check it. GG> Make no mistake, the docview code will not be a simple copy and paste and GG> reuse in something like fpdoc. Some work will be required, because the GG> search scoring system is specific built for INF files which already have GG> pre-built dictionaries of all text found in INF files. Yes I know, INF uses a indexed word recreation for documents. GG> An alternative FTS and Indexing system implemented in Object Pascal is the GG> IODA project [http://ioda.sourceforge.net/]. Maybe something useful can GG> come from looking at that code as well. Oh! great! I'll check if I can create some class around this code in order to create a embedded FTS instead using the command line program. GG> I asked about a general (easy) implementation of FTS and Indexing back in GG> Jan 2009 in the fpc-users mailing list. I still think a all-purpose FTS GG> implementation in Object Pascal could be handy for many projects. Well, all-purpose would be almost "impossible" due the specialization needed for each language (in my case there is no one language, but many are possible) but a general one that can be used in non specialized cases. -- Best regards, JoshyFun -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
