| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Hunt.Index.PrefixTreeIndex2Dim
Description
Text index using the DocIdMap based on the StringMap implementation.
- newtype DmPrefixTree v = DmPT {}
- data PrefixTreeIndexPosition
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.
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) = () |
data PrefixTreeIndexPosition Source
Geo-position index using a StringMap-implementation.
Instances