| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Hunt.Index.RTreeIndex
Description
Text index using the DocIdMap based on the StringMap implementation.
- newtype RTreeIndex v = DmRT {}
- newtype SimpleRTreeIndex = InvRTreeIx {}
- readPosition :: Text -> MBB
- showPosition :: MBB -> Text
Documentation
newtype RTreeIndex v Source
Index adapter for RTree data structure
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) = () |
newtype SimpleRTreeIndex Source
Date index using a StringMap-implementation.
Constructors
| InvRTreeIx | |
Fields | |
Instances
readPosition :: Text -> MBB Source
showPosition :: MBB -> Text Source