PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stemmer_module Struct Reference

Data Fields

const char * name
 
pg_enc enc
 
struct SN_env *(* create )(void)
 
void(* close )(struct SN_env *)
 
int(* stem )(struct SN_env *)
 

Detailed Description

Definition at line 87 of file dict_snowball.c.

Field Documentation

◆ close

void(* stemmer_module::close) (struct SN_env *)

Definition at line 92 of file dict_snowball.c.

◆ create

struct SN_env *(* stemmer_module::create) (void)

Definition at line 90 of file dict_snowball.c.

Referenced by locate_stem_module().

◆ enc

pg_enc stemmer_module::enc

Definition at line 90 of file dict_snowball.c.

Referenced by locate_stem_module().

◆ name

const char* stemmer_module::name

Definition at line 89 of file dict_snowball.c.

Referenced by locate_stem_module().

◆ stem

int(* stemmer_module::stem) (struct SN_env *)

Definition at line 93 of file dict_snowball.c.

Referenced by locate_stem_module().


The documentation for this struct was generated from the following file: