C# 클래스 Xapian.MSet

상속: IDisposable
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MSet ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MSet obj ) : HandleRef

메소드 상세

Back() 공개 메소드

public Back ( ) : MSetIterator
리턴 MSetIterator

Begin() 공개 메소드

public Begin ( ) : MSetIterator
리턴 MSetIterator

ConvertToPercent() 공개 메소드

public ConvertToPercent ( MSetIterator item ) : int
item MSetIterator
리턴 int

ConvertToPercent() 공개 메소드

public ConvertToPercent ( double wt ) : int
wt double
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Empty() 공개 메소드

public Empty ( ) : bool
리턴 bool

End() 공개 메소드

public End ( ) : MSetIterator
리턴 MSetIterator

Fetch() 공개 메소드

public Fetch ( ) : void
리턴 void

Fetch() 공개 메소드

public Fetch ( MSetIterator item ) : void
item MSetIterator
리턴 void

Fetch() 공개 메소드

public Fetch ( MSetIterator begin, MSetIterator end ) : void
begin MSetIterator
end MSetIterator
리턴 void

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetDocId() 공개 메소드

public GetDocId ( uint i ) : uint
i uint
리턴 uint

GetDocument() 공개 메소드

public GetDocument ( uint i ) : Xapian.Document
i uint
리턴 Xapian.Document

GetDocumentId() 공개 메소드

public GetDocumentId ( uint i ) : uint
i uint
리턴 uint

GetDocumentPercentage() 공개 메소드

public GetDocumentPercentage ( uint i ) : int
i uint
리턴 int

GetFirstItem() 공개 메소드

public GetFirstItem ( ) : uint
리턴 uint

GetHit() 공개 메소드

public GetHit ( uint i ) : MSetIterator
i uint
리턴 MSetIterator

GetMatchesEstimated() 공개 메소드

public GetMatchesEstimated ( ) : uint
리턴 uint

GetMatchesLowerBound() 공개 메소드

public GetMatchesLowerBound ( ) : uint
리턴 uint

GetMatchesUpperBound() 공개 메소드

public GetMatchesUpperBound ( ) : uint
리턴 uint

GetMaxAttained() 공개 메소드

public GetMaxAttained ( ) : double
리턴 double

GetMaxPossible() 공개 메소드

public GetMaxPossible ( ) : double
리턴 double

GetTermFreq() 공개 메소드

public GetTermFreq ( string tname ) : uint
tname string
리턴 uint

GetTermWeight() 공개 메소드

public GetTermWeight ( string tname ) : double
tname string
리턴 double

MSet() 공개 메소드

public MSet ( ) : System
리턴 System

MSet() 공개 메소드

public MSet ( MSet other ) : System
other MSet
리턴 System

Size() 공개 메소드

public Size ( ) : uint
리턴 uint

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool