Task #2102
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy.
h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)
RESULT_TYPE + ": " + PARENT_SIMPLE_NAME + ": " + QUERY + ": " + PROPERTIES;
eg. from Corpus: Index: VOEUX: "faire|voir": word
eg. from Partition: Index: VOEUX_text_annee: "faire|voir": word
h3. getSimpleName() generated string (Tree node label)
QUERY + ": " + PROPERTIES
eg.: "faire|voir":word
h3. getDetails() generated string (Editor/Tab tool tip)
Index:
Partition {0}
query {1}
properties {2}
Fmin {3}
Fmax {4}
h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)
RESULT_TYPE + ": " + PARENT_SIMPLE_NAME + ": " + QUERY + ": " + PROPERTIES;
eg. from Corpus: Index: VOEUX: "faire|voir": word
eg. from Partition: Index: VOEUX_text_annee: "faire|voir": word
h3. getSimpleName() generated string (Tree node label)
QUERY + ": " + PROPERTIES
eg.: "faire|voir":word
h3. getDetails() generated string (Editor/Tab tool tip)
Index:
Partition {0}
query {1}
properties {2}
Fmin {3}
Fmax {4}