Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Xapian
SimpleStopper
C# Class Xapian.SimpleStopper
Inheritance:
Stopper
Show file
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