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

Safe HaskellNone
LanguageHaskell98

Hunt.Index.RTreeIndex

Description

Text index using the DocIdMap based on the StringMap implementation.

Synopsis

Documentation

newtype RTreeIndex v Source

Index adapter for RTree data structure

Constructors

DmRT 

Fields

dmRT :: RTree v
 

Instances

Eq v => Eq (RTreeIndex v) 
Show v => Show (RTreeIndex v) 
IndexValue x => Binary (RTreeIndex x) 
NFData v => NFData (RTreeIndex v) 
IndexValue v => Index (RTreeIndex v) 
Typeable (* -> *) RTreeIndex 
type IKey (RTreeIndex v) = MBB 
type IVal (RTreeIndex v) = v 
type ICon (RTreeIndex v) = ()