]> git.evergreen-ils.org Git - Evergreen.git/commit
Bring back "split-brain" indexing normalization
authorMike Rylander <mrylander@gmail.com>
Wed, 12 Jun 2013 15:17:08 +0000 (11:17 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 27 Jun 2013 03:43:59 +0000 (23:43 -0400)
commit68d9a2111f6087a1377ff4bed8fa5a485fec4932
tree9f64a130c22d9fd3c9f15d5d13e1930eaa06b02b
parent2f9c80ae6b6a3a8ed1f7d2b91f310a6faf1d69fa
Bring back "split-brain" indexing normalization

Before 2.4-era changes to indexing and search, normalizers were applied
in a way that resulted in different effects on the value and index_vector
columns of metabib.*field_entry tables.  This behavior was lost during
the changes mentioned above, but we need it for several things to work
properly, phrase search and (likely) facets among them.  This commit
brings that behavior back.

See here for the original behavioral documentation:

http://evergreen-ils.org/dokuwiki/doku.php?id=documentation:indexing#field_normalization_settings

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/030.schema.metabib.sql