21
SlideShare.net September 2009 SharePoint Search: Mapping Columns in SharePoint Lists

Tutorial Search With Custom Column Slide Share

Embed Size (px)

DESCRIPTION

Tutorial explaining a shortfall in SharePoint search and how to fix it.

Citation preview

Page 1: Tutorial Search With Custom Column Slide Share

SlideShare.net

September 2009

SharePoint Search: Mapping Columns in SharePoint Lists

Page 2: Tutorial Search With Custom Column Slide Share

Page 2 of 19

ContentsSUMMARY.......................................................................................................................3

SETUP SHAREPOINT TO PREPARE FOR THE SEARCH PROBLEM..........................3

CRAWL THE NEW CONTENT........................................................................................9

DEMONSTRATION OF THE SEARCH PROBLEM.......................................................12

STATEMENT OF THE PROBLEM.................................................................................14

THE FIX – ADD MAPPING............................................................................................14

PERFORM A FULL CRAWL AGAIN TO CAPTURE OUR MAPPING...........................18

PERFORM THE SEARCH AGAIN.................................................................................18

CONCLUSION...............................................................................................................19

Page 3: Tutorial Search With Custom Column Slide Share

Page 3 of 19

SUMMARY

This tutorial explains how to overcome a specific problem with searching in SharePoint. The problem presents itself when a search is performed looking for:

1. A key word in a document ( Example: search for the word “wireless”) 2. Additionally specifying the type of document to search in when the types are

defined in a list with a custom column.

The solution to this search problem is to create a mapping in SharePoint on the custom column in the list through SharePoint Shared Services search configuration. This tutorial will explain how to perform this mapping.

SETUP SHAREPOINT TO PREPARE FOR THE SEARCH PROBLEM

To recreate the problem, we need to create a custom list in SharePoint. We will name this library Document Types List as shown in Figure 1. Then, we add two line items to the list as shown in Figure 1 below by clicking New > New Item. Note that we have specified two document types: Profile and Policy.

Figure 1

Next, we need to create a document library, where the document types that are allowed to populate that library must be Profile or Procedure as denoted on our list in Figure 1. So, we create a new library named Test Search Library as per SharePoint standard practice. Refer to Figure 2 below.

Page 4: Tutorial Search With Custom Column Slide Share

Page 4 of 19

Figure 2 – Create a library as per standard practice

Now we need to create a column in this library, but the value that is allowed to appear in that column must be limited to the Document Types that are on the Document Types List, specifically, those denoted in the Document Types column (E.g. Profile or Procedure). No other types are allowed.

To create this column, we click on Settings > Create Column as shown in Figure 3.

Figure 3

The column we specify will be created by clicking the radio button Lookup (information already on the site). Then, in the Get information from list box, we will choose our list Document Types List. Then, from the In this column drop

Page 5: Tutorial Search With Custom Column Slide Share

Page 5 of 19

down, select Document Type. We name the column Document Type. Refer to Figure 4 for all these settings.

Figure 4

After this, our document library will appear as in Figure 5. Note our new column named Document Type which is a lookup column.

Page 6: Tutorial Search With Custom Column Slide Share

Page 6 of 19

Q. What do we mean by a lookup column?

A. When we add a document to the library, we will have to specify the type of document by means of a drop down list box bound to the column. The drop down list box will contain the values Profile and Procedure from the Document Types List. Recall that our library can only contain document types that are on that list. Our drop down list contains the only types we can pick from. We will see this action in a moment.

Figure 5

At this point, we create two files using Notepad. Each file will contain a single word “wireless”. We will save those two documents to a directory of our choice. The names of the documents are Profile.txt and Procedure.txt as shown in Figure 6.

Page 7: Tutorial Search With Custom Column Slide Share

Page 7 of 19

Figure 6

Our NotePad documents (which both contain the word “wireless”) are shown in Figure 7 & 8.

Figure 7

Figure 8

Page 8: Tutorial Search With Custom Column Slide Share

Page 8 of 19

We now add those two documents to our Library by clicking Upload > Upload Document. Browse to our notepad file Policy.txt and select it. We will then get an additional web page where we need to specify the type of document it is as shown in Figure 9.

Figure 9 – Note the dropdown is bound to the Document Type column in the Document Types List list.

The result will be a new document added as shown in Figure 10.

Figure 10

We repeat the procedure to upload Procedure.txt, but we specify that the document type is Procedure rather than Profile. Refer to Figure 11.

Page 9: Tutorial Search With Custom Column Slide Share

Page 9 of 19

Figure 11

So, at this point, we have our custom list with custom column, and we have a custom library with two documents in it, one of each type from the list. Now, we need to have SharePoint crawl the new content.

CRAWL THE NEW CONTENT

To force a crawl of the content we need to use Shared Services Administration as shown in Figure 12.

Figure 12

Page 10: Tutorial Search With Custom Column Slide Share

Page 10 of 19

We click on SharedServices_Content (Default) (or whatever you named yours) link from Figure 12 and the result will be as in Figure 13.

Figure 13

We then click on Search Settings as shown in Figure 13. This results in another screen as shown in Figure 14.

Page 11: Tutorial Search With Custom Column Slide Share

Page 11 of 19

Figure 14

Click on Content sources and crawl Schedule as shown in Figure 14. The resulting page will be as in Figure 15. It is from this page that we force the crawls.

Figure 15

Right click on each line item as shown in Figure 16, and select Start Full Crawl. See Figure 16. Wait for the crawls to complete by refreshing the page. When crawling is in progress, the result should look like Figure 17.

Page 12: Tutorial Search With Custom Column Slide Share

Page 12 of 19

Figure 16

Figure 17 – crawling in progress

Wait for the crawls to complete.

THE SEARCH PROBLEM

Now, we want to perform an advanced search. We do this from the Search tab on the site. Click on the Search tab and the search page will appear as in Figure 18.

Page 13: Tutorial Search With Custom Column Slide Share

Page 13 of 19

Figure 18

Now, we need a very specific search to demonstrate the problem. We want to search for the word wireless, but only in the documents of type Profile. We do not want to search in documents of type Procedure. To do this, we need an advanced search. Click on Advanced Search and the result is shown in Figure 19. Enter the search as shown in Figure 19. Note that we are specifying to only search in documents of type Profile.

Figure 19 – only search documents of type Profile

When we click the search button, nothing is returned as shown in Figure 20.

Page 14: Tutorial Search With Custom Column Slide Share

Page 14 of 19

Figure 20

STATEMENT OF THE PROBLEM

We can now define what the problem is. The SharePoint search engine is very smart to index the copy of each of our two documents. In fact, if you run a search just for the word “wireless”, our two documents will be found. However, if you have a custom column as we do specifying the document types, then SharePoint is not smart enough to index that custom column. Therefore, if you try to search with keyword wireless and specify a type of document to search in as we did in Figure 19, the search will fail. You can also try to search the Procedure type and the result will fail as well.

THE FIX – ADD MAPPING

To fix this problem, we need to add mapping to the search configuration. To add the mapping, we need to go to Shared Services as we did in Figure 13 and click on Search Settings. In the resulting page as shown in Figure 21, click on Metadata property mappings.

Page 15: Tutorial Search With Custom Column Slide Share

Page 15 of 19

Figure 21

The result is Figure 22.

Figure 22

We click on New Managed Property and the result is as in Figure 23.

Page 16: Tutorial Search With Custom Column Slide Share

Page 16 of 19

Figure 23

We then proceed to configure a mapping. Add the two fields as shown in Figure 24.

Figure 24

Then, click on the button Add Mapping. This will result in a dialog box as shown in Figure 25. In the Crawled Property Name text box, type ows_ and then click Find. You will then be presented with a list of columns in the site, prefaced with the string ows_. If we scroll down the list, we should see our custom column. See Figure 25

Page 17: Tutorial Search With Custom Column Slide Share

Page 17 of 19

Figure 25 – Our custom column is on the list

Then, click on Allow this property to be used in all scopes. Refer to Figure 26.

Page 18: Tutorial Search With Custom Column Slide Share

Page 18 of 19

Figure 26

This completes the mapping.

PERFORM A FULL CRAWL AGAIN TO CAPTURE OUR MAPPING

Perform a full crawl as you did in Figure 16. Wait until it finishes.

PERFORM THE SEARCH AGAIN

Now if you perform the search as we did in Figure 19, but use the mapping term mpDocumentType. Now we see the search is successful as shown in Figure 27.

NOTE: You may have to refresh your browser since the old page may be cached.

Page 19: Tutorial Search With Custom Column Slide Share

Page 19 of 19

Figure 27

CONCLUSION

We have demonstrated the search problem with SharePoint and have shown the solution. Hopefully, readers will be able to apply this knowledge in the field.

END DOCUMENT