http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7818 --- Comment #4 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to comment #2)
In particular, note that 245$c in the GRS-1 configuration does *not* get put into the Title index. In C4::Search, hits in the Title index are marked as r3, which (under GRS-1) ignores the statement of responsibility in 245$c. With the conversion of record.abs to DOM indexes, the Title:w, Title:p indexes now include the statement of responsibility, which means that authors' names will be given r3 ranking, *plus* the additional weighting for appearing additional times elsewhere in the record.
My inclination would be to add a "title-rel" index to the index config that includes (say) the 245$a and $b and have that be used for the hard-coded relevance ranking, with suitable shimming to leave GRS-1-based configs unaffected. Thoughts? -- You are receiving this mail because: You are watching all bug changes.