Skip to content

Do support for full text indexes #11

@fffej

Description

@fffej

CREATE FULLTEXT CATALOG is documented at https://msdn.microsoft.com/en-us/library/ms189520.aspx

CREATE FULLTEXT CATALOG catalog_name
     [ON FILEGROUP filegroup ]
     [IN PATH 'rootpath']
     [WITH <catalog_option>]
     [AS DEFAULT]
     [AUTHORIZATION owner_name ]

<catalog_option>::=
     ACCENT_SENSITIVITY = {ON|OFF}

In version one we can probably ignore file group.

See also CREATE FULLTEXT INDEX (https://msdn.microsoft.com/en-us/library/ms187317.aspx)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions