Skip to content

Releases: Nuix/SuperUtilities

Version 1.10.0

24 Jun 21:19
Compare
Choose a tag to compare

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

22 Jun 19:00
53ed0c9
Compare
Choose a tag to compare

Added Tag support to AnnotationRepository

Version 1.8.0

17 Jun 18:17
25301dd
Compare
Choose a tag to compare

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

14 Jun 20:39
Compare
Choose a tag to compare
  • 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

05 Jun 16:28
Compare
Choose a tag to compare

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

14 May 18:57
Compare
Choose a tag to compare
  • Fix to TermExpander so that is honors options for pulling terms from content and/or properties.

Version 1.5.0

14 May 16:48
Compare
Choose a tag to compare

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

24 Apr 22:04
Compare
Choose a tag to compare

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

23 Apr 21:28
e68dc4b
Compare
Choose a tag to compare
  • 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

07 Mar 17:38
6120b0b
Compare
Choose a tag to compare