Common stream reader interface for record filters (struct ZebraRecStream).
[idzebra-moved-to-github.git] / index / index.h
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...
2004-09-28 Adam DickmeissMade zebramap.h public too
2004-09-28 Adam DickmeissReorganized header files so that a certain subset are...
2004-09-27 Adam DickmeissImplemented loadable filters.
2004-09-15 Adam DickmeissRemoved old struct it_key handling. 580 lines removed.
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
2004-09-09 Adam DickmeissExtra page_size arg for dict_open.
2004-09-01 Heikki LevantoUsing the key_control block for the first key-handling...
2004-08-31 Heikki LevantoUsing proper nmems for more rsets around the system,
2004-08-30 Heikki LevantoUsing a separate nmem for creating rsets
2004-08-25 Adam DickmeissMove headers zebraapi.h->idzebra/api.h, zebraver.h...
2004-08-10 Heikki Levantousing a few more zints for hitcounts etc
2004-08-06 Adam DickmeissMore type casts due to zint.
2004-08-06 Adam DickmeissRemove oldest isam (isam:i)
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-06-14 Mike TaylorComment only, on possible widening of relevance plugin...
2004-06-09 Adam DickmeissMake codec routines public again. Add key_get_seq
2004-06-01 Heikki Levantoisamb forward
2004-05-26 Adam DickmeissAllow use of string attributes for regular attribute...
2004-03-29 Adam DickmeissFixed bug in return of handle for init when authenticat...
2004-01-22 Heikki LevantoNot creating a temporary file when indexing, if there...
2004-01-22 Adam DickmeissRevise resource API to take default/override resources.
2003-06-23 Adam DickmeissFix printf
2003-06-20 Heikki LevantoCleaning zebraapi (return conventions etc)
2003-06-18 Adam DickmeissFix memory handling of quries in result sets
2003-05-20 Adam DickmeissODR handles no longer needed for zebra_search_{rpn...
2003-03-26 Adam DickmeissIntegrated ranking algorithm from Liverpool University
2003-03-13 popadded zebra_insert_record call, function in perl api...
2003-03-12 popadded force_update option for update_record, delete_rec...
2003-03-06 Adam DickmeissScan with limiting result set
2003-03-04 Adam Dickmeisszebra_begin_trans got extra "write" flag. zebra_begin_read
2003-02-27 Adam DickmeissFix prototype for bufferExtractRecord
2002-11-26 Adam DickmeissRemove // comments
2002-11-15 Adam DickmeissPerl Filter and Perl API
2002-10-23 Adam DickmeissFix sort. Delete dup session_lock in zebra_close
2002-10-22 Adam Dickmeissdata1 part of zebra
2002-10-16 Heikki LevantoOptimizing insert-delete pairs away
2002-09-03 Adam DickmeissFollow of symlinks can be controlled with config follow...
2002-08-28 Adam DickmeissZebra uses yaz_iconv
2002-08-02 Adam DickmeissTowards GPL
2002-07-25 Adam DickmeissCharacter set negotiation updates
2002-04-26 Adam DickmeissIndex statistics working again
2002-04-16 Adam Dickmeissisamb work
2002-04-15 Adam Dickmeisslog number of records processed, etc
2002-04-15 Adam DickmeissOption -n works again
2002-04-12 Adam Dickmeisskey_print_it
2002-04-12 Adam DickmeissWork on XPATH
2002-04-05 Adam DickmeissZebra with full functionality
2002-04-04 Adam DickmeissMulti register works with record paths and data1 profil...
2002-04-04 Adam DickmeissMultiple registers (alpha early)
next