ActiveXTM Search

How To Specify Queries

Using the query page, you can do a full-text search for a word or phrase on this web site. Searches produce a list of files that contain the word or phrase anywhere in their text.

The rules for formulating queries are as follows:


Boolean and Proximity Operators

Boolean and proximity operators can be used to create a more precise query.

Hints:


Wildcards

Wildcard operators are useful for finding pages with words similar to a given word.


Free-Text Queries

The query engine finds pages that best match the words and phrases in a free-text query. This is done by automatically finding pages that match the meaning, not the exact wording, of the query. Boolean, proximity, and wildcard operators are ignored within a free-text query. Free-text queries are prefixed with "$contents ".



Vector Space Queries

The query engine supports vector space queries. Vector queries return pages that match a list of words and phrases. The rank of each page indicates how well the page matched the query.


Property Value Queries

Property value queries can be used to find files that have property values that match a given criteria. The properties over which you can query include basic file information like file name and file size, and OLE properties including the document summary that is stored in files created by OLE-aware applications.

There are two types of property queries, relational queries and regular expression queries.

Property names

Property names are preceded by either the at (@) or pound (#) character. Use (@) for relational queries, and (#) for regular expression queries.

If no property name is specified, @contents is assumed.

A more complete list of properties can be found here.

Relational operators

Relational operators are used in relational property queries.

Property values


Regular expressions

Regular expressions in property queries are defined as follows:



Query Examples


List of Property Names

These properties are always available for queries. Additional properties may also be available depending on the configuration of the web server.





Copyright © 1996 Microsoft Corporation. All rights reserved.