Start work on ICU based regexp searches
[idzebra-moved-to-github.git] / index / index.h
2011-02-09 Adam DickmeissHappy new year.
2011-02-07 Adam DickmeissVerbose level for register check
2010-01-14 Adam DickmeissBump copyright year
2009-11-05 Adam DickmeissFix problem with global term limit (attr 12).
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2009-01-09 Adam DickmeissAvoid record match in test mode (-s) and refactor a bit
2008-10-02 Adam Dickmeiss ... Fixed addinfo passing. Index type 's' is sort for absen...
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-12-20 Adam DickmeissImplemented update action : adelete.
2007-12-13 Adam DickmeissICU functional for scan and snippets.
2007-12-03 Adam DickmeissAdded function zebra_create_rset_isam .
2007-12-03 Adam DickmeissFirst functional facet result (zebra::facet::..).
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-11-01 Adam DickmeissBeginnings of facets
2007-11-01 Adam DickmeissAdded rpn_facet which does little at this stage.
2007-11-01 Adam DickmeissHonor approximative limits for scan (type 12).
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 DickmeissChanged type of index_type char/int to string.
2007-10-29 Adam DickmeissWS changes for function calls.
2007-08-21 Adam DickmeissScan now returns displayTerm which is extract from...
2007-08-21 Adam DickmeissGeneric snippet support. Unlike previous versions of...
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-14 Adam DickmeissChanged record update API . It is now handled by function
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 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-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-11-30 Adam DickmeissAdded support for specification of approximative limits...
2006-11-25 Adam DickmeissFixed bug #735: Delete fails to process rest of file...
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-09 Adam DickmeissRenamed function zebra_snippets_rec_keys to zebra_rec_k...
2006-10-29 Adam DickmeissFixed several prototypes.. Most changes are f() to...
2006-10-12 Adam DickmeissFixed bug #696: Less than Date searches returns unexpec...
2006-09-21 Adam DickmeissSkip 0 hit counts in scan.
2006-09-21 Adam DickmeissSplit zrpn.c
2006-09-11 Adam DickmeissFixed bug #657: Problem with drop database and recordId...
2006-09-08 Adam DickmeissHonor position attribute, i.e. allow first-in-field...
2006-08-22 Adam DickmeissCommon stream reader interface for record filters ...
2006-08-16 Adam DickmeissExperimental segment facility (for matching of words...
2006-08-15 Adam DickmeissDefinitions in zebramap.h are private. ZebraMaps no...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-04 Adam DickmeissWorking on and operation which deals with segments...
2006-06-23 Adam DickmeissGet of of searchtype=always. Instead deal with always...
2006-06-22 Adam DickmeissIndexing system change. Introduced new index category...
2006-06-13 Adam DickmeissDisable X-Path indexing for explain records (in the...
2006-05-30 Adam Dickmeissencode_info moved from index.h to extract.c and simplified
2006-05-30 Adam DickmeissChange return type for a zebra_add_record + zebra_repos...
2006-05-19 Adam DickmeissRemove local attribute handling and other dead code.
2006-05-19 Adam DickmeissFurhter code reductions because of string attributes
2006-05-19 Adam DickmeissZebra uses string attributes for indexing internally...
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-03 Marc Crommeadded new ranking function rank-similar in ranksimilar.c
2006-04-05 Adam DickmeissRenamed fileExtract to zebra_extract_file.. The new...
2006-03-26 Adam DickmeissGet rid of unsed variable active in struct zebra_register.
2006-03-23 Adam DickmeissMoved file locking utilities from index/lockutil.c...
2006-02-20 Adam DickmeissHandle negative staticranks returned by filters.. Issue...
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-20 Sebastian HammerAdded database subscription feature. Description in...
2005-09-16 Adam DickmeissAllow same document to be modified multiple times withi...
2005-09-13 Adam DickmeissAdded parameter for zebra_open.
2005-08-19 Adam DickmeissPass a stop_flag to ranking method calc. When set to...
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-06-23 Adam DickmeissRegister type (w,p) + set-use/string attriute combined...
2005-06-22 Adam DickmeissAdded support for term references (queryIDs) for search...
2005-06-09 Adam DickmeissFixes for hit estimates. Added zebra_set_approx_limit.
2005-06-07 Adam DickmeissSave register type for TERMIDs and snippets.
2005-06-07 Adam DickmeissAdded snippet utilities and snippet window implementation.
2005-06-06 Adam DickmeissSave ord(inal) indexes IDs so we can make snippets...
2005-05-31 Adam DickmeissTowards snippets/high-light of matched terms in records...
2005-05-11 Adam DickmeissAlign Zebra API more so that ZEBRA_RES is used to signa...
2005-05-09 Adam DickmeissFixed bug #108: File updates sometimes produce duplicates.
2005-05-03 Adam DickmeissExtended the result set system. Added support for filte...
2005-04-28 Adam DickmeissAdded new fundamental filter 'xslt'. This filter reads...
2005-04-25 Adam DickmeissOptimize multiple binary ANDs + OPs to multi ANDs,...
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-12-08 Adam DickmeissMoved isam headers to include/idzebra.
2004-12-08 Adam DickmeissMove/refactoring of public interfaces..
2004-11-29 Adam DickmeissAdd support for section/chapter indexing. Add safari...
2004-11-29 Adam DickmeissAdd member addinfo for recRetrieveCtrl to throw better...
2004-10-26 Heikki LevantoRe-estabslished rank-1. Gets same order of results...
next