HP Integrated Archive Platform manual Boolean query expressions, Syntax Matches

Page 43

PDF documents

PDF documents are another case where the internal text representation can vary widely from the visible presentation in PDF readers. Some issues that can arise:

Text sequences can appear out of order on the same page depending on how the page was composed.

Text can appear doubled or can have spacing inserted into or removed from the internal representation to assist some specific visual presentation.

In general, PDF documents generated via print drivers are far more susceptible to these issues than PDF documents generated directly using Acrobat and other such composing tools. However, because of the nature of PDF itself, even they are not immune.

Boolean query expressions

You can combine words, fuzzy words, and word sequences using Boolean (logical) operators AND, OR, and NOT (these must be uppercase). The following table describes Boolean operators, where exp, exp1, and exp2 represents a word, fuzzy word, word sequence, or other Boolean query expression.

Table 14 Boolean query expressions

Syntax

Matches

 

 

NOT exp

 

alternative syntax: - exp

all documents that do not match exp

alternative syntax: ! exp

 

 

 

exp1 OR exp2

all documents that match either exp1 or exp2

 

 

exp1 AND exp2

 

alternative syntax: exp1 && exp2

all documents that match both exp1 and exp2

alternative syntax: exp1exp2

 

 

 

NOTE:

The second alternative syntax for AND indicates that AND is the default connective in query expressions. You do not need to supply AND explicitly. It is assumed if neither AND nor OR is used explicitly. For example, the query peace quiet is equivalent to the query peace AND quiet.

A NOT expression must be combined, using AND or OR, with another expression other than NOT. A query cannot consist solely of negative criteria.

NOT quiet

illegal

 

 

(NOT quiet) AND (NOT blue)

illegal

 

 

NOT quiet AND blue

legal

 

 

NOT quiet OR nois*

legal

 

 

You must provide the proper number of arguments for a Boolean operator or an error message results: one argument for NOT (- or !), two arguments for AND (&& ) and OR. For example, the following queries result in an error message.

alpha NOT: Missing argument for NOT

AND alpha: Missing argument for AND

User Guide

43

Image 43
Contents HP Integrated Archive Platform User Guide Page Contents Index Figures Tables Related documentation Document conventions and symbolsIntended audience PrerequisitesTIP Subscription serviceHP technical support Other web sitesUser Guide About this guide EAs applications Understanding document archivingApplication What You Can Do Indexed document types Understanding searching and document indexingMessage Mime types advanced users Office 2007 supported file extensions and Mime types Type Property Microsoft Word, PowerPoint Excel Office 2007 supported featuresOffice 2007 supported properties Modified Forward to Logging in and out Using the toolbarUnderstanding the user interface Search basics Common tasksIAP Web Interface tasks Completing simple searchesTask Reference Simple Search Completing advanced searchesAdvanced Search page email content type Query Field Matches in the Document Additional advanced search query fieldsAs path c\abc\xyz FolderDisplaying query or search results Query Results page email content typeQuery results navigation bar Bars Saving query or search criteriaSave Criteria Saving query or search resultsSave Results Sending query or search resultsAccessing saved results Accessing saved criteriaExporting query or search results Deleting quarantine repositories Copying saved results to a quarantine repositoryTo search for multiple items, use the advanced search form Searching audit log repositoriesAdvanced Search page document content type Logged Action Description Logged actions and descriptionsQuery Field Matches Changing your language TroubleshootingChanging your password Troubleshooting topics includeUnable to display saved results Problems exporting resultsIAP Web Interface Word characters Query expressionsLetters and digits defined Letters and digits in different character setsWord characters and separators Regular expression definition of English word charactersSupported character sets Matching wordsSupported character Description Set Measuring word similarity Matching similar wordsMatching word sequences Fuzzy wordsExample 2. Sequence is not intuitive Proximity word sequencesMatching word sequences in attachments Example 1. Separators are ignoredExcel spreadsheet Boolean query expressions Boolean query expressionsSyntax Matches Query expression examples Nested Boolean query expressionsFollowing are examples of query expressions Query expression Finds documents with Query expression examplesQuery expression syntax and matching Index See IAP User Guide