X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=21fd34ab5edde5737587657b930563c214c9db85;hb=f1a944fbdac20e88bf55918f2a4f66c301d684e2;hp=ac20d69b794309db30e26dd14f3ac1b07efe3873;hpb=671a4683745b7a6341099294ae04ebefc337ba84;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index ac20d69..21fd34a 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.11 2001-01-22 10:42:56 adam + * Revision 1.12 2001-11-14 22:06:27 adam + * Rank-weight may be controlled via query. + * + * Revision 1.11 2001/01/22 10:42:56 adam * Added numerical sort. * * Revision 1.10 1999/11/30 13:48:03 adam @@ -65,7 +68,7 @@ const char **zebra_maps_input (ZebraMaps zms, unsigned reg_id, const char *zebra_maps_output(ZebraMaps, unsigned reg_id, const char **from); int zebra_maps_attr (ZebraMaps zms, Z_AttributesPlusTerm *zapt, - unsigned *reg_id, char **search_type, char **rank_type, + unsigned *reg_id, char **search_type, char *rank_type, int *complete_flag, int *sort_flag); int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes,