Bug #3515

Mis à jour par Matthieu Decorde il y a presque 2 ans


h3. to reproduce

* export properties of all the 'vous' occurrences of the VOEUX corpus with default parameters in a table (.tsv)
* import back into VOEUX the unmodified table with default parameters
* this produces the following output:
<pre>
Démarrage du module d'import "xtz"...
-- COMPILING - Building Search Engine indexes
-- Scanning structures&properties to create for 54 texts...
54 .........1.........2.........3.........4.........5....New word properties detected. All CQP files will be updated.

-- Building CQP files 54/54...
54 .........1.........2.........3.........4.........5....
</pre>

The "New word properties detected. All CQP files will be updated." message is not normal.

h3. Solution

It was a debug message when TXM had to rewrite the CQP files when : a new word properties is discovered OR when the CQP files are forced update OR when the CQP files are absents.

New message : "All CQP files will be updated." and level set to FINE

Retour