Click or drag to resize

IFulltextService Interface

Service interface definition.

Namespace:  PDTec.IceNet.Domain.Fulltext.Service.Interface
Assembly:  PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IFulltextService

The IFulltextService type exposes the following members.

Methods
  NameDescription
Public methodFulltextSearch
Submits a search query to the fulltext index service.
Public methodFulltextSubmitIndexTasks
Submits a task to be processed by the fulltext index.
Public methodLogin
Authenticates the user and establishes a service session context. Calling this method is required to subsequently calling other service methods.
Top
See Also