Hayoo: The Hayoo! search engine for Haskell API search on hackage

[ data, mit, program, text ] [ Propose Tags ]

The Hayoo! search engine based no the Holumbus framework provides a document indexer and a crawler to build indexes over Haddock generated API documentation and packages as well as a query interface for these indexes.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
hayoosnap

Build Hayoo! search with Snap server

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.2.0, 1.2.3
Dependencies base (>=4 && <5), binary (>=0.5 && <1), bytestring (>=0.9.1 && <0.10), bzlib (>=0.4 && <1), containers (>=0.2 && <1), deepseq (>=1.1 && <2), enummapset (<1), filepath (>=1 && <2), hack (>=2009.10.30), hack-contrib (>=2010.9.28), hack-handler-simpleserver (>=0.2.0.1), Holumbus-Searchengine (>=1.2 && <2), hslogger (>=1 && <2), hxt (>=9.1 && <10), hxt-cache (>=9 && <10), hxt-charproperties (>=9 && <10), hxt-curl (>=9 && <10), hxt-http (>=9 && <10), hxt-regex-xmlschema (>=9 && <10), hxt-unicode (>=9 && <10), hxt-xpath (>=9.1 && <10), json (>=0.4 && <1), MonadCatchIO-transformers (>=0.2.1 && <0.3), mtl (>=2 && <3), network (>=2.1 && <3), old-time (>=1 && <2), parsec (>=2.1 && <4), process (>=1 && <2), snap (>=0.4 && <0.5), snap-core (>=0.4 && <0.5), snap-server (>=0.4 && <0.5), tar (>=0.3 && <1), text (>=0.11 && <1), transformers (>=0.2.2 && <0.3), xhtml-combinators (>=0.2 && <1), zlib (>=0.5 && <1) [details]
License MIT
Copyright Copyright (c) 2007 - 2012 Uwe Schmidt, Sebastian M. Schlatt and Timo B. Kranz
Author Sebastian M. Schlatt, Timo B. Huebel, Uwe Schmidt
Maintainer Timo B. Huebel <tbh@holumbus.org>
Category Text, Data
Home page http://holumbus.fh-wedel.de
Uploaded by UweSchmidt at 2012-02-14T13:46:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hayooSnap, hayooSearch, hayooIndexer
Downloads 2254 total (5 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-25 [all 7 reports]

Readme for Hayoo-1.2.0

[back to package description]
The Hayoo! Search Engine
========================

The system is build with the familiar 3 steps

cabal configure
cabal build
cabal install

There are 3 executables: hayooIndexer, hayooSearch and hayooFastCGI,
which will be installed under "~/.cabal/bin".

The applications require besides various hackage packages
the Holumbus-Searchengine package. The sources for this package
are located in the repository "../Holumbus-Searchengine".

All sources are located in subdir "src", the applications
can be executed in subdir "index". There is a Makefile to
build the hackage index and to start the Hayoo seach server.