Safe Haskell | None |
---|---|
Language | Haskell2010 |
Solr.Query.Geofilt
Contents
- data GeofiltQuery
- type Latitude = Double
- type Longitude = Double
- d :: Double -> LocalParams GeofiltQuery -> LocalParams GeofiltQuery
- pt :: Latitude -> Longitude -> LocalParams GeofiltQuery -> LocalParams GeofiltQuery
- sfield :: Text -> LocalParams GeofiltQuery -> LocalParams GeofiltQuery
Geofilt query
data GeofiltQuery Source #
Instances
Local params
d :: Double -> LocalParams GeofiltQuery -> LocalParams GeofiltQuery Source #
The 'd'
local parameter.
pt :: Latitude -> Longitude -> LocalParams GeofiltQuery -> LocalParams GeofiltQuery Source #
The 'pt'
local parameter.
sfield :: Text -> LocalParams GeofiltQuery -> LocalParams GeofiltQuery Source #
The 'sfield'
local parameter.