<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>全文检索</title>
<link>/html/edu/asp/asp7/index.html</link>
<description>编程开发 / ASP / 全文检索</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>Microsoft SQL Server 全文索引服务</title>
    <link>/html/edu/asp/asp7/4950.html</link>
    <description>SQL 7的全文检索和Index Server的检索方式非常类似。 Contains AND, OR, NOT 可以在Contains中很方便使用逻辑表达式 Example: Select username from member where contains(userinfo,'&quot;作家&quot; AND &quot;木匠&quot;') Select username from member where contains(userinfo,'&quot;作家&quot;</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>最简洁的多重查询的解决方案</title>
    <link>/html/edu/asp/asp7/4962.html</link>
    <description>[前言] 我们经常会遇到多重查询问题，而长长的SQL语句往往让人丈二和尚摸不着头脑。特别是客户端部分填入查询条件时，如用普通方法将更是难上加难。 以下巧妙地利用&quot;where 1=1&quot;的恒等式（事实上很多，让它值为TRUE即可）解决此问题。 [正文概要] 'subject 信息标题 'com</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>关于INDEX SERVER+ASP建立查询引擎的一点心得</title>
    <link>/html/edu/asp/asp7/4961.html</link>
    <description>说起INDEX SERVER，我自己本来用的也不多，不过前两天公司要做一个INDEX的搜索，我从网上找了好多的资料，仔细分析了以后自己启动了索引服务，并进行了ASP程序的设计，第一天程序运行正常，结果第二天早上，我上班的时间发现查询INDEX SERVER的ASP程序不能用了，提示是S</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>一起特殊中文全文检索问题的解决(探索者)</title>
    <link>/html/edu/asp/asp7/4960.html</link>
    <description>作者：ASP精品屋 探索者 事件起因： 好几个月前，我制作的某个网站觉得有必要采用全文索引擎，简单地自己的电脑上测试了一下全文索引，搜索一些英文字符没有问题，但搜索中文时就出现“查询子句只包含被忽略的词”的错误，任何中文都是如此。由于此网站不是很急，也就过</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>ASP精品屋 探索者</comments>
</item>
<item>
    <title>一个完整的SQL SERVER数据库全文索引的示例</title>
    <link>/html/edu/asp/asp7/4959.html</link>
    <description>一个完整的SQL SERVER数据库全文索引的示例。（以pubs数据库为例） 首先，介绍利用系统存储过程创建全文索引的具体步骤： 1) 启动数据库的全文处理功能(sp_fulltext_database) 2) 建立全文目录(sp_fulltext_catalog) 3) 在全文目录中注册需要全文索引的表(sp_fulltext_t</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>全文检索简介(转)</title>
    <link>/html/edu/asp/asp7/4958.html</link>
    <description>全文索引和全文检索是sql server 7.0的新增功能，它能够对数据中的字符类型列（如varchar、text等类型列）进行索 引，并通过索引实现全文搜索查询。sql server常规索引与全文检索相比，二者的区别如下： 常规索引全文索引 使用create index或约束定义创建使用全文索引存</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>关于INDEX SERVER+ASP建立查询引擎的一点心得</title>
    <link>/html/edu/asp/asp7/4957.html</link>
    <description>说起INDEX SERVER，我自己本来用的也不多，不过前两天公司要做一个INDEX的搜索，我从网上找了好多的资料，仔细分析了以后自己启动了索引服务，并进行了ASP程序的设计，第一天程序运行正常，结果第二天早上，我上班的时间发现查询INDEX SERVER的ASP程序不能用了，提示是S</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>利用索引服务(Indexing Service)和ASP建立面向整个网站搜索程序</title>
    <link>/html/edu/asp/asp7/4956.html</link>
    <description>配置Index Server 在执行Web服务器上的搜索之前，首先必须创建至少一个索引，并遵循以下步骤完成这项工作。 ⒈启动Windows 2000 Server服务器上的索引。 缺省情况下选择图标位于管理工具组中的计算机管理。窗口的右边提供关于当前在服务器上 存在的索引信息。默认有两个</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>用asp怎样编写文档搜索页面</title>
    <link>/html/edu/asp/asp7/4955.html</link>
    <description>!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot; htmlheadtitleMicrosoft Index Server: 查询语言/title SCRIPT LANGUAGE=&quot;JavaScript&quot; TempString = navigator.appVersion if (navigator.appName == &quot;Microsoft Internet Explorer&quot;){ // Check to see if browser is Mi</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>全文查询构架</title>
    <link>/html/edu/asp/asp7/4954.html</link>
    <description>Microsoftreg; SQL Server#8482; 2000 全文查询组件支持在字符串列上进行复杂搜索。 该项功能由 Microsoft 搜索服务实现，它具有两个作用： 索引支持 实现为数据库定义的全文目录和索引。接受全文目录以及各目录中组成索引的表和列的定义。执行填充全文索引的请求。 查</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>全文本检索的应用</title>
    <link>/html/edu/asp/asp7/4953.html</link>
    <description>基本知识 1. SQL Server7 的 DeskTop 版中没有全文本检索。 2. 一个表只能有一个全文本检索。 3. 被检索的表必须有单列的唯一索引。 4. 全文本的索引存储在文件系统中，而非数据库中。 5. 更新全文本索引的过程比常规索引要耗时，而且也不象常规索引那样可以由数据库系</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>Chinaasp论坛精华帖全文检索器技术内幕</title>
    <link>/html/edu/asp/asp7/4952.html</link>
    <description>Chinaasp论坛精华帖全文检索器 网址：http://search.chinaasp.com Chinaasp论坛作为一个技术讨论的论坛运行已经有2年了，积累了很多的技术资料，虽然论坛自己已经有查询精华区的功能，但不是全文查询，这样要找资料就比较麻烦。面对众多的精华区文章，想要找到自己需要</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>全文检索简介</title>
    <link>/html/edu/asp/asp7/4951.html</link>
    <description>全文索引和全文检索是sql server 7.0的新增功能，它能够对数据中的字符类型列（如varchar、text等类型列）进行索 引，并通过索引实现全文搜索查询。sql server常规索引与全文检索相比，二者的区别如下： 常规索引 全文索引 使用create index或约束定义创建 使用全文索引</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>检测含有中文字符串的实际长度</title>
    <link>/html/edu/asp/asp7/4963.html</link>
    <description>&quot;*************测字符串长度************** Function CheckStringLength(txt) txt=trim(txt) x = len(txt) y = 0 for ii = 1 to x if asc(mid(txt,ii,1)) 0 or asc(mid(txt,ii,1)) 255 then &quot;如果是汉字 y = y + 2 else y = y + 1 end if next CheckStringLength = y E</description>
    <pubDate>2005-11-05</pubDate>
    <category>全文检索</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>

</channel>
</rss>
