Skip to content

Commit 1890a54

Browse files
authored
Merge pull request #11 from Nuix/feature/nuix10.0
Update to Nuix Workstation 10.0
2 parents 95b7eb3 + a2e4602 commit 1890a54

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Ignored
88
*.jardesc
99
/Java/Doc
1010
/Java/*.jardesc
11+
out/
12+
.idea/
1113

1214
.settings
1315
.classpath

Java/src/META-INF/MANIFEST.MF

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Manifest-Version: 1.0
2+

Java/src/main/java/com/nuix/searchmodule/query/QueryValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.util.regex.PatternSyntaxException;
1313

1414
import org.apache.log4j.Logger;
15-
import org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream;
15+
import org.apache.lucene.queryparser.charstream.FastCharStream;
1616
import org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser;
1717
import org.apache.lucene.queryparser.flexible.standard.parser.Token;
1818
import org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError;

README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33

44
:warning: **IMPORTANT:** This script is practically no longer maintained. Almost identical functionality was added to Nuix 7.0. It is recommended you use that built in functionality if possible. To use the built in Search and Tag functionality choose **Window****New Search and Tag tab** from the menu in Nuix Workstation. If using the API, see documentation for [BulkSearcher](https://download.nuix.com/releases/desktop/stable/docs/en/scripting/api/nuix/BulkSearcher.html).
55

6-
![This script was last tested in Nuix 9.4](https://img.shields.io/badge/Script%20Tested%20in%20Nuix-9.4-green.svg)
6+
![This script was last tested in Nuix 9.4](https://img.shields.io/badge/Script%20Tested%20in%20Nuix-9.4-green.svg) ![and in Nuix 10.0](https://img.shields.io/badge/Script%20Tested%20in%20Nuix-10.0-green.svg)
77

88
View the GitHub project [here](https://github.com/Nuix/Search-Module) or download the latest release [here](https://github.com/Nuix/Search-Module/releases).
99

10+
> **NOTE:** Use Release 3.19.0 with Nuix Workstation 9.x. Use Release 3.20.0 or above with Nuix Workstation 10.x or with Nuix 1.2 or above.
11+
1012
# Overview
1113

1214
**Written By:** Jason Wells

Ruby/SearchModule.nuixscript/Help.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<div class="jumbotron" style="text-align:center;"><h1 style="font-weight:bolder;">Search Module 3</h1></div>
6161
<h2>Table of Contents</h2><ul><li><a href="#introduction-to-search-module"><b style="font-size:1.1em">Introduction to Search Module</b></a></li><li><a href="#using-a-custom-logo"><b style="font-size:1.1em">Using a Custom Logo</b></a></li><li><a href="#about"><b style="font-size:1.1em">About</b></a></li></ul><div style="page-break-after:always;"></div>
6262
<p>Visit the <a href="https://github.com/Nuix/Search-Module" target="blank">GitHub repository</a> for source code and latest releases.</p>
63+
<p><strong>NOTE:</strong> Version 3.20.0 and above of this tool works on Nuix Workstation 10.0 and above. Use the 3.19.0 release of this tool for Nuix Workstation 9.x</p>
6364
<a name="introduction-to-search-module"></a><h1 class="page-header">Introduction to Search Module</h1><embed src="IntroductionToSearchModule.pdf" width="100%" height="650" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
6465
<a name="using-a-custom-logo"></a><h1 class="page-header">Using a Custom Logo</h1>
6566
<p>Logo images may be included in the report generated by Search Module 3.</p>

0 commit comments

Comments
 (0)