zoukankan      html  css  js  c++  java
  • Windows SharePoint Services 2.0 搜索 基础要点

    Search features are only available for Windows SharePoint Services with Microsoft SQL Server 2000 or SQL Server 2005.

    Search is available per server or server farm. This means that search is either turned on or off for all top-level Web sites and subsites in your server farm or server.

    Search can query most lists and all document libraries on your site. Search cannot query lists of lists (such as the Quick Launch bar) or surveys. Users can search the entire site or a single list within the site (for example, to search for a particular contact in the Contacts list).

    SQL Server full-text searching is a good solution for searching Windows SharePoint Services Web sites in small or medium organizations.

    Search catalogs can use up to 40 percent of the hard disk space that data uses.

    There is a hard limit of 256 search catalogs per server; plus you will encounter performance issues when you reach 1 million rows in the search catalog table.

    SQL Server 2000 and SQL Server 2005 full-text search supports only one language for each database.

    SQL Server 2000 and SQL Server 2005 use language resources packages with full-text search catalogs.

    When you enable full-text search in Windows SharePoint Services, a new, empty catalog is created by default and named ix_databasename. Content is added to this catalog as it is added to your new Web site.

    Aside from enabling and disabling full-text search, any search management or monitoring must be done from within SQL Server 2000 or SQL Server 2005 with the SQL Server administration tools.

     

    For more information about managing full-text search in SQL Server 2000, see "Administering Full-Text Features Using SQL Enterprise Manager" in SQL Server Books Online. For more information about managing full-text search in SQL Server 2005, see "Full-Text Search Administrator InfoCenter" in SQL Server 2005 Books Online.

    When you search SharePoint sites by using SQL Server full-text searching, the search is performed by using a FREETEXT statement. Using FREETEXT allows searching by intent — all terms are stemmed, so that the query looks for all inflectional forms of each query term. For example, if you query for "swim", the query also returns results including "swam", "swum", "swimming", and so on.

    Enabling Search in Windows SharePoint Services

    After you have configured SQL Server 2000 to support full-text searching, you are ready to enable search for Windows SharePoint Services.

    Enable search for Windows SharePoint Services
    1. On your server computer running Windows SharePoint Services, click Start, point to All Programs, point to Administrative Tools, and then click SharePoint Central Administration.

    2. Under Component Configuration, click Configure full-text search.

    3. In the Search Settings section, select the Enable full-text search and index component check box.

    4. Click OK.

    摘自http://technet.microsoft.com/en-us/library/cc288580.aspx
  • 相关阅读:
    Python 面向对象4-特殊成员
    Python 面向对象3-成员修饰符
    Python 面向对象2
    Python 面向对象
    Python hashlib模块
    使用Access-Control-Allow-Origin解决跨域
    倒计时
    移动端之touch事件--手指的滑动事件
    HTML5获取地理经纬度并通过百度接口得到实时位置
    h5直播
  • 原文地址:https://www.cnblogs.com/awpatp/p/1630431.html
Copyright © 2011-2022 走看看