Hello ,
I need to index a mysql table where a have a longtext field (over 1 millions caracters), i can index all fields, but when i do a select * query, the big text field return empty value. Mysql field was declared as LONGTEXT NULL DEFAULT NULL COLLATE ‘utf8_general_ci’.