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>
Mon, 17 Jun 2013 13:22:19 +0000 (09:22 -0400)
commitae942a8e8754ecb3236416ab4e617c7dc4042e2b
treea037653713f94f28ebc8ba84641a2a541c00298a
parentd60b3e9cd0e431185624805a8fff5fb8346bdbf8
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