Boolean Operators
Boolean operators allow terms to be combined through logic operators. ICI Inner Search Engine
supports AND, "+", OR, NOT and "-" as Boolean operators(Note: Boolean operators must be ALL
CAPS).
The OR operator is the default conjunction operator. This means that if there is no Boolean operator
between two terms, the OR operator is used. The OR operator links two terms and finds a matching
document if either of the terms exist in a document. This is equivalent to a union using sets. The
symbol || can be used in place of the word OR.
To search for documents that contain either "jakarta apache" or just "jakarta" use the query:
"jakarta apache" jakarta
or
"jakarta apache" OR jakarta
AND
The AND operator matches documents where both terms exist anywhere in the text of a single
document. This is equivalent to an intersection using sets. The symbol && can be used in place of the
word AND.
To search for documents that contain "jakarta apache" and "Apache ICI Inner
Search Engine" use the query:
"jakarta apache" AND "Apache ICI Inner Search Engine"
+
The "+" or required operator requires that the term after the "+" symbol exist somewhere in a the field
of a single document.
To search for documents that must contain "jakarta" and may contain "ICI Inner
Search Engine" use the query:
+jakarta apache
NOT
The NOT operator excludes documents that contain the term after NOT. This is equivalent to a
difference using sets. The symbol ! can be used in place of the word NOT.
To search for documents that contain "jakarta apache" but not "Apache ICI Inner
Search Engine" use the query:
"jakarta apache" NOT "Apache ICI Inner Search Engine"
Note: The NOT operator cannot be used with just one term. For example, the following search will
return no results:
NOT "jakarta apache"
Summary of Contents for ICI-1000
Page 1: ...Internet Content Inspector ICI 1000 ICI 2000 User Manual v1 00...
Page 20: ...Besides generating report by IP Administrator can also generate report by Account basis...
Page 38: ...4 Click on Play to play back the record MSN webcam session...
Page 58: ...Source Code When click on the following UI will pop up to display the source code of webpage...
Page 63: ...Sample HTTP Upload Download...
Page 65: ...Sample HTTP Video Stream...
Page 67: ...Sample HTTP Request Content...
Page 159: ...Step 2 Click Show Chart...