Dennis Schafroth [Wed, 22 Aug 2012 12:20:20 +0000 (14:20 +0200)]
Add position to sorted_results
Dennis Schafroth [Wed, 22 Aug 2012 12:19:48 +0000 (14:19 +0200)]
Cosmetic: remove eclipse warning
Dennis Schafroth [Wed, 22 Aug 2012 12:19:19 +0000 (14:19 +0200)]
Add position type to sorted_results
Adam Dickmeiss [Tue, 21 Aug 2012 12:42:30 +0000 (14:42 +0200)]
Update m4
Adam Dickmeiss [Mon, 20 Aug 2012 09:25:01 +0000 (11:25 +0200)]
Avoid empty content in tmarc.xsl output
Adam Dickmeiss [Mon, 20 Aug 2012 08:46:40 +0000 (10:46 +0200)]
Add regression test of etc/tmarc.xsl
Using 9 tmarc records from YAZ' etc directory as input.
Adam Dickmeiss [Wed, 15 Aug 2012 10:59:05 +0000 (12:59 +0200)]
Full termlist saved (as before) and also sorted.
No max of termlist(s) any more. The memory usage is the same
(in fact less - over time), but we have a full quick sort instead
of a smaller quick sort, But NO insertion sort for each term (which
is probably similar to extra quick sort). This makes termlists
stable.
Adam Dickmeiss [Wed, 15 Aug 2012 10:33:19 +0000 (12:33 +0200)]
Remove unused get_termlist_score
Not in use anywhere.
Adam Dickmeiss [Wed, 15 Aug 2012 09:28:07 +0000 (11:28 +0200)]
Increase TERMLIST_HIGH_SCORE, update test results
Adam Dickmeiss [Tue, 7 Aug 2012 11:38:45 +0000 (13:38 +0200)]
Use m4/id-config.sh
Adam Dickmeiss [Mon, 6 Aug 2012 09:23:42 +0000 (11:23 +0200)]
Revert "New results from Solr"
This reverts commit
f36dbaa840c90af23205fd5cd5862616913b7d4a.
Seems like results are "back" again.
Adam Dickmeiss [Mon, 6 Aug 2012 08:41:41 +0000 (10:41 +0200)]
New results from Solr
Adam Dickmeiss [Mon, 6 Aug 2012 08:17:47 +0000 (10:17 +0200)]
Solr test: increase wait from 3 to 5 seconds
If, not, Solr tests 13, 14 and 15 sometimes fail.
Dennis Schafroth [Thu, 12 Jul 2012 14:38:13 +0000 (16:38 +0200)]
Increase pause
Adam Dickmeiss [Wed, 27 Jun 2012 09:26:31 +0000 (11:26 +0200)]
Version 1.6.15
Adam Dickmeiss [Wed, 27 Jun 2012 09:11:27 +0000 (11:11 +0200)]
More NEWS
Adam Dickmeiss [Wed, 27 Jun 2012 09:11:05 +0000 (11:11 +0200)]
Document ccldirective
Adam Dickmeiss [Wed, 27 Jun 2012 08:59:19 +0000 (10:59 +0200)]
Comment out description of "set" in service
which is not implemented yet.
Adam Dickmeiss [Wed, 27 Jun 2012 08:52:55 +0000 (10:52 +0200)]
Document per-field ranking
Adam Dickmeiss [Wed, 27 Jun 2012 08:11:08 +0000 (10:11 +0200)]
Document checksum facility
Adam Dickmeiss [Wed, 27 Jun 2012 08:02:06 +0000 (10:02 +0200)]
Move declaration
Adam Dickmeiss [Wed, 27 Jun 2012 07:59:46 +0000 (09:59 +0200)]
Different diagnostic for no record and given checksum
Adam Dickmeiss [Tue, 26 Jun 2012 14:37:09 +0000 (16:37 +0200)]
record parameter checksum
which is an alternative to offset (which might change between
re-searches). The checksum is returned in the per-record part
in attribute checksum.
Adam Dickmeiss [Mon, 25 Jun 2012 13:38:05 +0000 (15:38 +0200)]
New service setting: ccldirective
which allows CCl directives to be set. Such as as names for
and, or, and-not operators.
Adam Dickmeiss [Tue, 19 Jun 2012 10:19:14 +0000 (12:19 +0200)]
Revert "Update test results for SOLR target again"
This reverts commit
c0bd4e74093cac71d7798a579642f96027b81148.
Adam Dickmeiss [Tue, 19 Jun 2012 09:18:01 +0000 (11:18 +0200)]
per-field weight is part of "rank" attribute content
For example, rank="2 au 3" gives a rank factor of 3 for terms in
au=terms and a rank factor of 2 otherwise.
Adam Dickmeiss [Mon, 18 Jun 2012 14:47:02 +0000 (16:47 +0200)]
Update test results for SOLR target again
Adam Dickmeiss [Mon, 18 Jun 2012 14:15:33 +0000 (16:15 +0200)]
nativesyntax "xml" is passed verbatim to ZOOM
Before leading xml would ALWAYS be mapped to just "xml". Now
xml can be used as is or augmented with other things, such as
charset.
Adam Dickmeiss [Mon, 11 Jun 2012 17:54:18 +0000 (19:54 +0200)]
CCL field ranking boost.
New metadata attribute frank="cclfield value" specifies boost
factor value for cclfield rather than the rank value, for search
terms as part of cclfield. For example, if
<metadata .. rank="2" frank="au 5"/> would specify rank weight
5 for au CCL field terms (author) and 2 for everything else.
Adam Dickmeiss [Fri, 8 Jun 2012 14:57:37 +0000 (16:57 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Thu, 7 Jun 2012 13:11:45 +0000 (15:11 +0200)]
Missing files for test_url
Adam Dickmeiss [Thu, 7 Jun 2012 12:51:36 +0000 (14:51 +0200)]
Position modifier for sort prevents local sort
Sort spec may be suffixed with p, for example "title:0p" which
sorts by position locally (ie no sort), but by title natively
(if sortmap is given). This allows getting sorted records from a
database that Pazpar2 does not resort.
Dennis Schafroth [Mon, 4 Jun 2012 11:12:53 +0000 (13:12 +0200)]
Fix version
Dennis Schafroth [Mon, 4 Jun 2012 10:46:39 +0000 (12:46 +0200)]
Version 1.6.14
Dennis Schafroth [Mon, 4 Jun 2012 10:46:15 +0000 (12:46 +0200)]
Update with changes since 1.6.13
Adam Dickmeiss [Mon, 4 Jun 2012 10:23:02 +0000 (12:23 +0200)]
Add Centos5 in build
Niels Erik G. Nielsen [Fri, 1 Jun 2012 11:18:28 +0000 (07:18 -0400)]
Fixes object instantiation error in IE6/7
Adam Dickmeiss [Thu, 31 May 2012 13:58:12 +0000 (15:58 +0200)]
Update test results for keepAlive in init response
Also remove some that are dead.
Adam Dickmeiss [Thu, 31 May 2012 13:57:53 +0000 (15:57 +0200)]
Just delete diff file when created and empty
Giannis Kosmas [Tue, 29 May 2012 00:32:28 +0000 (03:32 +0300)]
Calculation of keepAlive timeout
keepAlive timeout is calculated based on session timeout defined in service configuration and is returned in the init response.
Giannis Kosmas [Tue, 29 May 2012 00:30:22 +0000 (03:30 +0300)]
doc: init takes serviceId as second parameter
Giannis Kosmas [Tue, 29 May 2012 00:04:14 +0000 (03:04 +0300)]
Typo
Dennis Schafroth [Wed, 30 May 2012 17:47:54 +0000 (19:47 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Wed, 30 May 2012 17:47:47 +0000 (19:47 +0200)]
Fix sh - bash confusion
Dennis Schafroth [Wed, 30 May 2012 17:47:16 +0000 (19:47 +0200)]
increase to 20 users
Adam Dickmeiss [Wed, 30 May 2012 12:40:28 +0000 (14:40 +0200)]
Update doc/common
Adam Dickmeiss [Tue, 29 May 2012 14:20:41 +0000 (16:20 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Tue, 29 May 2012 14:20:27 +0000 (16:20 +0200)]
More portable use of find
to make things work on Solaris
Adam Dickmeiss [Tue, 29 May 2012 14:19:53 +0000 (16:19 +0200)]
Fix segv on Solaris which don't like NULLs for %s
Dennis Schafroth [Tue, 29 May 2012 10:30:46 +0000 (12:30 +0200)]
Run clients elsewhere. Towards satay
Dennis Schafroth [Tue, 29 May 2012 09:59:44 +0000 (11:59 +0200)]
Setup TMP_DIR for par.sh
Dennis Schafroth [Tue, 29 May 2012 09:28:24 +0000 (11:28 +0200)]
Support TMP_DIR from caller.
Dennis Schafroth [Tue, 29 May 2012 09:27:21 +0000 (11:27 +0200)]
Configurable COUNT, PORT and SERVICE. Fixed client count will break if running multiple instances on one machine
Dennis Schafroth [Tue, 29 May 2012 09:25:28 +0000 (11:25 +0200)]
Option to time the client run
Dennis Schafroth [Fri, 25 May 2012 11:53:55 +0000 (13:53 +0200)]
Make all logging in session use session_log
Dennis Schafroth [Thu, 24 May 2012 14:20:13 +0000 (16:20 +0200)]
executable rights
Dennis Schafroth [Thu, 24 May 2012 14:18:22 +0000 (16:18 +0200)]
Temp change
Dennis Schafroth [Thu, 24 May 2012 14:18:12 +0000 (16:18 +0200)]
Temp change
Dennis Schafroth [Thu, 24 May 2012 13:20:46 +0000 (15:20 +0200)]
Does not inherit from server unless completely empty for chains
Dennis Schafroth [Thu, 24 May 2012 13:19:02 +0000 (15:19 +0200)]
Lowered some logging to debug
Adam Dickmeiss [Wed, 23 May 2012 18:39:59 +0000 (20:39 +0200)]
date on top in NEWS
Dennis Schafroth [Wed, 23 May 2012 12:26:03 +0000 (12:26 +0000)]
Version 1.6.13
Dennis Schafroth [Wed, 23 May 2012 11:10:42 +0000 (13:10 +0200)]
Merge branch 'master' into protocol-version2
Dennis Schafroth [Wed, 23 May 2012 11:04:39 +0000 (11:04 +0000)]
Update NEWS
Dennis Schafroth [Wed, 23 May 2012 10:12:00 +0000 (10:12 +0000)]
Update NEWS
Dennis Schafroth [Wed, 23 May 2012 09:25:18 +0000 (09:25 +0000)]
Lower log level
Dennis Schafroth [Tue, 22 May 2012 10:57:58 +0000 (10:57 +0000)]
Update logging to match logic
Dennis Schafroth [Tue, 22 May 2012 09:24:45 +0000 (09:24 +0000)]
Update tests for limit maps
Dennis Schafroth [Mon, 21 May 2012 14:48:36 +0000 (14:48 +0000)]
Remove hard-coded right trim. Use icuchain instead
Dennis Schafroth [Mon, 21 May 2012 14:47:51 +0000 (14:47 +0000)]
Re-set filtered count on re-search
Dennis Schafroth [Mon, 21 May 2012 11:43:41 +0000 (11:43 +0000)]
Now with a working limitmap, but way-off total (no approximation)
Dennis Schafroth [Mon, 21 May 2012 11:27:27 +0000 (11:27 +0000)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Conflicts:
test/test_limit_limitmap.urls
Dennis Schafroth [Mon, 21 May 2012 11:26:02 +0000 (11:26 +0000)]
Wait before show
Dennis Schafroth [Mon, 21 May 2012 11:24:24 +0000 (13:24 +0200)]
New attributes to metadata field: facetmap and limitmap
Dennis Schafroth [Wed, 16 May 2012 13:18:36 +0000 (15:18 +0200)]
Remove unused. Add comment
Dennis Schafroth [Wed, 16 May 2012 13:17:51 +0000 (15:17 +0200)]
Updated to have: default limitmap on author, subject and medium
Dennis Schafroth [Wed, 16 May 2012 12:25:58 +0000 (14:25 +0200)]
Add default ICU chain "facet" to produce the same as removed hardcoded punctuation trim
Dennis Schafroth [Wed, 16 May 2012 12:24:49 +0000 (14:24 +0200)]
Add default ICU chain "facet" to produce the same as removed hardcoded punctuation trim
Dennis Schafroth [Wed, 16 May 2012 12:12:47 +0000 (14:12 +0200)]
Update facet rule to implemented hardcoded punctuation trim
Dennis Schafroth [Wed, 16 May 2012 11:48:42 +0000 (13:48 +0200)]
Ignore services-enabled: Test dir for runing local.
Dennis Schafroth [Wed, 16 May 2012 11:46:17 +0000 (13:46 +0200)]
Attempt to fix 5709. Has not been able to reproduce before or after
Dennis Schafroth [Wed, 16 May 2012 11:44:27 +0000 (13:44 +0200)]
Add edu opac turbo config
Dennis Schafroth [Wed, 16 May 2012 11:42:23 +0000 (13:42 +0200)]
Swap subject/subject-long
Dennis Schafroth [Wed, 16 May 2012 11:40:43 +0000 (13:40 +0200)]
Add facetrule to author and subject swap subject/subject-long
Dennis Schafroth [Wed, 16 May 2012 11:02:07 +0000 (13:02 +0200)]
New ICU chains to replace hardcoded rule
Dennis Schafroth [Tue, 15 May 2012 10:46:59 +0000 (12:46 +0200)]
Merge branch 'master' into protocol-version2
Dennis Schafroth [Tue, 15 May 2012 10:46:17 +0000 (12:46 +0200)]
Stats result from nmem test
Dennis Schafroth [Tue, 15 May 2012 08:37:54 +0000 (10:37 +0200)]
Add new solr settings file
Dennis Schafroth [Mon, 14 May 2012 12:14:10 +0000 (14:14 +0200)]
Fix limit tests
Dennis Schafroth [Mon, 14 May 2012 10:54:50 +0000 (12:54 +0200)]
New tests for empty present chunk. Need grep logic in test script
Dennis Schafroth [Mon, 14 May 2012 10:35:37 +0000 (12:35 +0200)]
Fix spelling
Dennis Schafroth [Mon, 14 May 2012 10:34:49 +0000 (12:34 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Mon, 14 May 2012 10:34:30 +0000 (12:34 +0200)]
New test: empty present_chunk
Dennis Schafroth [Mon, 14 May 2012 10:32:12 +0000 (12:32 +0200)]
New test: empty present_chunk
Dennis Schafroth [Mon, 14 May 2012 10:31:37 +0000 (12:31 +0200)]
Change comment
Dennis Schafroth [Thu, 10 May 2012 09:21:04 +0000 (11:21 +0200)]
Re-enabled Solr test. Was a misconfiguration of the Solr target
Dennis Schafroth [Thu, 10 May 2012 07:01:33 +0000 (09:01 +0200)]
Report session/operation nmem usage
Dennis Schafroth [Thu, 10 May 2012 06:50:01 +0000 (08:50 +0200)]
Move nmem_reset up to beginning of loop, as it is a pre-condition.
Should work as previous, but will report fewer nmem 0 bytes usage.
One extra nmem_reset (on a empty) call is the price.
Dennis Schafroth [Thu, 10 May 2012 06:45:37 +0000 (08:45 +0200)]
Match the hardcoded rule
Adam Dickmeiss [Thu, 10 May 2012 05:54:51 +0000 (07:54 +0200)]
Disable tests that require Solr for now