FullTextTranslator Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class handles the translation of fulltext queries from the friendly syntax to the SQL-server syntax. This class is a static class and cannot be instanciated.
Inheritance Hierarchy

SystemObject
  ContentStudio.DocumentFullTextTranslator

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static class FullTextTranslator

The FullTextTranslator type exposes the following members.

Methods

  NameDescription
Public methodStatic memberTranslateSearchString
Converts a "Google type" search syntax to a search argument that can be used as an argument to SQL-server's CONTAINS search command
Top
See Also

Reference