Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Full text indexing

From: doug:vos:eds at: 2-Feb-2004 13:07

Hello Graham and rebolers, I did full text indexing in rebol back in 1999 or 2000 as one of my first rebol learning projects. (This is an old bunch of rebol code and I have not updated it since then.) You can see the result here: http://vvn.net/bible/ (Works with rebol 2.x.x and up I think.) If you want the source, I can dig it up and ship it to you or re-package the basic functions for use by rebol.org. This full text indexer parses all the words in the body of text first and produces the index file (one time) and then compares query requests to index before displaying the actual text. - Doug