X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=2ee8b61557dc7c3c5ed9b24c5478e1ed8e145a2e;hp=dcf295e37aceb77c97905f72370566c2efa6fec0;hb=27bdd6aa26843aeac89f635ed495996088d8e8aa;hpb=33ae4eec22d719299cb2c4e2a3853bde0c1f5794 diff --git a/index/index.h b/index/index.h index dcf295e..2ee8b61 100644 --- a/index/index.h +++ b/index/index.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2010 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -68,7 +68,7 @@ struct dirs_entry { }; void getFnameTmp(Res res, char *fname, int no); - + struct dirs_info *dirs_open(Dict dict, const char *rep, int rw); struct dirs_info *dirs_fopen(Dict dict, const char *path, int rw); struct dirs_entry *dirs_read(struct dirs_info *p); @@ -125,7 +125,7 @@ typedef struct zebra_rank_class { struct zebra_register { char *name; - + ISAMS isams; ISAMC isamc; ISAMB isamb; @@ -198,7 +198,7 @@ struct zebra_session { int partial_result; #if HAVE_SYS_TIMES_H struct tms tms1; - struct tms tms2; + struct tms tms2; #endif int shadow_enable; @@ -307,7 +307,7 @@ ZEBRA_RES resultSetRank(ZebraHandle zh, ZebraSet zebraSet, RSET rset, void resultSetInvalidate(ZebraHandle zh); int zebra_record_fetch(ZebraHandle zh, const char *setname, - zint sysno, int score, + zint sysno, int score, ODR stream, const Odr_oid *input_format, Z_RecordComposition *comp, const Odr_oid **output_format, char **rec_bufp, @@ -325,7 +325,7 @@ int zebra_get_rec_snippets(ZebraHandle zh, zint sysno, void zebra_index_merge(ZebraHandle zh); -ZEBRA_RES zebra_buffer_extract_record(ZebraHandle zh, +ZEBRA_RES zebra_buffer_extract_record(ZebraHandle zh, const char *buf, size_t buf_size, enum zebra_recctrl_action_t action, const char *recordType, @@ -362,7 +362,7 @@ Dict dict_open_res(BFiles bfs, const char *name, int cache, int rw, void zebra_setError(ZebraHandle zh, int code, const char *addinfo); void zebra_setError_zint(ZebraHandle zh, int code, zint i); -int zebra_term_untrans_iconv(ZebraHandle zh, NMEM stream, +int zebra_term_untrans_iconv(ZebraHandle zh, NMEM stream, const char *index_type, char **dst, const char *src); @@ -422,7 +422,7 @@ ZEBRA_RES zebra_term_limits_APT(ZebraHandle zh, const char **term_ref_id_str, NMEM nmem); -ZEBRA_RES zebra_result_recid_to_sysno(ZebraHandle zh, +ZEBRA_RES zebra_result_recid_to_sysno(ZebraHandle zh, const char *setname, zint recid, zint *sysnos, int *no_sysnos);