C# Class Xapian.BM25Weight

Inheritance: Xapian.Weight
Mostrar archivo Open project: kyeh/dormhost Class Usage Examples

Public Methods

Method Description
BM25Weight ( ) : System
BM25Weight ( double k1_, double k2_, double k3_, double b_, double min_normlen_ ) : System
Clone ( ) : BM25Weight
Dispose ( ) : void
GetMaxExtra ( ) : double
GetMaxPart ( ) : double
GetSumExtra ( double len ) : double
GetSumPart ( uint wdf, double len ) : double
GetSumPartNeedsDocLength ( ) : bool
Name ( ) : string
Serialise ( ) : string
Unserialise ( string s ) : Xapian.Weight

Private Methods

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

Method Details

BM25Weight() public method

public BM25Weight ( ) : System
return System

BM25Weight() public method

public BM25Weight ( double k1_, double k2_, double k3_, double b_, double min_normlen_ ) : System
k1_ double
k2_ double
k3_ double
b_ double
min_normlen_ double
return System

Clone() public method

public Clone ( ) : BM25Weight
return BM25Weight

Dispose() public method

public Dispose ( ) : void
return void

GetMaxExtra() public method

public GetMaxExtra ( ) : double
return double

GetMaxPart() public method

public GetMaxPart ( ) : double
return double

GetSumExtra() public method

public GetSumExtra ( double len ) : double
len double
return double

GetSumPart() public method

public GetSumPart ( uint wdf, double len ) : double
wdf uint
len double
return double

GetSumPartNeedsDocLength() public method

public GetSumPartNeedsDocLength ( ) : bool
return bool

Name() public method

public Name ( ) : string
return string

Serialise() public method

public Serialise ( ) : string
return string

Unserialise() public method

public Unserialise ( string s ) : Xapian.Weight
s string
return Xapian.Weight