Click or drag to resize
IFulltextServiceImpl Interface

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

The IFulltextServiceImpl type exposes the following members.

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