X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=ac20d69b794309db30e26dd14f3ac1b07efe3873;hb=ba572d8e1de44023f355c09c4250328aba0e9a47;hp=4aeb09559f4cbfd35aa6bae2b0e3d2d822ba76e4;hpb=5d51844baabbb37b83afdd9b10db0a6c53cd1905;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 4aeb095..ac20d69 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -1,10 +1,25 @@ /* - * Copyright (C) 1994-1998, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.6 1998-06-23 15:33:33 adam + * Revision 1.11 2001-01-22 10:42:56 adam + * Added numerical sort. + * + * Revision 1.10 1999/11/30 13:48:03 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.9 1999/09/07 07:19:21 adam + * Work on character mapping. Implemented replace rules. + * + * Revision 1.8 1999/02/12 13:29:21 adam + * Implemented position-flag for registers. + * + * Revision 1.7 1999/02/02 14:50:46 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.6 1998/06/23 15:33:33 adam * Added feature to specify sort criteria in query (type 7 specifies * sort flags). * @@ -33,7 +48,7 @@ #ifndef ZEBRAMAP_H #define ZEBRAMAP_H -#include +#include #include #ifdef __cplusplus @@ -53,10 +68,16 @@ int zebra_maps_attr (ZebraMaps zms, Z_AttributesPlusTerm *zapt, unsigned *reg_id, char **search_type, char **rank_type, int *complete_flag, int *sort_flag); -int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes); +int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes, + int *numerical); int zebra_maps_is_complete (ZebraMaps zms, unsigned reg_id); int zebra_maps_is_sort (ZebraMaps zms, unsigned reg_id); +int zebra_maps_is_positioned (ZebraMaps zms, unsigned reg_id); + +WRBUF zebra_replace(ZebraMaps zms, unsigned reg_id, const char *ex_list, + const char *input_str, int input_len); + #ifdef __cplusplus } #endif