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. newtype TsVector

    beam-postgres Database.Beam.Postgres

    The type of a document preprocessed for full-text search. The contained ByteString is the Postgres representation of the TSVECTOR type. Use toTsVector to construct these on-the-fly from strings. When this field is embedded in a beam table, defaultMigratableDbSettings will give the column the postgres TSVECTOR type.

  2. TsVector :: ByteString -> TsVector

    beam-postgres Database.Beam.Postgres

    No documentation available.

  3. data TsVectorConfig

    beam-postgres Database.Beam.Postgres

    The identifier of a Postgres text search configuration. Use the IsString instance to construct new values of this type

  4. toTsVector :: BeamSqlBackendIsString Postgres str => Maybe TsVectorConfig -> QGenExpr context Postgres s str -> QGenExpr context Postgres s TsVector

    beam-postgres Database.Beam.Postgres

    The Postgres to_tsvector function. Given a configuration and string, return the TSVECTOR that represents the contents of the string.

  5. tsvector :: DataType Postgres TsVector

    beam-postgres Database.Beam.Postgres

    DataType for tsvector. See TsVector for more information

  6. tsvector :: DataType Postgres TsVector

    beam-postgres Database.Beam.Postgres.Migrate

    DataType for tsvector. See TsVector for more information

  7. pgTsVectorType :: PgDataTypeSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  8. pgTsVectorTypeInfo :: TypeInfo

    beam-postgres Database.Beam.Postgres.Syntax

    Postgres TypeInfo for tsvector TODO Is the Oid stable from postgres instance to postgres instance?

  9. FastVector :: FastVectorHighlight -> HighlightSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  10. data FastVectorHighlight

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 99 of many | Previous | Next