mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
txtidx datatype for full text indexing with GiST.
From Oleg Bartunov and Teodor Sigaev.
This commit is contained in:
9
contrib/tsearch/morph.h
Normal file
9
contrib/tsearch/morph.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __MORPH_H__
|
||||
#define __MORPH_H__
|
||||
|
||||
void initmorph(void);
|
||||
|
||||
char* lemmatize( char* word, int *len, int type );
|
||||
|
||||
bool is_stoptype(int type);
|
||||
#endif
|
Reference in New Issue
Block a user