1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

boolean fulltext search without an index

This commit is contained in:
serg@serg.mysql.com
2001-11-28 17:55:45 +01:00
parent 79258183fd
commit 4a5ca1073b
13 changed files with 113 additions and 118 deletions

View File

@@ -32,7 +32,7 @@ extern "C" {
typedef struct st_ft_info FT_INFO;
struct _ft_vft {
int (*read_next)(FT_INFO *, char *);
float (*find_relevance)(FT_INFO *, my_off_t, byte *);
float (*find_relevance)(FT_INFO *, byte *, uint);
void (*close_search)(FT_INFO *);
float (*get_relevance)(FT_INFO *);
void (*reinit_search)(FT_INFO *);