Use of cisam system - enabled if setting isamc is 1.
[idzebra-moved-to-github.git] / index / index.h
1 /*
2  * Copyright (C) 1995-1996, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: index.h,v $
7  * Revision 1.45  1996-10-29 14:09:42  adam
8  * Use of cisam system - enabled if setting isamc is 1.
9  *
10  * Revision 1.44  1996/06/06 12:08:40  quinn
11  * Added showRecord function
12  *
13  * Revision 1.43  1996/06/04  10:18:12  adam
14  * Search/scan uses character mapping module.
15  *
16  * Revision 1.42  1996/06/04  08:20:16  quinn
17  * Smallish
18  *
19  * Revision 1.41  1996/06/04  07:54:55  quinn
20  * Added output-map.
21  *
22  * Revision 1.40  1996/05/31  09:06:58  quinn
23  * Work on character-set handling
24  *
25  * Revision 1.39  1996/05/14  14:04:33  adam
26  * In zebraidx, the 'stat' command is improved. Statistics about ISAM/DICT
27  * is collected.
28  *
29  * Revision 1.38  1996/04/12  07:02:23  adam
30  * File update of single files.
31  *
32  * Revision 1.37  1996/03/26 16:01:13  adam
33  * New setting lockPath: directory of various lock files.
34  *
35  * Revision 1.36  1996/03/21  14:50:09  adam
36  * File update uses modify-time instead of change-time.
37  *
38  * Revision 1.35  1996/02/12  18:45:36  adam
39  * New fileVerboseFlag in record group control.
40  *
41  * Revision 1.34  1995/12/11  11:43:29  adam
42  * Locking based on fcntl instead of flock.
43  * Setting commitEnable removed. Command line option -n can be used to
44  * prevent commit if commit setting is defined in the configuration file.
45  *
46  * Revision 1.33  1995/12/08  16:22:53  adam
47  * Work on update while servers are running. Three lock files introduced.
48  * The servers reload their registers when necessary, but they don't
49  * reestablish result sets yet.
50  *
51  * Revision 1.32  1995/12/07  17:38:46  adam
52  * Work locking mechanisms for concurrent updates/commit.
53  *
54  * Revision 1.31  1995/12/06  12:41:22  adam
55  * New command 'stat' for the index program.
56  * Filenames can be read from stdin by specifying '-'.
57  * Bug fix/enhancement of the transformation from terms to regular
58  * expressons in the search engine.
59  *
60  * Revision 1.30  1995/12/05  11:25:02  adam
61  * Include of zebraver.h.
62  *
63  * Revision 1.29  1995/11/28  09:09:40  adam
64  * Zebra config renamed.
65  * Use setting 'recordId' to identify record now.
66  * Bug fix in recindex.c: rec_release_blocks was invokeded even
67  * though the blocks were already released.
68  * File traversal properly deletes records when needed.
69  *
70  * Revision 1.28  1995/11/27  13:58:53  adam
71  * New option -t. storeStore data implemented in server.
72  *
73  * Revision 1.27  1995/11/25  10:24:06  adam
74  * More record fields - they are enumerated now.
75  * New options: flagStoreData flagStoreKey.
76  *
77  * Revision 1.26  1995/11/22  17:19:17  adam
78  * Record management uses the bfile system.
79  *
80  * Revision 1.25  1995/11/21  15:29:12  adam
81  * Config file 'base' read by default by both indexer and server.
82  *
83  * Revision 1.24  1995/11/21  15:01:15  adam
84  * New general match criteria implemented.
85  * New feature: document groups.
86  *
87  * Revision 1.23  1995/11/20  16:59:45  adam
88  * New update method: the 'old' keys are saved for each records.
89  *
90  * Revision 1.22  1995/11/20  11:56:26  adam
91  * Work on new traversal.
92  *
93  * Revision 1.21  1995/11/16  15:34:55  adam
94  * Uses new record management system in both indexer and server.
95  *
96  * Revision 1.20  1995/11/15  14:46:18  adam
97  * Started work on better record management system.
98  *
99  * Revision 1.19  1995/10/27  14:00:11  adam
100  * Implemented detection of database availability.
101  *
102  * Revision 1.18  1995/10/17  18:02:08  adam
103  * New feature: databases. Implemented as prefix to words in dictionary.
104  *
105  * Revision 1.17  1995/10/13  16:01:49  adam
106  * Work on relations.
107  *
108  * Revision 1.16  1995/10/10  12:24:38  adam
109  * Temporary sort files are compressed.
110  *
111  * Revision 1.15  1995/10/04  16:57:19  adam
112  * Key input and merge sort in one pass.
113  *
114  * Revision 1.14  1995/09/29  14:01:40  adam
115  * Bug fixes.
116  *
117  * Revision 1.13  1995/09/28  14:22:56  adam
118  * Sort uses smaller temporary files.
119  *
120  * Revision 1.12  1995/09/28  12:10:32  adam
121  * Bug fixes. Field prefix used in queries.
122  *
123  * Revision 1.11  1995/09/27  12:22:28  adam
124  * More work on extract in record control.
125  * Field name is not in isam keys but in prefix in dictionary words.
126  *
127  * Revision 1.10  1995/09/14  07:48:23  adam
128  * Record control management.
129  *
130  * Revision 1.9  1995/09/11  13:09:33  adam
131  * More work on relevance feedback.
132  *
133  * Revision 1.8  1995/09/08  14:52:27  adam
134  * Minor changes. Dictionary is lower case now.
135  *
136  * Revision 1.7  1995/09/06  16:11:16  adam
137  * Option: only one word key per file.
138  *
139  * Revision 1.6  1995/09/05  15:28:39  adam
140  * More work on search engine.
141  *
142  * Revision 1.5  1995/09/04  12:33:42  adam
143  * Various cleanup. YAZ util used instead.
144  *
145  * Revision 1.4  1995/09/04  09:10:35  adam
146  * More work on index add/del/update.
147  * Merge sort implemented.
148  * Initial work on z39 server.
149  *
150  * Revision 1.3  1995/09/01  14:06:35  adam
151  * Split of work into more files.
152  *
153  * Revision 1.2  1995/09/01  10:30:24  adam
154  * More work on indexing. Not working yet.
155  *
156  * Revision 1.1  1995/08/31  14:50:24  adam
157  * New simple file index tool.
158  *
159  */
160 #include <time.h>
161 #include <zebraver.h>
162 #include <zebrautl.h>
163
164 #include <dict.h>
165 #include <isam.h>
166 #include <isamc.h>
167
168 #define IT_MAX_WORD 256
169 #define IT_KEY_HAVE_SEQNO 1
170 #define IT_KEY_HAVE_FIELD 0
171
172 typedef int SYSNO;
173
174 struct it_key {
175     int  sysno;
176     int  seqno;
177 };
178
179 enum dirsKind { dirs_dir, dirs_file };
180
181 struct dir_entry {
182     enum dirsKind kind;
183     char *name;
184     time_t mtime;
185 };
186
187 struct dirs_entry {
188     enum dirsKind kind;
189     char path[256];
190     SYSNO sysno;
191     time_t mtime;
192 };
193
194 struct recordGroup {
195     char *groupName;
196     char *databaseName;
197     char *path;
198     char *recordId;
199     char *recordType;
200     int  flagStoreData;
201     int  flagStoreKeys;
202     int  flagShowRecords;
203     int  fileVerboseFlag;
204 };
205
206 void getFnameTmp (char *fname, int no);
207         
208 struct dirs_info *dirs_open (Dict dict, const char *rep);
209 struct dirs_info *dirs_fopen (Dict dict, const char *path);
210 struct dirs_entry *dirs_read (struct dirs_info *p);
211 struct dirs_entry *dirs_last (struct dirs_info *p);
212 void dirs_mkdir (struct dirs_info *p, const char *src, time_t mtime);
213 void dirs_rmdir (struct dirs_info *p, const char *src);
214 void dirs_add (struct dirs_info *p, const char *src, int sysno, time_t mtime);
215 void dirs_del (struct dirs_info *p, const char *src);
216 void dirs_free (struct dirs_info **pp);
217
218 struct dir_entry *dir_open (const char *rep);
219 void dir_sort (struct dir_entry *e);
220 void dir_free (struct dir_entry **e_p);
221
222 void repositoryUpdate (struct recordGroup *rGroup);
223 void repositoryAdd (struct recordGroup *rGroup);
224 void repositoryDelete (struct recordGroup *rGroup);
225 void repositoryShow (struct recordGroup *rGroup);
226
227 void key_open (int mem);
228 int key_close (void);
229 int key_compare (const void *p1, const void *p2);
230 int key_qsort_compare (const void *p1, const void *p2);
231 void key_logdump (int mask, const void *p);
232 void inv_prstat (const char *dict_fname, const char *isam_fname);
233 void key_input (int nkeys, int cache);
234 ISAMC_M key_isamc_m (void);
235 int merge_sort (char **buf, int from, int to);
236
237 #define FNAME_DICT "dict"
238 #define FNAME_ISAM "isam"
239 #define FNAME_ISAMC "isamc"
240 #define FNAME_CONFIG "zebra.cfg"
241
242 #define GMATCH_DICT "gmatch"
243 #define FMATCH_DICT "fmatch"
244
245 struct strtab *strtab_mk (void);
246 int strtab_src (struct strtab *t, const char *name, void ***infop);
247 void strtab_del (struct strtab *t,
248                  void (*func)(const char *name, void *info, void *data),
249                  void *data);
250 int index_char_cvt (int c);
251 int index_word_prefix (char *string, int attset_ordinal,
252                        int local_attribute, const char *databaseName);
253
254 int fileExtract (SYSNO *sysno, const char *fname,
255                  const struct recordGroup *rGroup, int deleteFlag);
256
257 void rec_prstat (void);
258
259 void zebraLockPrefix (char *pathPrefix);
260
261 void zebraIndexLockMsg (const char *str);
262 void zebraIndexUnlock (void);
263 void zebraIndexLock (int commitNow);
264 int zebraIndexWait (int commitPhase);
265
266 #define FNAME_MAIN_LOCK   "zebraidx.LCK"
267 #define FNAME_COMMIT_LOCK "zebracmt.LCK"
268 #define FNAME_ORG_LOCK    "zebraorg.LCK"
269 #define FNAME_TOUCH_TIME  "zebraidx.time"
270
271 int zebraLock (int fd, int wr);
272 int zebraLockNB (int fd, int wr);
273 int zebraUnlock (int fd);
274
275 void init_charmap(void);
276 char **map_chrs_input(char **from, int len);
277 const char *map_chrs_output(const char **from);