Columbus.Matcher – libcolumbus Reference Manual
Matcher
Object Hierarchy:
Columbus.Matcher
Columbus.Matcher
Columbus.Matcher
Description:
[
Compact
]
[
CCode
( cname =
"ColMatcher"
, free_function =
"col_matcher_delete"
) ]
public
class
Matcher
Namespace:
Columbus
Package:
libcolumbus
Content:
Creation methods:
public
Matcher
()
Creates a new Matcher
Methods:
public
ErrorValues
get_error_values
()
Returns the matcher's
ErrorValues
object
public
IndexWeights
get_index_weights
()
Returns the matcher's
IndexWeights
object
public
void
index
(
Corpus
c)
Indexes the supplied Corpus
public
MatchResults
match
(
string
query_as_utf8)
Executes a query against the index data with the search term supplied as the first parameter Returns a MatchResults object.
2022 vala-language.org