Task #3239
Mis à jour par Matthieu Decorde il y a plus de 3 ans
Go beyond the current limits of the index to concordance link which is not able to combine the index matches with the line CQL selection.
h3. Solution
Apply the line CQL selection to a hidden subcorpus of the Index matches when computing the concordance.
* if needed (lazy building), build the subcorpus of the Index matches with the Index CQL
* make the subcorpus a child of the Index
* -make make Index persistable to avoid stacktrace at startup- fixed if subcorpus.isInternalPersistable() is overriden with "return false" startup
* show the subcorpus
* build the concordance with the hidden subcorpus
see: https://groupes.renater.fr/wiki/txm-info/public/specs_index#vers_une_concordance
h3. Solution
Apply the line CQL selection to a hidden subcorpus of the Index matches when computing the concordance.
* if needed (lazy building), build the subcorpus of the Index matches with the Index CQL
* make the subcorpus a child of the Index
* -make make Index persistable to avoid stacktrace at startup- fixed if subcorpus.isInternalPersistable() is overriden with "return false" startup
* show the subcorpus
* build the concordance with the hidden subcorpus
see: https://groupes.renater.fr/wiki/txm-info/public/specs_index#vers_une_concordance