1 /* $Id: index.h,v 1.122 2004-09-28 10:15:03 adam Exp $
2 Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
5 This file is part of the Zebra server.
7 Zebra is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 2, or (at your option) any later
12 Zebra is distributed in the hope that it will be useful, but WITHOUT ANY
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 You should have received a copy of the GNU General Public License
18 along with Zebra; see the file LICENSE.zebra. If not, write to the
19 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
27 #include <idzebra/version.h>
33 #include <sys/times.h>
42 #include <idzebra/recgrs.h>
44 #include <idzebra/api.h>
51 #define ISAM_DEFAULT "b"
55 #define IT_MAX_WORD 256
57 #define IT_KEY_LEVEL_MAX 4
60 zint mem[IT_KEY_LEVEL_MAX];
63 enum dirsKind { dirs_dir, dirs_file };
78 void getFnameTmp (Res res, char *fname, int no);
80 struct dirs_info *dirs_open (Dict dict, const char *rep, int rw);
81 struct dirs_info *dirs_fopen (Dict dict, const char *path);
82 struct dirs_entry *dirs_read (struct dirs_info *p);
83 struct dirs_entry *dirs_last (struct dirs_info *p);
84 void dirs_mkdir (struct dirs_info *p, const char *src, time_t mtime);
85 void dirs_rmdir (struct dirs_info *p, const char *src);
86 void dirs_add (struct dirs_info *p, const char *src, SYSNO sysno, time_t mtime);
87 void dirs_del (struct dirs_info *p, const char *src);
88 void dirs_free (struct dirs_info **pp);
90 struct dir_entry *dir_open (const char *rep, const char *base,
92 void dir_sort (struct dir_entry *e);
93 void dir_free (struct dir_entry **e_p);
95 void repositoryUpdate (ZebraHandle zh, const char *path);
96 void repositoryAdd (ZebraHandle zh, const char *path);
97 void repositoryDelete (ZebraHandle zh, const char *path);
98 void repositoryShow (ZebraHandle zh, const char *path);
100 int key_open (ZebraHandle zh, int mem);
101 int key_close (ZebraHandle zh);
102 int key_compare (const void *p1, const void *p2);
103 void key_init(struct it_key *k);
104 char *key_print_it (const void *p, char *buf);
105 zint key_get_seq (const void *p);
106 int key_compare_it (const void *p1, const void *p2);
107 int key_qsort_compare (const void *p1, const void *p2);
108 void key_logdump (int mask, const void *p);
109 void key_logdump_txt (int logmask, const void *p, const char *txt);
110 void inv_prstat (ZebraHandle zh);
111 void inv_compact (BFiles bfs);
112 void key_input (ZebraHandle zh, int nkeys, int cache, Res res);
113 ISAMS_M *key_isams_m (Res res, ISAMS_M *me);
114 ISAMC_M *key_isamc_m (Res res, ISAMC_M *me);
115 int merge_sort (char **buf, int from, int to);
116 int key_SU_code (int ch, char *out);
118 #define FNAME_DICT "dict"
119 #define FNAME_ISAM "isam"
120 #define FNAME_ISAMC "isamc"
121 #define FNAME_ISAMS "isams"
122 #define FNAME_ISAMH "isamh"
123 #define FNAME_ISAMD "isamd"
124 #define FNAME_CONFIG "zebra.cfg"
126 #define GMATCH_DICT "gmatch"
127 #define FMATCH_DICT "fmatch"
129 struct strtab *strtab_mk (void);
130 int strtab_src (struct strtab *t, const char *name, void ***infop);
131 void strtab_del (struct strtab *t,
132 void (*func)(const char *name, void *info, void *data),
134 int index_char_cvt (int c);
135 int index_word_prefix (char *string, int attset_ordinal,
136 int local_attribute, const char *databaseName);
139 void zebraIndexLockMsg (ZebraHandle zh, const char *str);
140 void zebraIndexUnlock (ZebraHandle zh);
141 int zebraIndexLock (BFiles bfs, ZebraHandle zh, int commitNow, const char *rval);
142 int zebraIndexWait (ZebraHandle zh, int commitPhase);
144 #define FNAME_MAIN_LOCK "zebraidx.LCK"
145 #define FNAME_COMMIT_LOCK "zebracmt.LCK"
146 #define FNAME_ORG_LOCK "zebraorg.LCK"
147 #define FNAME_TOUCH_TIME "zebraidx.time"
149 typedef struct zebra_lock_info *ZebraLockHandle;
150 ZebraLockHandle zebra_lock_create(const char *dir,
151 const char *file, int excl_flag);
152 void zebra_lock_destroy (ZebraLockHandle h);
153 int zebra_lock (ZebraLockHandle h);
154 int zebra_lock_nb (ZebraLockHandle h);
155 int zebra_unlock (ZebraLockHandle h);
156 int zebra_lock_fd (ZebraLockHandle h);
157 void zebra_lock_prefix (Res res, char *dst);
158 char *zebra_mk_fname (const char *dir, const char *name);
160 int zebra_lock_w (ZebraLockHandle h);
161 int zebra_lock_r (ZebraLockHandle h);
163 void zebra_load_atts (data1_handle dh, Res res);
165 int key_SU_decode (int *ch, const unsigned char *out);
166 int key_SU_encode (int ch, char *out);
168 #define ENCODE_BUFLEN 768
170 int sysno; /* previously written values for delta-compress */
173 int prevsys; /* buffer for skipping insert/delete pairs */
176 int keylen; /* tells if we have an unwritten key in buf, and how long*/
178 char buf[ENCODE_BUFLEN];
181 void encode_key_init (struct encode_info *i);
182 char *encode_key_int (int d, char *bp);
183 void encode_key_write (char *k, struct encode_info *i, FILE *outf);
184 void encode_key_flush (struct encode_info *i, FILE *outf);
193 typedef struct zebra_set *ZebraSet;
195 typedef struct zebra_rank_class {
196 struct rank_control *control;
199 struct zebra_rank_class *next;
215 struct zebra_register {
224 int registerState; /* 0 (no commit pages), 1 (use commit pages) */
225 time_t registerChange;
228 ZebraExplainInfo zei;
230 char *server_path_prefix;
232 ZebraMaps zebra_maps;
233 ZebraRankClass rank_classes;
238 int active; /* 0=shutdown, 1=enabled and inactive, 2=activated */
242 struct sortKeys sortKeys;
244 struct sortKey *sortKeys;
253 struct zebra_service {
257 struct zebra_session *sessions;
258 struct zebra_register *regs;
259 Zebra_mutex_cond session_lock;
261 const char *path_root;
262 RecTypeClass record_classes;
267 struct zebra_session {
268 struct zebra_session *next;
269 struct zebra_service *service;
270 struct zebra_register *reg;
272 char *xadmin_databaseName;
279 ZebraLockHandle lock_normal;
280 ZebraLockHandle lock_shadow;
298 zint records_inserted;
299 zint records_updated;
300 zint records_deleted;
301 zint records_processed;
302 char *record_encoding;
304 yaz_iconv_t iconv_to_utf8;
305 yaz_iconv_t iconv_from_utf8;
309 const char *m_record_id;
310 const char *m_record_type;
313 int m_explain_database;
315 int m_file_verbose_limit;
318 struct rank_control {
320 void *(*create)(ZebraHandle zh);
321 void (*destroy)(struct zebra_register *reg, void *class_handle);
322 void *(*begin)(struct zebra_register *reg, void *class_handle, RSET rset);
323 /* ### Could add parameters to begin:
324 * char *index; // author, title, etc.
325 * int dbsize; // number of records in database
326 * int rssize; // number of records in result set (estimate?)
328 void (*end)(struct zebra_register *reg, void *set_handle);
329 int (*calc)(void *set_handle, zint sysno);
330 void (*add)(void *set_handle, int seqno, int term_index);
333 struct term_set_entry {
335 struct term_set_entry *next;
338 struct term_set_list {
339 struct term_set_entry *first;
340 struct term_set_entry *last;
343 RSET rpn_search (ZebraHandle zh, NMEM mem, NMEM rset_nmem,
344 Z_RPNQuery *rpn, int num_bases, char **basenames,
345 const char *setname, ZebraSet sset);
348 void rpn_scan (ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt,
349 oid_value attributeset,
350 int num_bases, char **basenames,
351 int *position, int *num_entries, ZebraScanEntry **list,
352 int *is_partial, RSET limit_set, int return_zero);
354 RSET rset_trunc (ZebraHandle zh, ISAMS_P *isam_p, int no,
355 const char *term, int length_term, const char *flags,
356 int preserve_position, int term_type, NMEM rset_nmem,
357 const struct key_control *kctrl, int scope);
359 void resultSetAddTerm (ZebraHandle zh, ZebraSet s, int reg_type,
360 const char *db, int set,
361 int use, const char *term);
362 ZebraSet resultSetAdd (ZebraHandle zh, const char *name, int ov);
363 ZebraSet resultSetGet (ZebraHandle zh, const char *name);
364 ZebraSet resultSetAddRPN (ZebraHandle zh, NMEM m, Z_RPNQuery *rpn,
365 int num_bases, char **basenames,
366 const char *setname);
367 RSET resultSetRef (ZebraHandle zh, const char *resultSetId);
368 void resultSetDestroy (ZebraHandle zh, int num_names, char **names,
372 ZebraPosSet zebraPosSetCreate (ZebraHandle zh, const char *name,
373 int num, int *positions);
374 void zebraPosSetDestroy (ZebraHandle zh, ZebraPosSet records, int num);
376 void resultSetSort (ZebraHandle zh, NMEM nmem,
377 int num_input_setnames, const char **input_setnames,
378 const char *output_setname,
379 Z_SortKeySpecList *sort_sequence, int *sort_status);
380 void resultSetSortSingle (ZebraHandle zh, NMEM nmem,
381 ZebraSet sset, RSET rset,
382 Z_SortKeySpecList *sort_sequence, int *sort_status);
383 void resultSetRank (ZebraHandle zh, ZebraSet zebraSet, RSET rset);
384 void resultSetInvalidate (ZebraHandle zh);
386 int zebra_server_lock_init (ZebraService zh);
387 int zebra_server_lock_destroy (ZebraService zh);
388 int zebra_server_lock (ZebraService zh, int lockCommit);
389 void zebra_server_unlock (ZebraService zh, int commitPhase);
390 int zebra_server_lock_get_state (ZebraService zh, time_t *timep);
392 typedef struct attent
395 data1_local_attribute *local_attributes;
398 void zebraRankInstall (struct zebra_register *reg, struct rank_control *ctrl);
399 ZebraRankClass zebraRankLookup (ZebraHandle zh, const char *name);
400 void zebraRankDestroy (struct zebra_register *reg);
402 int att_getentbyatt(ZebraHandle zh, attent *res, oid_value set, int att,
405 extern struct rank_control *rank1_class;
406 extern struct rank_control *rankzv_class;
407 extern struct rank_control *rankliv_class;
409 int zebra_record_fetch (ZebraHandle zh, SYSNO sysno, int score, ODR stream,
410 oid_value input_format, Z_RecordComposition *comp,
411 oid_value *output_format, char **rec_bufp,
412 int *rec_lenp, char **basenamep);
414 void extract_get_fname_tmp (ZebraHandle zh, char *fname, int no);
416 void zebra_index_merge (ZebraHandle zh);
418 int buffer_extract_record (ZebraHandle zh,
419 const char *buf, size_t buf_size,
422 const char *recordType,
424 const char *match_criteria,
430 int extract_rec_in_mem (ZebraHandle zh, const char *recordType,
431 const char *buf, size_t buf_size,
432 const char *databaseName, int delete_flag,
433 int test_mode, int *sysno,
434 int store_keys, int store_data,
435 const char *match_criteria);
437 void extract_flushWriteKeys (ZebraHandle zh, int final);
439 struct zebra_fetch_control {
442 off_t record_int_pos;
443 const char *record_int_buf;
448 int zebra_record_ext_read (void *fh, char *buf, size_t count);
449 off_t zebra_record_ext_seek (void *fh, off_t offset);
450 off_t zebra_record_ext_tell (void *fh);
451 off_t zebra_record_int_seek (void *fh, off_t offset);
452 off_t zebra_record_int_tell (void *fh);
453 int zebra_record_int_read (void *fh, char *buf, size_t count);
454 void zebra_record_int_end (void *fh, off_t offset);
456 void extract_flushRecordKeys (ZebraHandle zh, SYSNO sysno,
457 int cmd, struct recKeys *reckeys);
458 void extract_flushSortKeys (ZebraHandle zh, SYSNO sysno,
459 int cmd, struct sortKeys *skp);
460 void extract_schema_add (struct recExtractCtrl *p, Odr_oid *oid);
461 void extract_token_add (RecWord *p);
462 int explain_extract (void *handle, Record rec, data1_node *n);
464 int fileExtract (ZebraHandle zh, SYSNO *sysno, const char *fname,
467 int zebra_begin_read (ZebraHandle zh);
468 int zebra_end_read (ZebraHandle zh);
470 int zebra_file_stat (const char *file_name, struct stat *buf,
473 void zebra_livcode_transform(ZebraHandle zh, Z_RPNQuery *query);
475 void *iscz1_start ();
476 void iscz1_reset (void *vp);
477 void iscz1_stop (void *p);
478 void iscz1_decode (void *vp, char **dst, const char **src);
479 void iscz1_encode (void *vp, char **dst, const char **src);
481 Dict dict_open_res (BFiles bfs, const char *name, int cache, int rw,
482 int compact_flag, Res res);