Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
bloodhound Database.Bloodhound.Common.Requests For a given search, request a scroll for efficient streaming of search results. Combine this with advanceScroll to efficiently stream through the full result set. Note that this search respects sorting and may be less efficient than getInitialScroll.
-
bloodhound Database.Bloodhound.Common.Types DefaultSort is usually the kind of SortSpec you'll want. There's a mkSort convenience function for when you want to specify only the most common parameters. The ignoreUnmapped, when Just field is used to set the elastic unmapped_type http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html#search-request-sort
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
DefaultSortSpec :: DefaultSort -> SortSpecbloodhound Database.Bloodhound.Common.Types No documentation available.
GeoDistanceSortSpec :: SortOrder -> GeoPoint -> DistanceUnit -> SortSpecbloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
hitSort :: Hit a -> Maybe SearchAfterKeybloodhound Database.Bloodhound.Common.Types No documentation available.
hitSortLens :: Lens' (Hit a) (Maybe SearchAfterKey)bloodhound Database.Bloodhound.Common.Types No documentation available.
missingSort :: DefaultSort -> Maybe Missingbloodhound Database.Bloodhound.Common.Types No documentation available.
missingSortLens :: Lens' DefaultSort (Maybe Missing)bloodhound Database.Bloodhound.Common.Types No documentation available.