#include "ctx.h"
#include "db.h"
#include "ii.h"
#include "token.h"
#include "output.h"
#include <groonga/plugin.h>
#include <string.h>
Go to the source code of this file.
Macro Definition Documentation
| #define CONST_STR_LEN |
( |
|
x | ) |
x, x ? sizeof(x) - 1 : 0 |
| #define DEFAULT_CONDITIONAL_PROBABILITY_THRESHOLD 0.2 |
| #define DEFAULT_FREQUENCY_THRESHOLD 100 |
| #define DEFAULT_OUTPUT_COLUMNS "_key,_score" |
| #define DEFAULT_SORTBY "-_score" |
Enumeration Type Documentation
- Enumerator:
| GRN_SUGGEST_SEARCH_YES |
|
| GRN_SUGGEST_SEARCH_NO |
|
| GRN_SUGGEST_SEARCH_AUTO |
|
Definition at line 42 of file suggest.c.
Function Documentation