hunt-searchengine-0.3.0.1: A search and indexing engine.

Safe HaskellNone
LanguageHaskell98

Hunt.Index.PrefixTreeIndex

Description

Text index using the DocIdMap based on the StringMap implementation.

Synopsis

Documentation

newtype DmPrefixTree v Source

Text index using DocIdMap based on the StringMap implementation. Note that the value parameter is on the type of the DocIdMap value and not the DocIdSet itself.

Constructors

DmPT 

Fields

dmPT :: StringMap v
 

Instances

Eq v => Eq (DmPrefixTree v) 
Show v => Show (DmPrefixTree v) 
IndexValue v => Binary (DmPrefixTree v) 
NFData v => NFData (DmPrefixTree v) 
IndexValue v => Index (DmPrefixTree v) 
Typeable (* -> *) DmPrefixTree 
type IKey (DmPrefixTree v) = Key 
type IVal (DmPrefixTree v) = v 
type ICon (DmPrefixTree v) = ()