Holumbus-Searchengine: A search and indexing engine.

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

The Holumbus-Searchengine library provides a document indexer and crawler to build indexes over document collections as well as a sophisticated query interface for these indexes.

Changes from 1.2.2: New HashedIndex with DocIds generated by a hash function


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.2.0, 1.2.1, 1.2.2, 1.2.3
Dependencies base (>=4 && <5), binary (>=0.5 && <1), bytestring (>=0.9 && <1), bzlib (>=0.4 && <1), containers (>=0.2), deepseq (>=1.1), directory (>=1 && <2), enummapset (<1), filepath (>=1 && <2), hslogger (>=1 && <2), hxt (>=9.1 && <10), hxt-cache (>=9 && <10), hxt-curl (>=9 && <10), hxt-regex-xmlschema (>=9 && <10), hxt-unicode (>=9 && <10), mtl (>=1.1 && <3), network (>=2.1 && <3), parallel (>=3.1 && <4), parsec (>=2.1 && <4), process (>=1 && <2), SHA (>=1.4 && <2), unix (>=2.3 && <3) [details]
License MIT
Copyright Copyright (c) 2007 - 2012 Uwe Schmidt, Sebastian M. Gauck and Timo B. Kranz
Author Sebastian M. Gauck, Timo B. Kranz, Uwe Schmidt
Maintainer Timo B. Huebel <tbh@holumbus.org>, Uwe Schmidt <uwe@fh-wedel.de>
Category Text, Data
Home page http://holumbus.fh-wedel.de
Source repo head: git clone https://github.com/fortytools/holumbus
Uploaded by UweSchmidt at 2012-03-01T13:47:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3794 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Holumbus-Searchengine-1.2.3

[back to package description]
This is Holumbus.

Version 0.4

Sebastian M. Schlatt - sms@holumbus.org
Timo B. Hübel - tbh@holumbus.org

http://www.holumbus.org

About
-----

Holumbus is a Haskell library which provides the basic building blocks for
creating powerful indexing and search applications. This includes a framework
for distributed crawling and indexing as well as distributed query processing.

Contents
--------

doc       Detailed information about the internals of Holumbus.
examples  Some example applications and utilities.
source    Source code of the Holumbus core library.
test      Several tests for the Holumbus core library.

Requirements
------------

The Holumbus core library requires at least GHC 6.8.2 and the 
following packages (available via Hackage):

- binary 0.4.1
- bzlib 0.4.0.1
- HDBC 1.1.4
- HDBC-sqlite3 1.1.4.0
- hxt 7.5
- regex-compat 0.71.0.1
- utf8-string 0.2

Installation
------------

A Cabal file is provided, therefore Holumbus can be installed using
the standard Cabal way:

$ runhaskell Setup.hs configure
$ runhaskell Setup.hs build
$ runhaskell Setup.hs install # with root privileges

Documentation
-------------

Documentation is provided through the examples and extensive Haddock 
API documentation available online at http://www.holumbus.org.

Details about the internals of the Holumbus framework are available in
the extensive descriptions of the implementation in the "doc" directory.