[Haskell-cafe] Re: Haskell custom search engine
Alberto G. Corona
agocorona at gmail.com
Wed Nov 15 09:22:49 EST 2006
By the way, I have developped the core of a search engine completely in
Haskell.
It can index arbitrary objects (including files, of course)
has definitions for filters, with predefined filters for plain text,
HTML/XML and a general filter for Haskell data types
It has basic search capabilities: it returns a list of identifiers (URIs) of
the objects that contains all the entered keywords.
But it is fairly easy to accept arbitrary AND OR and NOT conditions. Just
query parsing is necessary.
More info:
http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html
The source of Search.hs can be found here<http://www.box.net/public/fdkami7jbk>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20061115/296d4e3d/attachment.htm
More information about the Haskell-Cafe
mailing list