Task #3239
Index and PartitionIndex, subcorpus based concordance links
Status: | New | Start date: | 03/15/2022 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Commands | Spent time: | - | ||
Target version: | TXM 0.8.3 |
Description
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.
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 Index persistable to avoid stacktrace at startupfixed if subcorpus.isInternalPersistable() is overriden with "return false"- show the subcorpus
- build the concordance with the hidden subcorpus
see: https://groupes.renater.fr/wiki/txm-info/public/specs_index#vers_une_concordance
Related issues
History
#1 Updated by Matthieu Decorde about 1 year ago
- Subject changed from Index, subcorpus based concordance links to Index and PartitionIndex, subcorpus based concordance links
#2 Updated by Matthieu Decorde about 1 year ago
- % Done changed from 0 to 80
#3 Updated by Matthieu Decorde about 1 year ago
- Description updated (diff)
#4 Updated by Matthieu Decorde about 1 year ago
- Description updated (diff)
#5 Updated by Matthieu Decorde 4 months ago
- Target version changed from TXM 0.8.2 to TXM 0.8.3