You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metadata helper is too complex and inflexible. Significant changes should be made to simplify - like holistically collecting everyhing for "metadata" rather than having magic value fields in the metadata helper - magic values can be chosen for the specific report instead. this would also enable doing the TagsOnly mode with DependsOn per #535
The text was updated successfully, but these errors were encountered:
Collect all matches during the run, at the end of the run do depends on processing, then overrides processing, then send the matches to metadata helper to generate the tags. One complication here is the MaxNumMatches mode which requires counting the tags as matches are made. And TagsOnly mode which does not collect matches currently.
Rethink how/when Exerpts and samples are taken. Currently they are gathered as part of the match, but if matches are discarded before return to the user the extra time to allocate the data for the strings is a waste. A complication here is a sample needs to be taken from the file Stream which may not relate directly to a file on disk (i.e. may have been a file found inside an archive via recursive extractor)
The metadata helper is too complex and inflexible. Significant changes should be made to simplify - like holistically collecting everyhing for "metadata" rather than having magic value fields in the metadata helper - magic values can be chosen for the specific report instead. this would also enable doing the TagsOnly mode with DependsOn per #535
The text was updated successfully, but these errors were encountered: