UltimateSearch是一套ASP.NET控件,它可以在您的Web站點上添加搜索功能。它由兩個服務器控件組成:UltimateSearchInput和UltimateSearchOutput。UltimateSearchInput從用戶端得到搜索項目和搜索種類,然后把它們放在一個查詢字符串內,重定向到搜索輸出頁面。UltimateSearchOutput從查詢字符串中得到搜索項目和搜索種類,調用搜索功能,顯示搜索結果。
UltimateSearch is a set of ASP.NET controls to add search functionality to your Web site. It is composed of two server controls: UltimateSearchInput and UltimateSearchOutput. UltimateSearchInput gets the search terms and search type from the user, and then redirects them to the search output page in a query string. UltimateSearchOutput retrieves the search terms and search type from the query string, calls the search functions, and displays the search results.
UltimateSearch是一套可以在您的Web站點上提供搜索功能的ASP.NET控件。
- 搜索引擎—簡單快速地在您的Web站點上添加一個搜索引擎。
- 無需編碼—在服務器端或者客戶端都不需要編寫一行代碼。
- 無需調用數據庫—索引是序列化地存儲在一個二進制文件中,可直接在內存中訪問。
- 無需索引服務—搜索引擎是完全獨立微軟的索引服務的。
- 拼寫檢查—UltimateSpell內置了拼寫檢查功能。
- 自動提議—當用戶在搜索文本框中輸入時,可以顯示出提議的搜索項。
- 自動重編索引—基于重編索引頻率的設置來手工或自動地重編索引。
- 廣泛的文檔支持—ASPX,ASP,HTML,PDF,DOC,XLS,PPT,RTF,TXT。
- 高級搜索形式—提供高級搜索選項比如所有詞,任何詞,精確匹配和部分匹配。
- Robots 支持—使用Robots 文件或自動隨機標記排除一些路徑。
- 完全配置—在一個XML格式的配置文件中配置所有索引參數。
- 完全自定義—很容易自定義搜索輸入和輸出控件的外觀風格,使其符合您的網站的風格。
UltimateSearch is a set of ASP.NET controls to provide search functionality at your website.
- Search Engine - Add a search engine to your website quickly and easily.
- No Coding Required - No need to write a single line of code on either server-side or client-side.
- No Database Required - Index is serialized in a binary file, and cached in memory.
- No Indexing Service - Search engine is completely independent of Microsoft Indexing Service.
- Spell Check - Built-in spell check functionality provided by UltimateSpell.
- Auto Suggestions - Display suggested search terms as the user types in the search textbox.
- Auto Reindex - Reindex your website either manually or automatically based on the reindex frequency setting.
- Extensive Document Support - ASPX, ASP, HTML, PDF, DOC, XLS, PPT, RTF, TXT, and many more.
- Advanced Search Types - Provide advanced search options such as all words, any word, exact phrase, and partial match.
- Multi-Domain Search - Index as many websites and web applications as you wish into one common dictionary.
- Robots Support - Use robots file or robots meta tags to exclude paths from crawling.
- Full Configuration - Configure all indexing parameters in an XML formatted configuration file.
- Full Customization - Easily customize the design of search input and output controls to match the style of your website。