Holumbus-Searchengine-1.2.3: A search and indexing engine.

Portabilitynone portable
Stabilityexperimental
MaintainerTimo B. Huebel (tbh@holumbus.org)
Safe HaskellNone

Holumbus.Index.Common.BasicTypes

Description

Basic data types for index

Synopsis

Documentation

type URI = StringSource

The URI describing the location of the original document.

type Title = StringSource

The title of a document.

type Content = StringSource

The content of a document.

type Position = Word32Source

The position of a word in the document. type Position = Int

type Context = StringSource

The name of a context.

type Word = StringSource

A single word.