ICU term lists are handled for search.
[idzebra-moved-to-github.git] / index / extract.c
2007-12-07 Adam DickmeissICU term lists are handled for search.
2007-11-30 Adam DickmeissAllow record retrieval for record types using custom...
2007-11-08 Adam DickmeissFirst successful test with ICU sortkeys in dictionary.
2007-11-06 Adam DickmeissThe zebramaps implements index_types functionality.
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 DickmeissFirst indexing using index_types system (ICU).
2007-10-29 Adam DickmeissWS changes for function calls.
2007-08-31 Adam DickmeissFixes for snippet/scan where we do "reextract". The...
2007-08-22 Adam DickmeissFixed bug in snippet support where first char was missed
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 DickmeissDisplay match string if log level "extract" is used.
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-25 Adam Dickmeisslog optimized on level 'extrat'; details in 'details'
2007-04-07 Adam DickmeissChanged extract code so that it optimizes updates of...
2007-03-20 Adam DickmeissRemove debug msg
2007-03-14 Adam DickmeissChanged some types in mod_dom.c ; mostly 'xmlChar ...
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-03-01 Adam DickmeissAllow record filters to return 'skip' this record ...
2007-02-06 Adam DickmeissThe configuration, fileverboselimit, has a value of...
2007-01-22 Adam DickmeissStaticrank indexing is now an index register type defin...
2007-01-15 Adam Dickmeiss2007.
2006-12-18 Adam DickmeissImplemented sorting via the ISAMB system. To enable...
2006-12-11 Adam DickmeissRemove unused variable (dst_buf)
2006-12-05 Adam DickmeissOnly add first in field marker if there field has term...
2006-11-28 Adam DickmeissIssue warning if staticrank is < 0. And set to 0
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 DickmeissMake threading for index sort configurable.
2006-11-21 Adam DickmeissSplit it_key stuff into it_key.c. For indexing, sort...
2006-11-20 Adam DickmeissRemove obsolete SORT_EXTRA code (no longer in use).
2006-11-16 Adam DickmeissFix setting of recordAttr->recordSize in case of storeD...
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-11-09 Adam DickmeissRenamed function zebra_snippets_rec_keys to zebra_rec_k...
2006-11-02 Adam DickmeissLog level -v indexdetails logs all terms indexed for...
2006-10-30 Adam DickmeissRevert last change for extract.c, due to tests failing...
2006-10-29 Adam DickmeissFor record file stream indexing, stop looping if offset...
2006-10-29 Adam DickmeissFixed several prototypes.. Most changes are f() to...
2006-09-15 Adam DickmeissRename rec_rm to rec_free. Annotate the recindex.h...
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-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-22 Adam DickmeissAdded support for alwaysmatches on regular indexes...
2006-06-13 Adam DickmeissChanged several yaz_log calls which prints off_t value.
2006-06-13 Adam DickmeissDisable X-Path indexing for explain records (in the...
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
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 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-17 Adam DickmeissImplemented bug #588: allrecords search. Using @attr...
2006-05-10 Adam DickmeissCheck size of off_t and adjust printf format accordingly.
2006-05-10 Adam DickmeissFix printing of match string in updating code
2006-05-10 Adam DickmeissAdded code which maintains number of term occurrences...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-05-09 Marc Crommeadded sysno and matchStr (if exists) to logging of...
2006-04-05 Adam DickmeissRenamed fileExtract to zebra_extract_file.. The new...
2006-03-30 Adam DickmeissAdd extra argument to zebraExplain_lookup_ord so that...
2006-03-25 Adam DickmeissFix logging of record type
2006-03-20 Mike TaylorFix printf()-format mismatch error, %d/zint.
2006-02-20 Adam DickmeissHandle negative staticranks returned by filters.. Issue...
2006-02-09 Adam DickmeissFixed bug #447: Zebra aborts with "isamb: Inconsistent...
2006-02-08 Adam DickmeissFixed bug #462: recordId: (set,use) is picky
2005-12-09 Adam DickmeissFor buffer_extract_sysno, match criteria is only used...
2005-11-10 Adam DickmeissAllow updates on empty records.
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-09-16 Adam DickmeissAllow same document to be modified multiple times withi...
2005-08-30 Adam DickmeissFixed a problem in snippets handling that occurred...
2005-08-26 Adam DickmeissUpdate snippets handling for new store keys structure...
2005-08-22 Adam DickmeissAdded type signed/unsigned char type casts to make...
2005-08-19 Adam DickmeissRemoved unused variable
2005-08-19 Adam DickmeissPass staticrank in buffer_extract_record. This is what...
2005-08-18 Adam DickmeissAdded support for static ranking. Bug #174. The staticr...
2005-08-05 Adam DickmeissFixed bug #400: Generic record IDs doesn't match.
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-07 Adam DickmeissSave register type for TERMIDs and snippets.
2005-06-07 Adam DickmeissAdded snippet utilities and snippet window implementation.
2005-05-31 Adam DickmeissTowards snippets/high-light of matched terms in records...
2005-04-29 Adam DickmeissRemove a few YLOG_LOGs
2005-04-28 Adam DickmeissAdded utility function init_extractCtrl to initialize...
2005-04-28 Adam DickmeissRemove unused members from file_read struct (sdr_..).
2005-04-28 Adam DickmeissAdded new fundamental filter 'xslt'. This filter reads...
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-03-17 Adam DickmeissDo not warn about empty records
2005-03-17 Adam DickmeissDo not warn about empty records unless they are marked...
2005-03-16 Adam DickmeissHonor fileVerboseLimit for zebra_add_record (buffer_ext...
2005-03-09 Adam DickmeissSeveral updates for the changes of hit count datatype...
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-03-05 Adam DickmeissString attribute support for record filter interface.
next