public class PLA_12639_Test
extends HybrisJUnit4Test
Tests PLA-12639. The problem was lucene search indexing fetching attributes directly from database using
FlexibleSearch. While this is a good thing for all attributes mapped to item or lp tables we run into data truncation
for props table attributes. These value were taken from VALUESTRING1 columns which do only store a maximum of 1000
characters.
The fix was done inside lucene indexing logic to exclude 'props' attributes from the onese to be fetched directly.