<td valign="top"><code>@contents apple tree</code></td><br>
<td valign="top">同上</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>Microsoft and @size > 1000000</code></td><br>
<td valign="top">包含单词“Microsoft”,并且大于大于一兆字节的页</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>"microsoft and @size > 1000000"</code></td><br>
<td valign="top">包含指定短语的页(与上面不同)</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>#filename *.avi</code></td><br>
<td valign="top">视频文件(因为查询包含正则表达式,所以使用 # 前缀)</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>@attrib ^s 32</code></td><br>
<td valign="top">带存档属性的页</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>@docauthor = John Smith</code></td><br>
<td valign="top">由所给作者创作的页</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>$contents why is the sky blue?</code></td><br>
<td valign="top">匹配查询的页</td><br>
</tr><br>
<tr><br>
<td valign="top"><code>@size < 100 & #filename *.gif</code></td><br>
<td valign="top">大于 100 字节的 GIF 文件</td><br>
</tr><br>
</table><br>
<br>
<h1><a name="PropertyNamesList">属性名列表</a></h1><br>
<br>
<p>这些属性在查询时都可用,附加的属性要看 Web 服务器的配置。</p><br>
<br>
<table border="1" cellpadding="4" cellspacing="1" width="100%"><br>
<tr><br>
<th align="Left" valign="bottom" bgcolor="#C0C0C0" width="15%">友好名称</th><br>
<th align="Left" valign="bottom" bgcolor="#C0C0C0" width="20%">数据类型</th><br>
<th align="Left" valign="bottom" bgcolor="#C0C0C0" width="65%">属性</th></tr><br>
<tr><br>
<td valign="top">A_HRef</td><br>
<td valign=