C# Class Xapian.Stem

Inheritance: IDisposable
Exibir arquivo Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Apply ( string word ) : string
Dispose ( ) : void
GetAvailableLanguages ( ) : string
GetDescription ( ) : string
Stem ( string language ) : System

Private Methods

Method Description
Stem ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Stem obj ) : HandleRef

Method Details

Apply() public method

public Apply ( string word ) : string
word string
return string

Dispose() public method

public Dispose ( ) : void
return void

GetAvailableLanguages() public static method

public static GetAvailableLanguages ( ) : string
return string

GetDescription() public method

public GetDescription ( ) : string
return string

Stem() public method

public Stem ( string language ) : System
language string
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool