Start of Content Area

This graphic is explained in the accompanying text URL-Based Search Queries  Locate the document in its SAP Library structure

Use

You have connected a Web site to KM using a Web repository manager. You now want to classify documents with a certain URL character string into certain categories. 

 

Procedure

...

       1.      In the taxonomy query builder, choose Folders from the Property dropdown box.

       2.      Enter a path in the value field according to the following schema:

/<Repository_ID>/<Path>

In the case of Web repositories, the path has to contain an asterisk (*) as a placeholder. The asterisk prevents the system from checking the existence of a folder in the repository.

 

Example

This example assumes that the URLs of the indexed Web site follow this pattern:

http://www.website.com/<topic>/<year>/<month>/<day>/<document_name>

Example:

http://www.website.com/Politics/2003/12/31/document1.html

 

You want to classify documents belonging to a particular topic, or to a particular year, month, or day, into appropriate categories.

 

We also assume that the Web repository has the repository ID website in your system.

 

Examples of Search Queries

Search Query

Description

Folder is /website/Politics/2003/12/31/*

All document from the Web site with the topic ‘Politics’ on 31.12.2003.

Folder is /website/Politics/2003/*

All document from the Web site with the topic ‘Politics’ in 2003.

Folder is /website/*/2003/12/31/

All documents on any topic on 31.12.2003.

 

 

End of Content Area