• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. DefaultSortSpec :: DefaultSort -> SortSpec

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. GeoDistanceSortSpec :: SortOrder -> GeoPoint -> DistanceUnit -> SortSpec

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. type TrackSortScores = Bool

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. hitSort :: Hit a -> Maybe SearchAfterKey

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  5. hitSortLens :: Lens' (Hit a) (Maybe SearchAfterKey)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  6. missingSort :: DefaultSort -> Maybe Missing

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. missingSortLens :: Lens' DefaultSort (Maybe Missing)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. mkSort :: FieldName -> SortOrder -> DefaultSort

    bloodhound Database.Bloodhound.Common.Types

    mkSort defaults everything but the FieldName and the SortOrder so that you can concisely describe the usual kind of SortSpecs you want.

  9. taSort :: TopHitsAggregation -> Maybe Sort

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  10. taSortLens :: Lens' TopHitsAggregation (Maybe Sort)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 179 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete