C# Class Xapian.Query

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Empty ( ) : bool
GetDescription ( ) : string
GetLength ( ) : uint
GetTermsBegin ( ) : TermIterator
GetTermsEnd ( ) : TermIterator
Query ( ) : System
Query ( Query copyme ) : System
Query ( Query op_, Query q ) : System
Query ( Query op_, Query left, Query right ) : System
Query ( Query op_, Query q, double parameter ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs, uint param ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs, uint param ) : System
Query ( Query op_, string left, string right ) : System
Query ( Query op_, uint valno, string value ) : System
Query ( Query op_, uint valno, string begin, string end ) : System
Query ( string tname ) : System
Query ( string tname, uint wqf ) : System
Query ( string tname, uint wqf, uint term_pos ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Empty() public method

public Empty ( ) : bool
return bool

GetDescription() public method

public GetDescription ( ) : string
return string

GetLength() public method

public GetLength ( ) : uint
return uint

GetTermsBegin() public method

public GetTermsBegin ( ) : TermIterator
return TermIterator

GetTermsEnd() public method

public GetTermsEnd ( ) : TermIterator
return TermIterator

Query() public method

public Query ( ) : System
return System

Query() public method

public Query ( Query copyme ) : System
copyme Query
return System

Query() public method

public Query ( Query op_, Query q ) : System
op_ Query
q Query
return System

Query() public method

public Query ( Query op_, Query left, Query right ) : System
op_ Query
left Query
right Query
return System

Query() public method

public Query ( Query op_, Query q, double parameter ) : System
op_ Query
q Query
parameter double
return System

Query() public method

public Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs ) : System
op Query
subqs SWIGTYPE_p_std__vectorTXapian__Query_t
return System

Query() public method

public Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs, uint param ) : System
op Query
subqs SWIGTYPE_p_std__vectorTXapian__Query_t
param uint
return System

Query() public method

public Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs ) : System
op Query
subqs SWIGTYPE_p_std__vectorTstd__string_t
return System

Query() public method

public Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs, uint param ) : System
op Query
subqs SWIGTYPE_p_std__vectorTstd__string_t
param uint
return System

Query() public method

public Query ( Query op_, string left, string right ) : System
op_ Query
left string
right string
return System

Query() public method

public Query ( Query op_, uint valno, string value ) : System
op_ Query
valno uint
value string
return System

Query() public method

public Query ( Query op_, uint valno, string begin, string end ) : System
op_ Query
valno uint
begin string
end string
return System

Query() public method

public Query ( string tname ) : System
tname string
return System

Query() public method

public Query ( string tname, uint wqf ) : System
tname string
wqf uint
return System

Query() public method

public Query ( string tname, uint wqf, uint term_pos ) : System
tname string
wqf uint
term_pos uint
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool