XapianSimpleStopper

XapianSimpleStopper — Simple stopper

Functions

Object Hierarchy

    GObject
    ╰── XapianStopper
        ╰── XapianSimpleStopper

Description

Simple implementation of Stopper class - this will suit most users.

Functions

xapian_simple_stopper_add ()

void
xapian_simple_stopper_add (XapianSimpleStopper *stopper,
                           const gchar *word);

Adds a single stop word.

Parameters

stopper

a XapianSimpleStopper

 

word

stop word to be added

 

Since: 1.2


xapian_simple_stopper_new ()

XapianSimpleStopper *
xapian_simple_stopper_new (void);

Creates a new XapianSimpleStopper

Returns

the newly created XapianSimpleStopper instance.

[transfer full]

Since: 1.2

Types and Values