Presentation is loading. Please wait.

Presentation is loading. Please wait.

Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog: www.dotnetmafia.com.

Similar presentations


Presentation on theme: "Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog: www.dotnetmafia.com."— Presentation transcript:

1 Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog: www.dotnetmafia.com

2 Corey Roth Consultant for Stonebridge Consultant for Stonebridge Worked in Consumer Electronics, Travel, Advertising, and Energy industries Worked in Consumer Electronics, Travel, Advertising, and Energy industries Currently doing MOSS development specializing in Enterprise Search Currently doing MOSS development specializing in Enterprise Search OSU Graduate OSU Graduate Microsoft Award for Customer Excellence (ACE) Winner Microsoft Award for Customer Excellence (ACE) Winner E-mail: corey.roth@dotnetmafia.com E-mail: corey.roth@dotnetmafia.comcorey.roth@dotnetmafia.com Blog: www.dotnetmafia.com Blog: www.dotnetmafia.comwww.dotnetmafia.com

3 Why Enterprise Search? Allows indexing surfacing of business data from multiple systems with little or no code. Through Business Data Connector (BDC) can index non-SharePoint applications BDC can index data in SQL Server, via Web Services, and other database providers Can also be used to index Active Directory (People Search) Designed to search text – Other data types can work but there are limitations

4 Business Data Connector Abstraction Layer between MOSS and Business Applications Provides support for displaying and searching data from databases and web services Designed for Readonly access Inserts/Updates/Deletes are possible but there are limitations

5 Security Security is required for the following accounts Domain Accounts are recommended   Content Access – Defined in Search Settings; Needs read access to database table; Needs BDC Execute permission   Shared Service Provider Account – Used for profile pages; Needs BDC Execute/Select in Clients permission   Administrators – Specify an account with full control or you will run into issues   End Users – Need BDC Execute/Select in Clients permission

6 Steps 1. 1. Create MetaData Model for Business Application 2. 2. Import MetaData 3. 3. Create Content Source 4. 4. Crawl Business Data 5. 5. Create Managed Properties and map them to Crawled Properties 6. 6. Crawl Business Data (Again) 7. 7. Create Search Scope

7 BDC Metadata Model XML file which maps entities from databases or web services to the BDC Defines default actions when a search result is clicked Requires a unique id in the data source Three types of methods   Get – Returns all records from a table or view   Details - Returns details for a specific record   IDEnumerator – Used by Enterprise Search to determine rows to index

8 BDC Metadata Model Version Number – Increment every time you import during development LobSystemInstance element   AuthenticationMode – ReverToSelf AccessControlList element – Specifies Security (can also do through SSP) Action element – Sets a default action

9 BDC Tools Tools can be useful for generating XML MetaData schema Office SharePoint Server SDK BDC Meta Man Many Others Available Now

10 Start Small Crawls over entire tables can take a long time Avoid crawling full tables when testing Modify Schema file to crawl partial tables   i.e.: SELECT TOP 50…

11 Demo

12 Content Sources Content Sources can map to one or more BDC Application Definition Used to start and stop content crawls Typically map one application definition to one content source

13 Crawling Uses IDEnumerator method to get list of rows to import. Calls SpecificFinder method for each Id returned by IDEnumerator Stored columns from table or web service as crawled properties

14 Demo

15 Managed Properties Out of the box, a search will do a full-text search on all text properties Can be used to create advanced search pages After first crawl, all text properties are available as crawled properties Map crawled properties to managed properties for more specific searches

16 Demo

17 Scopes Scopes are used to specify different types of content to search (i.e.: Products, People, Sales, etc.) Scopes can be defined by Content Source or Managed Property Typically map to a Content Source to make it easier to test application definitions Can be displayed in drop down lists in conjunction with the SearchBox web part

18 Search Center Out of the box site and web parts for searching and displaying results Can be created using the Site Settings menu on the root web site by enabled certain features Supports keyword search only (no wildcard) For wildcard search consider a Search Center Replacement such as Ontolica

19 Keyword Syntax Used to Search by Managed Properties Can Specify Scopes (Scope:”MyScope”) Can be passed via URL to CoreResultsWebPart (k Query String parameter) AND implied between each keyword (i.e.: Color:”Red” Size:”M” is the same Color=“Red” AND Size=“M”) OR implied when multiple keywords of the same managed property used (i.e.: Color:”Red” Color:”Blue” translates to Color=“Red” OR Color=“Blue”)

20 Search Center Features Required Site Collection Features   Office SharePoint Server Enterprise Site Collection features – BDC Web Parts   Office SharePoint Server Search Web Parts – Enterprise Search Web Parts Site Features (Root)   Office SharePoint Server Publishing – Adds Create Site menu item and publishing features

21 Search Center Web Parts SearchBox CoreResultsWebPart BestBets Paging AdvancedSearch

22 Search Center Customization CoreResultsWebPart displays search results Columns property – XML specifying Managed Properties XSL – Transform the HTML output of the search results Column names are specified in lower case in XSL (i.e.: Color will be color)

23 Deployment and Migration MOSS has no built in way to move Enterprise Search settings! MOSS has no built in way to move Enterprise Search settings! SharePoint Shared Services Provider Creation (SSSPPC) can help (see blog for more info) SharePoint Shared Services Provider Creation (SSSPPC) can help (see blog for more info)

24 References Office SharePoint Server SDK http://msdn2.microsoft.com/en-us/library/ms550992.aspx Faceted Search Web Parts http://www.codeplex.com/FacetedSearch SharePoint Shared Services Provider Creation http://www.codeplex.com/SSSPPC BDC Meta Man http://www.bdcmetaman.com Ontolica http://www.ontolica.com

25 Questions?

26 Thanks Corey Roth corey.roth@dotnetmafia.com www.dotnetmafia.com


Download ppt "Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog: www.dotnetmafia.com."

Similar presentations


Ads by Google