|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Offers classification calls for more than one index per call
| Method Summary | |
void |
addIndex(IIndex index)
Adds an index to the index collection |
Collection |
classifyDocuments(IResourceList resourceDocuments,
String taxonomyName)
classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
int maxResults)
classifies documents (which taxonomy class folders do the documents fit best) |
| Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
public void addIndex(IIndex index)
throws WcmException
index - - index that is added to the collection
WcmException
public Collection classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
int maxResults)
throws WcmException
resourceDocuments - - Resource list of documents you want to classifymaxResults - - maximum number of returned taxonomy classes
WcmException
public Collection classifyDocuments(IResourceList resourceDocuments,
String taxonomyName)
throws WcmException
resourceDocuments - - Resource list of documents you want to classify
WcmException
public Collection classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
throws WcmException
resourceDocuments - - Resource list of documents you want to classifythreshold - - lowest rank value of a returned taxonomy classmaxResults - - maximum number of returned taxonomy classes
WcmException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||