23 #include <yaz/proto.h>
33 const char *profile_path);
45 const char **from,
int len,
int first);
49 const char **from,
int len,
int *q_map_match);
56 const char **reg_id,
char **search_type,
char *rank_type,
57 int *complete_flag,
int *sort_flag);
99 const char *buf,
size_t len);
103 const char **result_buf,
size_t *result_len,
104 const char **display_buf,
size_t *display_len);
short ZEBRA_RES
Common return type for Zebra API.
int zebra_maps_is_index(zebra_map_t zm)
zebra_map_t zebra_map_get(zebra_maps_t zms, const char *id)
int zebra_maps_is_alwaysmatches(zebra_map_t zm)
int zebra_maps_is_first_in_field(zebra_map_t zm)
int zebra_map_tokenize_next(zebra_map_t zm, const char **result_buf, size_t *result_len, const char **display_buf, size_t *display_len)
void zebra_maps_define_default_sort(zebra_maps_t zms)
void zebra_maps_close(zebra_maps_t zm)
int zebra_maps_is_sort(zebra_map_t zm)
int zebra_maps_is_staticrank(zebra_map_t zm)
int zebra_maps_attr(zebra_maps_t zms, Z_AttributesPlusTerm *zapt, const char **reg_id, char **search_type, char *rank_type, int *complete_flag, int *sort_flag)
int zebra_maps_is_positioned(zebra_map_t zm)
int zebra_maps_is_icu(zebra_map_t zm)
int zebra_map_tokenize_start(zebra_map_t zm, const char *buf, size_t len)
const char * zebra_maps_output(zebra_map_t zm, const char **from)
int zebra_maps_sort(zebra_maps_t zms, Z_SortAttributes *sortAttributes, int *numerical)
struct zebra_map * zebra_map_t
struct zebra_maps_s * zebra_maps_t
const char ** zebra_maps_search(zebra_map_t zm, const char **from, int len, int *q_map_match)
int zebra_maps_is_complete(zebra_map_t zm)
ZEBRA_RES zebra_maps_read_file(zebra_maps_t zms, const char *fname)
WRBUF zebra_replace(zebra_map_t zm, const char *ex_list, const char *input_str, int input_len)
zebra_map_t zebra_map_get_or_add(zebra_maps_t zms, const char *id)
const char ** zebra_maps_input(zebra_map_t zm, const char **from, int len, int first)
zebra_maps_t zebra_maps_open(Res res, const char *base_path, const char *profile_path)