C# Class Xapian.MSet

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Back ( ) : MSetIterator
Begin ( ) : MSetIterator
ConvertToPercent ( MSetIterator item ) : int
ConvertToPercent ( double wt ) : int
Dispose ( ) : void
Empty ( ) : bool
End ( ) : MSetIterator
Fetch ( ) : void
Fetch ( MSetIterator item ) : void
Fetch ( MSetIterator begin, MSetIterator end ) : void
GetDescription ( ) : string
GetDocId ( uint i ) : uint
GetDocument ( uint i ) : Xapian.Document
GetDocumentId ( uint i ) : uint
GetDocumentPercentage ( uint i ) : int
GetFirstItem ( ) : uint
GetHit ( uint i ) : MSetIterator
GetMatchesEstimated ( ) : uint
GetMatchesLowerBound ( ) : uint
GetMatchesUpperBound ( ) : uint
GetMaxAttained ( ) : double
GetMaxPossible ( ) : double
GetTermFreq ( string tname ) : uint
GetTermWeight ( string tname ) : double
MSet ( ) : System
MSet ( MSet other ) : System
Size ( ) : uint

Private Methods

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

Method Details

Back() public method

public Back ( ) : MSetIterator
return MSetIterator

Begin() public method

public Begin ( ) : MSetIterator
return MSetIterator

ConvertToPercent() public method

public ConvertToPercent ( MSetIterator item ) : int
item MSetIterator
return int

ConvertToPercent() public method

public ConvertToPercent ( double wt ) : int
wt double
return int

Dispose() public method

public Dispose ( ) : void
return void

Empty() public method

public Empty ( ) : bool
return bool

End() public method

public End ( ) : MSetIterator
return MSetIterator

Fetch() public method

public Fetch ( ) : void
return void

Fetch() public method

public Fetch ( MSetIterator item ) : void
item MSetIterator
return void

Fetch() public method

public Fetch ( MSetIterator begin, MSetIterator end ) : void
begin MSetIterator
end MSetIterator
return void

GetDescription() public method

public GetDescription ( ) : string
return string

GetDocId() public method

public GetDocId ( uint i ) : uint
i uint
return uint

GetDocument() public method

public GetDocument ( uint i ) : Xapian.Document
i uint
return Xapian.Document

GetDocumentId() public method

public GetDocumentId ( uint i ) : uint
i uint
return uint

GetDocumentPercentage() public method

public GetDocumentPercentage ( uint i ) : int
i uint
return int

GetFirstItem() public method

public GetFirstItem ( ) : uint
return uint

GetHit() public method

public GetHit ( uint i ) : MSetIterator
i uint
return MSetIterator

GetMatchesEstimated() public method

public GetMatchesEstimated ( ) : uint
return uint

GetMatchesLowerBound() public method

public GetMatchesLowerBound ( ) : uint
return uint

GetMatchesUpperBound() public method

public GetMatchesUpperBound ( ) : uint
return uint

GetMaxAttained() public method

public GetMaxAttained ( ) : double
return double

GetMaxPossible() public method

public GetMaxPossible ( ) : double
return double

GetTermFreq() public method

public GetTermFreq ( string tname ) : uint
tname string
return uint

GetTermWeight() public method

public GetTermWeight ( string tname ) : double
tname string
return double

MSet() public method

public MSet ( ) : System
return System

MSet() public method

public MSet ( MSet other ) : System
other MSet
return System

Size() public method

public Size ( ) : uint
return uint

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool