Bugzilla – Attachment 8972 Details for
Bug 7818
support DOM mode for Zebra indexing of bibliographic records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7818: use Title-cover for title phrase weighting
Bug-7818-use-Title-cover-for-title-phrase-weightin.patch (text/plain), 1.44 KB, created by
Jared Camins-Esakov
on 2012-04-06 16:28:32 UTC
(
hide
)
Description:
Bug 7818: use Title-cover for title phrase weighting
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-04-06 16:28:32 UTC
Size:
1.44 KB
patch
obsolete
>From 9c444b4550fe679dbb36c85e5c8bb8e10c0a34aa Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Fri, 6 Apr 2012 00:48:04 -0400 >Subject: [PATCH] Bug 7818: use Title-cover for title phrase weighting >Content-Type: text/plain; charset="UTF-8" > >This is offerred as a compromise alternative to creating >a new Title-rel index to avoid having the statement of >responsiblity unduly affect field weight when using the DOM >filter and MARC21 -- the problem with creating a Title-rel index >is that it would *force* reindexing upon upgrade. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > C4/Search.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 33a1d16..b144a85 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -772,7 +772,7 @@ sub _build_weighted_query { > $weighted_query .= > "Title-cover,ext,r1=\"$operand\""; # exact title-cover > $weighted_query .= " or ti,ext,r2=\"$operand\""; # exact title >- $weighted_query .= " or ti,phr,r3=\"$operand\""; # phrase title >+ $weighted_query .= " or Title-cover,phr,r3=\"$operand\""; # phrase title > #$weighted_query .= " or any,ext,r4=$operand"; # exact any > #$weighted_query .=" or kw,wrdl,r5=\"$operand\""; # word list any > $weighted_query .= " or wrdl,fuzzy,r8=\"$operand\"" >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7818
:
8965
|
8966
|
8967
|
8968
|
8969
|
8970
|
8971
|
8972
|
8973
|
8974
|
8982
|
9798
|
9968
|
10560
|
10617