cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating 3rd Party search Engine into KM - attributes

Former Member
0 Kudos

to all

we are integrating the 3rd party search engine

Oracle Collaboration Suite into KM

in the sample CustomSearch project there is the class

FooSearch with these attributes (i think)

FooResult.RESULT_KEY_TITEL, "My first document");

FooResult.RESULT_KEY_URL, "http://www.foosearch.

com/result/first.txt");

FooResult.RESULT_KEY_DESCRIPTION, "This is the

description of the

found by the

FooResult.RESULT_KEY_SIZE, "12000";

these attributes seem to be required for KM

could someone tell me if that is the case

and also what is the size attribute?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dennis,

I'm not sure it will fully answer your question, but I have a list of km properties I once printed, which might help:

NS: http://sapportals.com/xmlns/cm/collaboration

Name: commentcount

NS: http://sapportals.com/xmlns/cm

Name: created

NS: http://sapportals.com/xmlns/cm/rendering

Name: ImageSource

NS: http://sapportals.com/xmlns/cm/collaboration

Name: SingleDiscTreeNodeProperty

NS: http://sapportals.com/xmlns/cm/collaboration

Name: feedbackcount

NS: http://sapportals.com/xmlns/cm

Name: readonly

NS: http://sapportals.com/xmlns/cm

Name: enhancedcollection

NS: http://sapportals.com/xmlns/cm/rendering

Name: IconRolloverSource

NS: http://sapportals.com/xmlns/cm

Name: createdby

NS: http://sapportals.com/xmlns/cm

Name: displayname

NS: http://sapportals.com/xmlns/cm/rendering

Name: IconSource

NS: http://sapportals.com/xmlns/cm/collaboration

Name: personalnotecount

NS: http://sapportals.com/xmlns/cm

Name: hidden

NS: http://sapportals.com/xmlns/cm

Name: modifiedby

NS: http://sapportals.com/xmlns/cm

Name: modified

Hope that helps,

Yoav.