Class SybaseFulltextIndexProvider
Stellt die Kommunikations mit dem SybaseSQL-Volltext-System her
Inheritance
System.Object
SybaseFulltextIndexProvider
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension.FulltextIndex
Assembly: Simplic.Framework.Extension.dll
Syntax
public class SybaseFulltextIndexProvider : IFulltextIndexProvider
Constructors
| Improve this Doc View SourceSybaseFulltextIndexProvider()
Declaration
public SybaseFulltextIndexProvider()
Methods
| Improve this Doc View SourceLoadConfiguration(String)
Konfiguriert den aktuellen Provider
Declaration
public void LoadConfiguration(string ConfigurationXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | ConfigurationXml |
SetDocumentFulltext(Guid, String, String)
Setzt den Fulltext für ein Dokument
Declaration
public void SetDocumentFulltext(Guid BlobGuid, string originalContent, string Content)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | BlobGuid | Guid des Blobs |
System.String | originalContent | original content |
System.String | Content | Gibt den Inhalt des Dokumentes (=Voltlext) an |
SetInstanceDataFullText(Guid, Guid, String)
Setzt den Fulltext für einen Instanzdatensatz
Declaration
public void SetInstanceDataFullText(Guid StackGuid, Guid InstanceDataGuid, string Content)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | StackGuid | Guid der Ablage |
System.Guid | InstanceDataGuid | Guid des Instanzdatensatzes |
System.String | Content | Gibt den Inhalt des Instanzdatensatzes an |