Dazzle.FuzzyIndexMatch

g Dazzle.FuzzyIndexMatch Dazzle.FuzzyIndexMatch GObject.Object GObject.Object GObject.Object->Dazzle.FuzzyIndexMatch

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_document ()

get_key ()

get_priority ()

get_score ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

document

GLib.Variant

r/w/co

Document

key

str

r/w/co

The string key that was inserted for the document

priority

int

r/w/co

The priority used when creating the index

score

float

r/w/co

Score

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Dazzle.FuzzyIndexMatch(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Dazzle.FuzzyIndexMatchClass

get_document()
Returns:

A GLib.Variant.

Return type:

GLib.Variant

get_key()
Return type:

str

get_priority()
Return type:

int

get_score()
Return type:

float

Property Details

Dazzle.FuzzyIndexMatch.props.document
Name:

document

Type:

GLib.Variant

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Document

Dazzle.FuzzyIndexMatch.props.key
Name:

key

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The string key that was inserted for the document

Dazzle.FuzzyIndexMatch.props.priority
Name:

priority

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The priority used when creating the index

Dazzle.FuzzyIndexMatch.props.score
Name:

score

Type:

float

Default Value:

0.0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Score