当前位置:编程学习 > asp >>

用asp怎样编写文档搜索页面(使用index server)----4

<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>
补充:asp教程,全文检索 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,