-
The "-" or prohibit operator excludes documents that contain the term after the "-" symbol. To search
for documents that contain "jakarta apache" but not "Apache ICI Inner
Search Engine" use the query:
"jakarta apache" -"Apache ICI Inner Search Engine"
Grouping
Inner Search Engine supports using parentheses to group clauses to form sub queries. This can be
very useful if you want to control the boolean logic for a query.
To search for either "jakarta" or "apache" and "website" use the query:
(jakarta OR apache) AND website
This eliminates any confusion and makes sure you that website must exist and either term jakarta or
apache may exist.
Field Grouping
Inner Search Engine supports using parentheses to group multiple clauses to a single field.
To search for a title that contains both the word "return" and the phrase "pink panther" use the query:
title:(+"pink panther")
Escaping Special Characters
Inner Search Engine supports escaping special characters that are part of the query syntax. The
current List special characters are
+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
To escape these character use the \ before the character. For example to search for (1+1):2 use the
query:
\(1\+1\)\:2
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...