XapianStopper

XapianStopper — stopper

Functions

Object Hierarchy

    GObject
    ╰── XapianStopper
        ╰── XapianSimpleStopper

Description

Abstract class for stop-word decision functor.

Functions

xapian_stopper_get_description ()

gchar *
xapian_stopper_get_description (XapianStopper *self);

Returns a string describing this object.

Parameters

self

a XapianStopper

 

Returns

description of the stopper.

[transfer full]

Since: 1.2


xapian_stopper_is_stop_term ()

gboolean
xapian_stopper_is_stop_term (XapianStopper *self,
                             const char *term);

Checks whether term is a stopper term.

Parameters

self

a XapianStopper

 

term

a term

 

Returns

TRUE if term is a stopper term

Since: 1.2

Types and Values