Dennis Schafroth [Wed, 19 Sep 2012 14:22:08 +0000 (16:22 +0200)]
Implement sort-default lookup in search too
Dennis Schafroth [Wed, 19 Sep 2012 13:59:45 +0000 (15:59 +0200)]
Change session_search to get all sort parameters, so it can configure the correct sort at search time.
This will make session_sort skip the re-search. Added debugging of the sort parameters in session_clear_set
Dennis Schafroth [Wed, 19 Sep 2012 13:56:55 +0000 (15:56 +0200)]
Configuration of default sort order. Default to previous hardcoded "relevance"
Dennis Schafroth [Wed, 19 Sep 2012 13:56:23 +0000 (15:56 +0200)]
Add sort parameter to search command. Enabling configuration of default sort order instead of hard coded "relevance"
Dennis Schafroth [Wed, 19 Sep 2012 13:55:13 +0000 (15:55 +0200)]
Comment out unused variable.
Dennis Schafroth [Tue, 18 Sep 2012 15:50:00 +0000 (17:50 +0200)]
Delete
Dennis Schafroth [Tue, 18 Sep 2012 15:49:43 +0000 (17:49 +0200)]
Wrongly aded. Deleting
Dennis Schafroth [Tue, 18 Sep 2012 15:49:10 +0000 (17:49 +0200)]
Delete
Dennis Schafroth [Tue, 18 Sep 2012 15:48:51 +0000 (17:48 +0200)]
add and delete
Dennis Schafroth [Tue, 18 Sep 2012 15:45:26 +0000 (17:45 +0200)]
Support for float(like score) and int (not used yet)
Dennis Schafroth [Tue, 18 Sep 2012 15:44:51 +0000 (17:44 +0200)]
New test case for sorting
Dennis Schafroth [Tue, 18 Sep 2012 14:00:33 +0000 (16:00 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Tue, 18 Sep 2012 13:59:47 +0000 (15:59 +0200)]
Add match of score
Adam Dickmeiss [Tue, 18 Sep 2012 13:08:22 +0000 (15:08 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Tue, 18 Sep 2012 12:58:57 +0000 (14:58 +0200)]
Version 1.6.19
Adam Dickmeiss [Tue, 18 Sep 2012 12:54:07 +0000 (14:54 +0200)]
Remove trailing whitespace
Dennis Schafroth [Tue, 18 Sep 2012 12:43:08 +0000 (14:43 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Tue, 18 Sep 2012 12:42:27 +0000 (14:42 +0200)]
Force hit count on yaz-ztest searches.
Adam Dickmeiss [Tue, 18 Sep 2012 12:40:16 +0000 (14:40 +0200)]
limitmap: don't use CCL limitmap for relevancy ranking
Only the CCL from query is in use for relevancy ranking now.
Adam Dickmeiss [Tue, 18 Sep 2012 12:32:29 +0000 (14:32 +0200)]
relevance: avoid false hits for whitespace tokens
For example, & could be turned into an empty string. And that
would occur nowhere else, giving a high inverse document frequency!
Adam Dickmeiss [Mon, 17 Sep 2012 12:45:03 +0000 (14:45 +0200)]
Actually obey option -w dir
Never worked in any Pazpar2 release. Thanks to Sven Porst for
spotting that one.
Adam Dickmeiss [Mon, 17 Sep 2012 12:44:53 +0000 (14:44 +0200)]
test_tmarc.sh less verbose
Adam Dickmeiss [Mon, 17 Sep 2012 11:40:49 +0000 (13:40 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Mon, 17 Sep 2012 11:07:58 +0000 (13:07 +0200)]
Version 1.6.18
Adam Dickmeiss [Mon, 17 Sep 2012 10:54:28 +0000 (12:54 +0200)]
Tweak rank/relevance algorithm
Rank algorithm configurable by 'rank' element inside service. So far
only, attribute 'cluster' is recognized. If cluster="yes", multiple
records inside a cluster boosts higher than single records. This
is default behavior and existing behavior. cluster="no" takes the
average score of each record in a cluster.
Niels Erik G. Nielsen [Fri, 7 Sep 2012 16:02:40 +0000 (18:02 +0200)]
Source specific date transformations
Adam Dickmeiss [Fri, 7 Sep 2012 11:03:02 +0000 (13:03 +0200)]
Rephase description of sort order
Adam Dickmeiss [Wed, 5 Sep 2012 09:18:16 +0000 (11:18 +0200)]
Version 1.6.17
Adam Dickmeiss [Tue, 4 Sep 2012 11:19:26 +0000 (13:19 +0200)]
Avoid host reuse if proxy changes
Dennis Schafroth [Thu, 23 Aug 2012 14:21:38 +0000 (16:21 +0200)]
Version 1.6.16
Dennis Schafroth [Thu, 23 Aug 2012 13:22:27 +0000 (15:22 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Thu, 23 Aug 2012 13:21:31 +0000 (15:21 +0200)]
Version 1.6.6 (for real)
Dennis Schafroth [Thu, 23 Aug 2012 12:52:50 +0000 (14:52 +0200)]
Fix issue that would disable the re-search when doing position sorting
Dennis Schafroth [Thu, 23 Aug 2012 12:47:25 +0000 (14:47 +0200)]
Change logging
Dennis Schafroth [Wed, 22 Aug 2012 15:17:14 +0000 (17:17 +0200)]
Results for tests with date ranges
Dennis Schafroth [Wed, 22 Aug 2012 15:16:32 +0000 (17:16 +0200)]
Results for tests with date ranges
Dennis Schafroth [Wed, 22 Aug 2012 14:32:15 +0000 (16:32 +0200)]
Only reseting on position, when not done before. Otherwise it would reset on every pull by the client
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
Dennis Schafroth [Wed, 22 Aug 2012 09:26:58 +0000 (11:26 +0200)]
Version 1.6.16
Dennis Schafroth [Wed, 22 Aug 2012 09:26:22 +0000 (11:26 +0200)]
Comment on clear set. Think the parameter should be removed, since we cannot decide this from outside the session
Dennis Schafroth [Wed, 22 Aug 2012 09:25:22 +0000 (11:25 +0200)]
Disable the clear set on position sorting. Every poll will do this
Dennis Schafroth [Tue, 21 Aug 2012 14:41:56 +0000 (16:41 +0200)]
Extra check on suggestion string and punctuation in debug to see end
Dennis Schafroth [Tue, 21 Aug 2012 13:24:57 +0000 (15:24 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
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.
Dennis Schafroth [Mon, 25 Jun 2012 11:12:53 +0000 (13:12 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Mon, 25 Jun 2012 11:12:47 +0000 (13:12 +0200)]
Lower facet configuration to debug
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