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

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

This class handles fulltext search operations on the Content Studio fulltext search
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.FulltextFulltextSearch

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

public class FulltextSearch : CSBase

The FulltextSearch type exposes the following members.

Constructors

  NameDescription
Public methodFulltextSearch
Initializes a new instance of the FulltextSearch class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodSearch(ConnectionId, SessionId, String, Int32, Int32, Int32, Int32, Int32, String)
Performs a fulltext search against the Content Studio fulltext index.
Public methodSearch(ConnectionId, SessionId, String, FulltextSearchSortOrder, Int32, FulltextSearchContainerListTypes, Int32, Int32, Int32, Int32)
Performs a fulltext search against the Content Studio fulltext index.
Public methodSearch(ConnectionId, SessionId, String, FulltextSearchCriteriaOptions, FulltextSearchSortOrder, Int32, FulltextSearchContainerListTypes, Boolean, String, Boolean, Int32, String, Int32, Int32, Int32, Int32)
Performs a fulltext search against the Content Studio fulltext index.
Public methodSearch(ConnectionId, SessionId, String, FulltextSearchCriteriaOptions, FulltextSearchSortOrder, Int32, FulltextSearchContainerListTypes, Boolean, String, Boolean, Int32, String, NullableInt32, FulltextSearchFulltextSearchMethod, FulltextSearchFulltextSearchOption, Int32, Int32, Int32, Int32)
Performs a fulltext search against the Content Studio fulltext index.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_CRITERIA_SIZE
Defines the maximum length of a search criteria. This limitation is true also for criteria after it has been modified by the built in translate algorithm.
Top
See Also

Reference