mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-07 15:22:21 +03:00
parent
3939fc6ae1
commit
3bef0d9913
@ -1118,7 +1118,7 @@ data SearchResult a =
|
||||
, searchHits :: SearchHits a
|
||||
, aggregations :: Maybe AggregationResults } deriving (Eq, Show)
|
||||
|
||||
type Score = Double
|
||||
type Score = Maybe Double
|
||||
|
||||
data SearchHits a =
|
||||
SearchHits { hitsTotal :: Int
|
||||
|
Loading…
Reference in New Issue
Block a user