Implemented update action : adelete.
[idzebra-moved-to-github.git] / index / zebraapi.c
2007-12-20 Adam DickmeissImplemented update action : adelete.
2007-12-18 Adam DickmeissWS updates (no code changes).
2007-12-18 Adam DickmeissPrevent zebra_clean from deleting files for uncommited...
2007-12-18 Adam DickmeissAllow 'index' setting value 'none' for no index types.
2007-11-30 Adam DickmeissAllow record retrieval for record types using custom...
2007-11-06 Adam DickmeissThe zebramaps implements index_types functionality.
2007-11-05 Adam DickmeissChanged limit set parameter for rpn_scan
2007-10-31 Adam DickmeissChanged the index type to a string everywhere.
2007-10-30 Adam DickmeissIntroduced zebra_map_t in zebra_maps API.
2007-10-29 Adam DickmeissWS changes for function calls.
2007-08-28 Adam DickmeissFixed bug #1406: Delete All Result Sets causes assertio...
2007-08-27 Adam DickmeissAdded zebra_get_version
2007-08-21 Adam DickmeissGeneric snippet support. Unlike previous versions of...
2007-05-21 Adam DickmeissZebra returns character encoding as part of init respon...
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-19 Adam DickmeissWRBUF updates.
2007-03-14 Adam DickmeissChanged record update API . It is now handled by function
2007-03-13 Adam DickmeissFixed bug #944: Allow extraction of multiple records...
2007-02-24 Adam DickmeissFixed bug #929: Unfinished transaction in non-shadow...
2007-02-06 Adam DickmeissThe configuration, fileverboselimit, has a value of...
2007-01-17 Adam DickmeissAvoid full rset count for rset_count. Proper break...
2007-01-17 Adam DickmeissChange prototype of busyhandler
2007-01-17 Adam DickmeissExperiment with check for dead sessions.
2007-01-16 Adam DickmeissFor truncations being limited (abort at truncmax terms...
2007-01-16 Adam DickmeissFor estimated hit counts, Zebra returns resultSetStatus...
2007-01-15 Adam Dickmeiss2007.
2007-01-05 Adam DickmeissRemoved zebra_timing_t. Using yaz_timing_t instead...
2006-12-22 Adam DickmeissAdd timing for zebra_start/zebra_stop.
2006-12-19 Adam DickmeissUsing zebra::index::field:s rather than zebra::sort...
2006-12-18 Adam DickmeissImplemented sorting via the ISAMB system. To enable...
2006-12-05 Adam DickmeissFixed bug #445: zebra.cfg does not check for valid...
2006-12-05 Adam DickmeissProvide defaults for profilePath and modulePath for...
2006-11-27 Adam DickmeissDisable hit snippets for now. It does not work well...
2006-11-21 Adam DickmeissGet rid of SYSNO which is zint anyway. Removed various...
2006-11-21 Adam DickmeissSplit it_key stuff into it_key.c. For indexing, sort...
2006-11-17 Marc Crommepreventing later memory acess violation when one leaves...
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-10-12 Adam DickmeissFixed bug #47: Commit needs to check for roll-back.
2006-09-29 Adam DickmeissDo not use sync(2) after commit. The fsync on individua...
2006-09-21 Adam DickmeissSkip 0 hit counts in scan.
2006-09-11 Adam DickmeissFixed bug #657: Problem with drop database and recordId...
2006-08-29 Adam DickmeissSegment message is LOG_DEBUG
2006-08-16 Adam DickmeissExperimental segment facility (for matching of words...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-06-27 Adam DickmeissBug #529. On Unix, combine pthreed locks with file...
2006-06-13 Adam DickmeissDisable X-Path indexing for explain records (in the...
2006-06-12 Marc Crommeremoved non-functional ZVrank algorithm for ever. Remov...
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
2006-05-30 Adam DickmeissChange return type for a zebra_add_record + zebra_repos...
2006-05-18 Adam DickmeissSort Keys are stored using the reckeys_t structure...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-05-05 Adam DickmeissBy default, no searching for loadable modules is perfor...
2006-05-03 Marc Crommeadded new ranking function rank-similar in ranksimilar.c
2006-04-25 Adam DickmeissAccept NULL value for sysno in zebra_delete_record
2006-04-05 Adam DickmeissIn zebra_commit_ex handle better the case where bfs...
2006-04-05 Adam DickmeissAdded ZEBRA_CHECK_HANDLE(zh) which returns ZEBRA_FAIL...
2006-04-04 Adam DickmeissFix the way we delete the shadow files after a "succesf...
2006-03-31 Adam DickmeissUse GCC attribute warn_unsed_result for a few of the...
2006-03-31 Adam DickmeissIn zebra_register_open, only call zebraExplain_open...
2006-03-29 Adam DickmeissFixup data1 tags which makes XML non-wellformed.. This...
2006-03-28 Adam DickmeissAllow no default.idx at all. Make zebra_maps_read_file...
2006-03-26 Adam DickmeissGet rid of unsed variable active in struct zebra_register.
2006-03-25 Adam DickmeissMinor leak fixes - in case if zebra_register_open fail.
2006-03-23 Adam DickmeissMoved file locking utilities from index/lockutil.c...
2006-03-13 Mike Taylorzebra_register_open() now fails if zebra_maps_open...
2006-02-21 Adam DickmeissEnsure zebra_start fails if bad .cfg is passed.
2006-02-09 Adam DickmeissFixed bug #447: Zebra aborts with "isamb: Inconsistent...
2006-01-19 Adam DickmeissRemoved unneded initializer
2005-12-09 Adam DickmeissRemoved zebra_clearError. The scheme is meant to be...
2005-12-09 Adam DickmeissDrop database returns diagnostif if isam is not isam:b
2005-12-09 Adam DickmeissFix bad printing of sysno
2005-12-09 Adam DickmeissFor buffer_extract_sysno, match criteria is only used...
2005-12-07 Adam DickmeissSomewhat improved diagnostics for update with opaque...
2005-11-09 Adam DickmeissRegister no longer uses register type prefix (REG_TYPE_...
2005-10-28 Adam DickmeissUsing zebra_rec_keys for per-record key store
2005-10-28 Adam DickmeissFix leak for rset_key_control
2005-10-21 Adam DickmeissFix dbaccesslist not being initialized (when no auth...
2005-10-20 Sebastian HammerAdded database subscription feature. Description in...
2005-09-19 Adam DickmeissReduce default API logging
2005-09-16 popSWIG API has separated structures for service and sessi...
2005-09-15 Adam DickmeissRemove call to zebra_opn_res. zh->res=0 means no regist...
2005-09-15 popZebra api extension tuned for SWIG
2005-09-13 Adam DickmeissAdded parameter for zebra_open.
2005-08-22 Adam DickmeissAdded type signed/unsigned char type casts to make...
2005-08-19 Adam DickmeissExtend the ranking interface so staticrank is passed...
2005-08-18 Adam DickmeissAdded support for static ranking. Bug #174. The staticr...
2005-08-17 Adam DickmeissAllow NULL config to be given for zebra_start and zebra...
2005-08-09 Adam DickmeissAdded extra parameter setname for zebra scan functions...
2005-06-23 Adam DickmeissRegister type (w,p) + set-use/string attriute combined...
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
2005-06-13 Adam DickmeissRecognize resource estimatehits again. Allow server...
2005-06-10 Adam DickmeissFor approx_limit == 0, use unlimited hit count
2005-06-09 Adam DickmeissFixes for hit estimates. Added zebra_set_approx_limit.
2005-06-07 Adam DickmeissAdded snippet utilities and snippet window implementation.
2005-06-02 Adam DickmeissFixed and added a few Doxygen comments. Got rid of...
2005-05-31 Adam DickmeissMake passwd_-vars local. Make zebra_start log Zebra...
2005-05-31 Adam DickmeissTowards snippets/high-light of matched terms in records...
2005-05-30 Adam DickmeissImplemented zebra.cfg directive 'passwd.c' which specif...
next