| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
12年前发布

C语言的搜索引擎 DataparkSearch

     <p>DataparkSearch 搜索引擎是一个 C 语言的全功能的开源基于Web的搜索引擎,</p>    <p>支持来自 http, https, ftp, nntp, and news URLs, htdb virtual URL 的数据,内嵌支持数据库、 text/html, text/xml, text/plain, audio/mpeg (MP3), and image/gif 等格式数据。</p>    <h2>主要特性:</h2>    <ul>     <li>支持<i>http</i>, <i>https</i>, <i>ftp</i>, <i>nntp</i> and <i>news</i> URL schemes.</li>     <li><i>htdb</i> virtual URL scheme for indexing SQL databases.</li>     <li>Indexes <i>text/html</i>, <i>text/xml</i>, <i>text/plain</i>, <i>audio/mpeg</i> (mp3) and <i>image/gif</i> mime types natively.</li>     <li>External parsers support for other document types, including Microsoft Word, Excel, RTF, PowerPoint, Adobe Acrobat PDF and Flash.</li>     <li>Can index multilingual sites using content negotiation.</li>     <li>Can search all of the word forms using <i>ispell</i> affixes and dictionaries.</li>     <li>Synonym, acronym and abbreviation query expansion based on editable dictionaries, specified by language and charset.</li>     <li>Stop-words, synonyms and acronyms lists. </li>     <li>Options to query with all words, all words near to each others, any words, or Boolean queries. A subset of VQL (Verity Query Language) is supported.</li>     <li>Popularity Rank based on a neural network model.</li>     <li>Results can be sorted by relevancy (using vector calculation), popularity rank as "Goo" (adding weight for incoming links), and "Neo" (neural network model), last modified time, and by "importance" (a combination of relevancy and popularity rank).</li>     <li>Supports wide range of character sets support with automated character set and language detection.</li>     <li>Offers an accent insensitive search option.</li>     <li>Provides phrase segmenting (tokenizing) for Chinese, Japanese, Korean and Thai.</li>     <li>Includes an indexer and a web CGI front-end, as well as a search module for Apache web server (<i>mod_dpsearch</i>).</li>     <li>Handles Internationalized Domain Names (IDN).</li>     <li>Summary Extraction Algorithm automatically sums up each document in several sentences.</li>     <li>Uses If-Modified-Since for efficient transfer of only changed files.</li>     <li>Can tweak URLs with session IDs and other weird formats, including some JavaScript link decoding.</li>     <li>Can perform parallel and multi-threaded indexing for faster updating.</li>     <li>Flexible update scheduling, including options for checking some sections of a site more frequently.</li>     <li>Handles basic authentication (user name and password) and cookies.</li>     <li>Stores a compressed text version of the documents for extracting and viewing.</li>     <li>Can specify a default character set and language for a server or subdirectory, or a list of possible languages.</li>     <li>Noindex tags: <!--UdmComment-->, <NOINDEX>, <!--noindex-->, Google's special comments <!-- google_ad_section_start -->, <!-- google_ad_section_start(weight=ignore) --> and <!-- google_ad_section_end --> consider as tags to include/exclude.</li>     <li>Can specify a content body tag. </li>     <li>Spellchecking for query words with <i>aspell</i>. </li>     <li>Flexible options and commands to customize search result pages. </li>     <li>Effective caching gives significant time reduction in search times. </li>     <li>Query logging stores the query, query parameters and the number of results found. </li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1325420840000" target="_blank">http://www.open-open.com/lib/view/home/1325420840000</a></p>    <p></p>     
 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1325420840000.html
C语言 搜索引擎