Releases: Nuix/SuperUtilities
Version 1.10.0
Added methods public List<String> getTagsForMd5(String md5)
and List<String> getTagsForGuid(String guid)
to AnnotationRepository to provide support for import of tags from an annotation repository SQLite DB file from within a worker side script by matching MD5 of items being processed to corresponding entries in the SQLite DB file with the same MD5.
Version 1.9.0
Added Tag support to AnnotationRepository
Version 1.8.0
Initial AnnotationRepository functionality
Added class AnnotationRepository which provides functionality to export from a source case and then import them into a destination case. Currently only support export/import of item markup (redactions and highlights).
Version 1.7.0
- Fixed a bug with commit 3e530a6 in BulkRedactor in which a
NullPointerException
could be thrown when applying markups to named entity values.
Version 1.6.0
Added CustomExporter class
CustomExporter provides the ability to heavily customize the structure of an export. It accomplishes this by first performing a regular Nuix batch export to take advantage of performance benefits that offers. Once this temporary export is completed, exported products are restructured based upon file path templates provides. Exported load files are updated with new paths as data is restructured.
Version 1.5.1
- Fix to TermExpander so that is honors options for pulling terms from
content
and/orproperties
.
Version 1.5.0
Added TermExpander class
Added new class called TermExpander which can take a single term that is either a fuzzy term or a term with wildcard characters *
and/or ?
and return a listing of matched terms.
Version 1.4.0
Added Bulk Redaction Functionality
Added class BulkRedactor which is employed by the Bulk-Redactor script which provides some bulk redaction functionality similar to what is available in the Nuix Workstation GUI.
Version 1.3.0
- Added support to RegexScanner for scanning named entity match values. This is not to find named entity matches (the named entities have already done this), but to determine where a given named entity match value is located within the source text. This includes the ability to report contextual snippets around where a given named entity match value is located.
Version 1.2.0
- Updated RegexScanner to support scanning custom metadata.