C# Class Xapian.MSet

Inheritance: IDisposable
Afficher le fichier Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
MSet ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MSet obj ) : HandleRef

Method Details

Back() public méthode

public Back ( ) : MSetIterator
Résultat MSetIterator

Begin() public méthode

public Begin ( ) : MSetIterator
Résultat MSetIterator

ConvertToPercent() public méthode

public ConvertToPercent ( MSetIterator item ) : int
item MSetIterator
Résultat int

ConvertToPercent() public méthode

public ConvertToPercent ( double wt ) : int
wt double
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Empty() public méthode

public Empty ( ) : bool
Résultat bool

End() public méthode

public End ( ) : MSetIterator
Résultat MSetIterator

Fetch() public méthode

public Fetch ( ) : void
Résultat void

Fetch() public méthode

public Fetch ( MSetIterator item ) : void
item MSetIterator
Résultat void

Fetch() public méthode

public Fetch ( MSetIterator begin, MSetIterator end ) : void
begin MSetIterator
end MSetIterator
Résultat void

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

GetDocId() public méthode

public GetDocId ( uint i ) : uint
i uint
Résultat uint

GetDocument() public méthode

public GetDocument ( uint i ) : Xapian.Document
i uint
Résultat Xapian.Document

GetDocumentId() public méthode

public GetDocumentId ( uint i ) : uint
i uint
Résultat uint

GetDocumentPercentage() public méthode

public GetDocumentPercentage ( uint i ) : int
i uint
Résultat int

GetFirstItem() public méthode

public GetFirstItem ( ) : uint
Résultat uint

GetHit() public méthode

public GetHit ( uint i ) : MSetIterator
i uint
Résultat MSetIterator

GetMatchesEstimated() public méthode

public GetMatchesEstimated ( ) : uint
Résultat uint

GetMatchesLowerBound() public méthode

public GetMatchesLowerBound ( ) : uint
Résultat uint

GetMatchesUpperBound() public méthode

public GetMatchesUpperBound ( ) : uint
Résultat uint

GetMaxAttained() public méthode

public GetMaxAttained ( ) : double
Résultat double

GetMaxPossible() public méthode

public GetMaxPossible ( ) : double
Résultat double

GetTermFreq() public méthode

public GetTermFreq ( string tname ) : uint
tname string
Résultat uint

GetTermWeight() public méthode

public GetTermWeight ( string tname ) : double
tname string
Résultat double

MSet() public méthode

public MSet ( ) : System
Résultat System

MSet() public méthode

public MSet ( MSet other ) : System
other MSet
Résultat System

Size() public méthode

public Size ( ) : uint
Résultat uint

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool