主頁 > 知識庫 > 如何實現(xiàn)全文檢索?

如何實現(xiàn)全文檢索?

熱門標簽:常州智能外呼電銷機器人如何 武漢如何辦理400電話 語音電銷機器人視頻 重慶400電話哪里辦理 教育機構地圖標注 自適應地圖標注 400電話是怎么申請 遼寧營銷智能外呼系統(tǒng)價格多少 推銷電話機器人怎么打電話的

%@ LANGUAGE="VBscript" %>
  html>
  head>
  meta NAME="GENERATOR" Content="Microsoft FrontPage 3.0">
  meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
  title>星河影動之全文檢索/title>
  meta name="Microsoft Border" content="tl, default">

/head>
   body BGPROPERTIES="FIXED" BGCOLOR="#00FFFF">

%
  mousepointer=13
  Set Conn1 = Server.CreateObject("ADODB.Connection")
  conn1.open "DSN=intels"
  Set rcst1 = conn1.execute("select * from pages_catalogue")
  sch_str=request.form("text1")
  doubbytes=len(sch_str)\2
  sch_str=left(sch_str,doubbytes)

' 匹配字串的長度.預處理Request取得的數(shù)據(jù)(用戶輸入的有用信息), 通過計算有效信息長度來截取所需的字串.我們也可以在輸入字串后附加一標志字符(如#chr(7))來處理.
  Response.Write "CENTER>檢索結(jié)果HR>Br>"
  Dim result
  result =false
  Response.Write "UL>"
  do while not rcst1.eof
  tit=rcst1.fields("file_title")
  fn=rcst1.fields("file_name")
  file_name= Server.MapPath ("/") "\song\chunfeng\" fn
  to_find=text_match(file_name,sch_str)

' 逐個打開記錄集中當前記錄所指向的文件。用查找的字串對文件的全文本進行匹配比較.
  if to_find then
  url="chunfeng/" fn
  Response.Write "A HREF=" url ">
" tit
  end if
  rcst1.movenext
  result=result or to_find
  loop
  Response.Write "/UL>"

' 符合條件的文件標題以超級鏈接形式輸出到客戶端.
  if not result then
  Response.Write "對不起,沒有找到!"
  end if
  mousepointer=0
  %>
  script RUNAT="Server" LANGUAGE="VBScript">
  function text_match(filename,search_string)
  dim retstring
  dim find_pos
  Dim fso, a
  dim done
  text_match=false
  Set fso = Server .CreateObject("Scripting.FileSystemObject
")

' 創(chuàng)建腳本的文件系統(tǒng),打開文本流以讀入.
  Set a = fso.OpenTextFile(filename, 1, FALSE)

done=a.AtEndOfStream or text_match
  Do While not done
  retstring = a.ReadLine
  find_pos=instr(retstring,search_string)
  if find_pos>0 then text_match=true
  done=a.AtEndOfStream or text_match
  Loop
  a.Close
  end function
  /script>
  /body>/html>

[1]

您可能感興趣的文章:
  • SqlServer 2005 簡單的全文檢索
  • SQL Server全文檢索查詢淺析
  • flex 實現(xiàn)全文檢索中的高亮顯示代碼
  • Oracle9i的全文檢索技術開發(fā)者網(wǎng)絡Oracle
  • 開發(fā)實例:JSP中實現(xiàn)全文檢索
  • 全文檢索技術 sql server
  • SQLServer 全文檢索(full-text)語法

標簽:襄陽 中山 雞西 邯鄲 威海 朔州 遵義 柳州

巨人網(wǎng)絡通訊聲明:本文標題《如何實現(xiàn)全文檢索?》,本文關鍵詞  如何,實現(xiàn),全文檢索,如何,;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《如何實現(xiàn)全文檢索?》相關的同類信息!
  • 本頁收集關于如何實現(xiàn)全文檢索?的相關信息資訊供網(wǎng)民參考!
  • 推薦文章