Adam Dickmeiss [Wed, 28 Jun 2006 21:45:06 +0000 (21:45 +0000)]
Install hooks puts versions for all bin_PROGRAMS programs.
Adam Dickmeiss [Wed, 28 Jun 2006 21:40:47 +0000 (21:40 +0000)]
Remove no longer needed comments
Adam Dickmeiss [Wed, 28 Jun 2006 18:19:32 +0000 (18:19 +0000)]
Fix make distcheck .
Adam Dickmeiss [Wed, 28 Jun 2006 13:26:13 +0000 (13:26 +0000)]
Build shared libraries by default. Installing various man pages
and programs with suffix -2.0 (PACKAGE_SUFFIX), to enable multiple
versions installed at the same time.
Adam Dickmeiss [Wed, 28 Jun 2006 09:40:17 +0000 (09:40 +0000)]
Fixed bug #619: @not searches results in bad memory reference.
Adam Dickmeiss [Wed, 28 Jun 2006 09:39:34 +0000 (09:39 +0000)]
Added test cases for @and, @or, @not including bug #619.
Adam Dickmeiss [Wed, 28 Jun 2006 09:38:17 +0000 (09:38 +0000)]
Log if pqf parsing fails
Marc Cromme [Tue, 27 Jun 2006 13:42:20 +0000 (13:42 +0000)]
more upgrade changes documented
Marc Cromme [Tue, 27 Jun 2006 12:37:43 +0000 (12:37 +0000)]
document another upgrade snatch
Adam Dickmeiss [Tue, 27 Jun 2006 12:24:14 +0000 (12:24 +0000)]
File lock fixes for Windows
Marc Cromme [Tue, 27 Jun 2006 12:07:05 +0000 (12:07 +0000)]
upgrade instructions from Zewbra 1.3
Adam Dickmeiss [Tue, 27 Jun 2006 11:56:28 +0000 (11:56 +0000)]
Bug #529. On Unix, combine pthreed locks with file locking because file
locking is per-process only. On Windows use file locking, because that
seems to be work per-thread.
Marc Cromme [Mon, 26 Jun 2006 15:11:19 +0000 (15:11 +0000)]
preparing release 2.0.0
new debian/changelog debian/rules
moved debian/*.install files
corrected so-numbers of shared libs
removed danbib filter stuff
Marc Cromme [Sun, 25 Jun 2006 21:54:03 +0000 (21:54 +0000)]
added few comments
Marc Cromme [Sun, 25 Jun 2006 21:08:14 +0000 (21:08 +0000)]
added i686 platform
Marc Cromme [Sun, 25 Jun 2006 21:04:49 +0000 (21:04 +0000)]
updated debian installation instruction
Marc Cromme [Fri, 23 Jun 2006 13:45:41 +0000 (13:45 +0000)]
added examples fo phrase and word search
Marc Cromme [Fri, 23 Jun 2006 12:41:14 +0000 (12:41 +0000)]
typo
Marc Cromme [Fri, 23 Jun 2006 12:40:33 +0000 (12:40 +0000)]
section on relation attributes added
Adam Dickmeiss [Fri, 23 Jun 2006 11:21:38 +0000 (11:21 +0000)]
Get of of searchtype=always. Instead deal with always matches
in numeric_relation/string_relation code.
Marc Cromme [Fri, 23 Jun 2006 11:12:07 +0000 (11:12 +0000)]
added section on mapping of string/xpath/internal indexes, added discussion of completeness attributes
Adam Dickmeiss [Thu, 22 Jun 2006 23:06:06 +0000 (23:06 +0000)]
Align code for regular word search and numeric search a bit.
Introduce defines in a few places.
Adam Dickmeiss [Thu, 22 Jun 2006 22:58:59 +0000 (22:58 +0000)]
Fixed leak in rset_dup. It leaked rs->control handles.
Adam Dickmeiss [Thu, 22 Jun 2006 15:44:44 +0000 (15:44 +0000)]
Using wrbuf for internal X-Path string. Fixed uninitialized var
with new alwaysmatches code.
Adam Dickmeiss [Thu, 22 Jun 2006 15:07:20 +0000 (15:07 +0000)]
Indexing system change. Introduced new index category type
zinfo_index_category_t which is used to properly distinguish between
index (normal index,), sort, alwaysmatches index, and anchor (to be
implemented later). Also added support for proper alwaysmatches
relation for X-Path searches. Bug #617.
Marc Cromme [Thu, 22 Jun 2006 14:01:55 +0000 (14:01 +0000)]
zebra specific stuff split into advanced section
added section on completeness field
tested and verified all PQF examples
Adam Dickmeiss [Thu, 22 Jun 2006 09:48:08 +0000 (09:48 +0000)]
Added support for alwaysmatches on regular indexes. Is enabled
on a register type basis. i.e. w,p, in default.idx. Bug #616.
Marc Cromme [Wed, 21 Jun 2006 13:32:33 +0000 (13:32 +0000)]
added section on idxpath query model
Marc Cromme [Wed, 21 Jun 2006 13:29:08 +0000 (13:29 +0000)]
added idxpath.att attribut set definition file
Marc Cromme [Wed, 21 Jun 2006 13:14:26 +0000 (13:14 +0000)]
added idxpath attribute set definitions
Marc Cromme [Tue, 20 Jun 2006 14:20:50 +0000 (14:20 +0000)]
added section on named result sets, and section on scanning inside result sets
Marc Cromme [Fri, 16 Jun 2006 12:54:55 +0000 (12:54 +0000)]
added section on explain, search, scan and on PQN
Marc Cromme [Fri, 16 Jun 2006 10:30:12 +0000 (10:30 +0000)]
pretty-formatting tables, internal links veriefied, a little more text
Adam Dickmeiss [Fri, 16 Jun 2006 08:59:59 +0000 (08:59 +0000)]
Ignore ChangeLog
Marc Cromme [Thu, 15 Jun 2006 13:41:49 +0000 (13:41 +0000)]
additional information on zebra functionalities and attribute lists added
Marc Cromme [Wed, 14 Jun 2006 13:57:45 +0000 (13:57 +0000)]
XML sanitize new text
Adam Dickmeiss [Wed, 14 Jun 2006 13:44:15 +0000 (13:44 +0000)]
More notes about query model.
Marc Cromme [Wed, 14 Jun 2006 12:20:06 +0000 (12:20 +0000)]
added extra information on zebra extentions to the bib1 attribute set model
Adam Dickmeiss [Tue, 13 Jun 2006 20:09:54 +0000 (20:09 +0000)]
zvrank no longer part of dist
Adam Dickmeiss [Tue, 13 Jun 2006 20:04:38 +0000 (20:04 +0000)]
Cast size_t to long for printf
Adam Dickmeiss [Tue, 13 Jun 2006 20:04:15 +0000 (20:04 +0000)]
Dont case to size_t when it is an int
Adam Dickmeiss [Tue, 13 Jun 2006 20:03:33 +0000 (20:03 +0000)]
Revert. Use int for record length (for retrieval)
Adam Dickmeiss [Tue, 13 Jun 2006 19:45:14 +0000 (19:45 +0000)]
Fixed length modifier for prints.
Adam Dickmeiss [Tue, 13 Jun 2006 19:43:42 +0000 (19:43 +0000)]
Fixed a couplr of prints of size_t
Adam Dickmeiss [Tue, 13 Jun 2006 19:42:04 +0000 (19:42 +0000)]
Use size_t for record length (for retrieval)
Adam Dickmeiss [Tue, 13 Jun 2006 19:40:18 +0000 (19:40 +0000)]
Changed several yaz_log calls which prints off_t value.
Adam Dickmeiss [Tue, 13 Jun 2006 15:23:03 +0000 (15:23 +0000)]
No longer needed.
Adam Dickmeiss [Tue, 13 Jun 2006 15:10:43 +0000 (15:10 +0000)]
Use shell mode for configure.ac and idzebra-config.in
Adam Dickmeiss [Tue, 13 Jun 2006 14:50:39 +0000 (14:50 +0000)]
Fix year
Adam Dickmeiss [Tue, 13 Jun 2006 14:25:32 +0000 (14:25 +0000)]
Re-indent. Abort if YAZ is not found. Remove messages about how to run
make.
Mike Taylor [Tue, 13 Jun 2006 14:22:45 +0000 (14:22 +0000)]
New
Adam Dickmeiss [Tue, 13 Jun 2006 14:11:20 +0000 (14:11 +0000)]
Do not abort configure if no --enable-mod-- is given and the module
can not be enabled (bug introduced in 1.14 of configure.ac).
Marc Cromme [Tue, 13 Jun 2006 13:45:08 +0000 (13:45 +0000)]
added a lot of info about attribute sets, PQF query structure, and string use attributes
Adam Dickmeiss [Tue, 13 Jun 2006 12:03:58 +0000 (12:03 +0000)]
Bump to version 1.4.1.
Adam Dickmeiss [Tue, 13 Jun 2006 12:02:02 +0000 (12:02 +0000)]
Disable X-Path indexing for explain records (in the case where
explain.abs is missing). Make extract module log to log level "extract".
Rename buffer_extract_record to zebra_buffer_extract_record.
Adam Dickmeiss [Tue, 13 Jun 2006 11:45:07 +0000 (11:45 +0000)]
Fix attset so that it points to explain.att
Marc Cromme [Tue, 13 Jun 2006 09:26:59 +0000 (09:26 +0000)]
added chapter on query model, PQF, bib1-attribute sets. Much documentation still needed on these issues
Marc Cromme [Tue, 13 Jun 2006 07:52:15 +0000 (07:52 +0000)]
removed entry of not-needed XML file
Adam Dickmeiss [Mon, 12 Jun 2006 23:46:21 +0000 (23:46 +0000)]
Abort configure if filter is enabled and depending libs are not present.
Adam Dickmeiss [Mon, 12 Jun 2006 23:44:39 +0000 (23:44 +0000)]
Remove unneeded message.
Marc Cromme [Mon, 12 Jun 2006 12:07:53 +0000 (12:07 +0000)]
updated link to The BIB-1 Attribute Set Semantics
Marc Cromme [Mon, 12 Jun 2006 11:59:11 +0000 (11:59 +0000)]
spelling checked
Marc Cromme [Mon, 12 Jun 2006 11:48:24 +0000 (11:48 +0000)]
extended discusson of how ranking works
Marc Cromme [Mon, 12 Jun 2006 09:39:17 +0000 (09:39 +0000)]
removed non-functional ZVrank algorithm for ever. Removed description in documentation.
Marc Cromme [Mon, 12 Jun 2006 09:27:00 +0000 (09:27 +0000)]
added makefile entry fro examples/marcxml
Marc Cromme [Mon, 12 Jun 2006 09:12:13 +0000 (09:12 +0000)]
added alvis filter marcxml config in dist tarball
Marc Cromme [Fri, 9 Jun 2006 20:46:38 +0000 (20:46 +0000)]
reduced example XML size, tweaked indexing rules, added display XSLT sheet for zebra internal info
Marc Cromme [Fri, 9 Jun 2006 20:07:04 +0000 (20:07 +0000)]
more rules
Marc Cromme [Fri, 9 Jun 2006 13:20:56 +0000 (13:20 +0000)]
added description of example
Marc Cromme [Fri, 9 Jun 2006 12:53:18 +0000 (12:53 +0000)]
indexing example MARCXML working now
Marc Cromme [Fri, 9 Jun 2006 12:22:16 +0000 (12:22 +0000)]
added few indexing rules
Marc Cromme [Thu, 8 Jun 2006 10:53:28 +0000 (10:53 +0000)]
aded record indexing rule - now need to do all seperate indexes
Adam Dickmeiss [Thu, 8 Jun 2006 10:33:19 +0000 (10:33 +0000)]
Function data1_path_fopen doesn not call yaz_fopen if profilePath
is NULL or "".
Marc Cromme [Thu, 8 Jun 2006 10:04:33 +0000 (10:04 +0000)]
removed
Marc Cromme [Thu, 8 Jun 2006 09:35:33 +0000 (09:35 +0000)]
added MADS stylesheet
Marc Cromme [Thu, 8 Jun 2006 09:31:28 +0000 (09:31 +0000)]
added comments on LOC data
Marc Cromme [Thu, 8 Jun 2006 09:30:57 +0000 (09:30 +0000)]
corrected path to xslt stylesheets
Marc Cromme [Thu, 8 Jun 2006 09:22:58 +0000 (09:22 +0000)]
alvis marcxml filter records and example config started
Adam Dickmeiss [Thu, 8 Jun 2006 08:30:37 +0000 (08:30 +0000)]
Require YAZ 2.1.20 or later
Marc Cromme [Thu, 8 Jun 2006 08:28:22 +0000 (08:28 +0000)]
added 43 example marc21 xml records from LOC
Adam Dickmeiss [Wed, 7 Jun 2006 20:50:23 +0000 (20:50 +0000)]
Remove grs.csv, grs.danbib, xslt filters from configure
Adam Dickmeiss [Wed, 7 Jun 2006 18:26:02 +0000 (18:26 +0000)]
Include manifest for msvcr80.dll.
Adam Dickmeiss [Wed, 7 Jun 2006 14:37:37 +0000 (14:37 +0000)]
Bundle .manifest files. Use /r for doc stuff (due to doc/common)
Adam Dickmeiss [Wed, 7 Jun 2006 14:37:02 +0000 (14:37 +0000)]
Copy .dll.manifest from YAZ to bin
Marc Cromme [Wed, 7 Jun 2006 13:17:48 +0000 (13:17 +0000)]
correcting typo's
Marc Cromme [Wed, 7 Jun 2006 13:10:19 +0000 (13:10 +0000)]
honing text on classic explain with fully worked yaz-client examples
Adam Dickmeiss [Wed, 7 Jun 2006 11:20:03 +0000 (11:20 +0000)]
Bundle with Visual Studio 8 CRT by default
Adam Dickmeiss [Wed, 7 Jun 2006 11:02:06 +0000 (11:02 +0000)]
Ignore my.LCK which is generated by test tstflock.c
Adam Dickmeiss [Wed, 7 Jun 2006 11:00:46 +0000 (11:00 +0000)]
Fix log of zint type
Adam Dickmeiss [Wed, 7 Jun 2006 10:50:08 +0000 (10:50 +0000)]
Changed some types from int to zint + added a few casts
Adam Dickmeiss [Wed, 7 Jun 2006 10:14:39 +0000 (10:14 +0000)]
Use CAST_ZINT_TO_INT in some places, so we can easily spot casts
Adam Dickmeiss [Wed, 7 Jun 2006 10:01:11 +0000 (10:01 +0000)]
For VS, define _CRT_NONSTDC_NO_DEPRECATE
Adam Dickmeiss [Wed, 7 Jun 2006 07:50:58 +0000 (07:50 +0000)]
Make ChangeLog as part of make dist
Adam Dickmeiss [Tue, 6 Jun 2006 21:01:30 +0000 (21:01 +0000)]
Removed rsbool_create_and, rsbool_create_or because they are no in use.
Renamed rs<type>_create functions to rset_create_<type>.
Adam Dickmeiss [Tue, 6 Jun 2006 09:46:52 +0000 (09:46 +0000)]
Removed xslt+danbibr from win makefile
Adam Dickmeiss [Tue, 6 Jun 2006 08:55:22 +0000 (08:55 +0000)]
Added some information about "classic" Explain.
Marc Cromme [Fri, 2 Jun 2006 13:55:55 +0000 (13:55 +0000)]
removed grs.danbib filter
removed grs.csv filter
removed xslt filter
all unused and dead code
Adam Dickmeiss [Fri, 2 Jun 2006 10:59:53 +0000 (10:59 +0000)]
Revert
Adam Dickmeiss [Fri, 2 Jun 2006 10:59:21 +0000 (10:59 +0000)]
Dont generate xsl.in files
Adam Dickmeiss [Thu, 1 Jun 2006 13:10:16 +0000 (13:10 +0000)]
Reformat