--dump-rows <FILE> dumps rows fetched by SQL source(s) into the specified file, in a MySQL compatible syntax. Resulting dumps are the exact representation of data as received by indexer and help to repeat indexing-time issues.
Si vous ajoutez l'option --dump-rows lors de votre indexation, un fichier sera généré avec un dump sql.
Moi ce qui m'intéresse ici c'est l'entête du fichier
# field 0: ressource_title # field 1: ressource_subtitle # field 2: ressource_description # field 3: ressource_category_name # field 4: ressource_category_description # sql_attr_timestamp = created # attr 0 # sql_attr_timestamp = online_from # attr 1 # sql_attr_timestamp = online_until # attr 2 # sql_attr_uint = display_counter # attr 3 # sql_attr_uint = vote_counter # attr 4 # sql_attr_uint = parent_id # attr 5 # sql_attr_timestamp = indexing_date # attr 6…[Lire plus]