C# Class Xapian.SimpleStopper

Inheritance: Stopper
显示文件 Open project: kyeh/dormhost Class Usage Examples

Public Methods

Method Description
Add ( string word ) : void
Apply ( string term ) : bool
Dispose ( ) : void
GetDescription ( ) : string
SimpleStopper ( ) : System

Private Methods

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

Method Details

Add() public method

public Add ( string word ) : void
word string
return void

Apply() public method

public Apply ( string term ) : bool
term string
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetDescription() public method

public GetDescription ( ) : string
return string

SimpleStopper() public method

public SimpleStopper ( ) : System
return System