viral tarpara
play

Viral Tarpara Microsoft www.HaveYouSeenMyStapler.net You - PowerPoint PPT Presentation

Viral Tarpara Microsoft www.HaveYouSeenMyStapler.net You understand and can articulate the feature set of Microsoft Office SharePoint Server 2007 for Search (MOSSfS) You want to use this deck to highlight only the new features and


  1. Viral Tarpara Microsoft www.HaveYouSeenMyStapler.net

  2. You understand and can articulate the feature set of Microsoft Office SharePoint Server 2007 for Search (MOSSfS) You want to use this deck to highlight only the new features and functionality in Microsoft Search Server 2008 that are not available in MOSSfS

  3. Updated and rebranded version of SharePoint Server 2007 for Search Key investment areas and new features Simplified Installation Experience Enhanced Administration Interface New Federation Capabilities Performance and Stability Enhancements No Preset Document Limits Available in 2 versions Microsoft Search Server 2008 (MSS) Microsoft Search Server 2008 Express (MSSX)

  4. Search Server 2008 can be installed in a distributed topology to provide greater scale and redundancy Search Server 2008 Express can only be installed in single server mode Search Server 2008 is licensed per server Search Server 2008 Express is FREE There are no other feature differences

  5. No charge update for MOSS customers Applies to Standard and Enterprise CALs Delivered by a post MOSS SP1 update patch targeting H1 CY08 Via Microsoft Update and the Download Center MSS features will also be included in SP2 No change to search features in WSS 3.0 Timeline will be MOSS and WSS SP1 1. MSS RTM 2. MSS Update Patch for MOSS 3.

  6. Recommended Hardware Dual 3GHz processors 4GB RAM At least 3GB free HDD space Software Requirements W2K3 SP1 or greater or W2K8 .NET Framework 3.0 with ASP.NET 2.0 enabled Windows Server Application Role configured

  7. Easy to follow installation “Splash screen” Server Preparation Tool which installs Windows Server 2003 SP1 if required .NET Framework 3.0 if required IIS and configured the Application Server Role if required Choice of 2 installation options Basic Install Advanced Install

  8. Quickest and easiest option Takes ~20 minutes and less than 10 clicks Automatically Installs SQL Express Automatically provisions and configures Service Accounts Database settings Search Center Site Shared Service Provider Site and settings All other settings… Search Server is operational and can be serving results within ~35 minutes of beginning setup

  9. Enables advanced options to be configured Takes ~30 minutes Does not install SQL Express Allows the administrator to Specify SQL Server Configuration Options Create and configure Farm server roles (MSS only) Specify Service accounts Change the default Index file location Set Other Search Service configuration options… Automatically provisions search server site and starts services Search Server is operational and can be serving results within ~45 minutes of beginning setup

  10. Supported From To Windows SharePoint Services v3.0 Search Server 2008 or Search with Full SQL Server Server 2008 Express with Full SQL Server Windows SharePoint Services v3.0 Search Server 2008 or Search with MSDE Server 2008 Express with SQL Express Search Server 2008 Express with Search Server 2008 with Full SQL Full SQL Server Server SharePoint Server 2007 with Full SQL Server Search Server 2008 Express with Search Server 2008 with SQL SQL Express Express Search Server 2008 with Full SQL SharePoint Server 2007 with Full Server SQL Server Microsoft Confidential

  11. Search Server 2008 is built on WSS 3.0 An in-place upgrade will Upgrade WSS 3.0 to Search Server Enable existing WSS 3.0 site search to be flipped on a per site basis to use Search Server search Allow you to continue to use WSS 3.0 as before Enable cross-site search in WSS 3.0 A clean install of Search Server will Install WSS 3.0 Allow you to use all the features of WSS 3.0 Automatically enable cross-site search in WSS 3.0 Microsoft Confidential

  12. Unsupported From To SharePoint Server 2007 for Search Search Server 2008 or Search Enterprise or Standard Edition Server 2008 Express Search Server 2008 or Search Search Server 2008 or Search Server 2008 Express BETA or RC Server 2008 Express RTM SharePoint Server 2007 or any Search Server 2008 or Search previous versions of SharePoint Server 2008 Express Search Server 2008 or Search SharePoint Server 2007 Server 2008 Express with SQL Express Search Server 2008 or Search Search Server 2008 or Search Server 2008 Express with SQL Server 2008 Express with Full SQL Express Server Microsoft Confidential

  13. Landing page displayed after install Designed to walk administrators through the initial basic tasks to get up and running quickly Provides links to The search administration page Help on how to configure a content source Run a query A “friendly introduction” to the product

  14. Consolidated UI to place key administrative tools and information one click away Aggregates search settings from Search Center Site Shared Service Provider Central Administration Provides a unified view of server status Active crawl status Status of recently completed crawls Search Server system status Includes links to improved “task orientated” documentation

  15. Much improved reporting on content source current and historical crawl activity including Last and current crawl duration Last crawl completed Last crawl start and end times 7 and 30 day averages of • # of Successes • # of Errors • Incremental crawl duration • Full crawl duration

  16. Enables the display of results from other search engines or applications to be displayed alongside local results Search Server will Send a query to other search engines or applications Format and render the results Work out of the box or with minimal effort with many existing search engines and applications Search Server will not Aggregate multiple result sets into a single result set Relevance rank results from other search engines or applications

  17. Each search engine or application must be configured as a Federated Search Location Each Federated Search Location Defines how and when queries will be federated to the location Controls the formatting of results Defines authentication settings Can be connected to one or more Federation Web Parts to render results Is easily imported and exported as a Federated Location Definition file (.FLD)

  18. OpenSearch 1.0/1.1 Query is sent in a parameterized URL • http://search.live.com/results.aspx?q={searchTerms} {searchTerms} is replaced with query terms Results must be returned as XML Local Search Index Query is sent through the search object model • {searchTerms} scope:customers {searchTerms} is replaced with query terms Results are returned as XML

  19. Standard created by Amazon A9 for search syndication and aggregation An exported Federated Location Definition file is >= an OpenSearch Description Document Search Server extends the OpenSearch schema to include properties such as; Triggers XSL Location Type More Results Link… See www.opensearch.org for more info

  20. Control when to send query terms to a location based on the terms submitted Always - Will always send all the query terms to the location Prefix - If the prefix matches will only send the query terms after the prefix to the location Pattern - Will send some or all of the query terms based on the regular expression match. A pattern trigger can be used to build complex triggers including “OR” statements

  21. Federated Results Web Part Connected to a single Federated Location Displays the top X results returned from the location Top Federated Results Web Part Connected to multiple Federated locations Displays the top X results from the first location to return a result in the order of the configured locations Neither Web Part will render if the location is triggered but it returns zero results

  22. Built in XSL for OpenSearch Locations that return results as RSS , RDF, ATOM & ATOM2 Local Search Server Index results Built in XSL can be customized or replaced Configured in the Location Definition and can be overridden on individual Web Parts Separate XSL definition for both of the Federated Results Web Parts “More Results” Link Template available for click through to HTML results

  23. Three modes of authenticating to a location Anonymous – No credentials required Common – Shared credentials User – Per user credentials Per user credentials requires custom work Code to capture credentials in the UI Code to store credentials if required Code to retrieve stored credentials if required Sample code will be available on MSDN by RTM Exception is Kerberos which does work OOB Per user credentials are sent to the location in the correct format automatically

  24. Authentication Type Common Identity Per User  Kerberos N/A   Basic Authentication  NTLM (App pool) N/A   NTLM   Form Based   Cookie Based

  25. How to connect Search Server to Live Search Query Template http://search.live.com/results.aspx?q= {searchTerms} &f ormat=rss “More Results” Link Template http://search.live.com/results.aspx?q= {searchTerms} Works without any extra effort because live.com can Process a query in a URL Return results formatted as XML (RSS) Be accessed anonymously There are many other search engines and applications that provide the same connectivity

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend