retrainSubChannelByResults

Description

Retrains a subchannel based on doc IDs.

Syntax

public int retrainSubChannelByResults(String user,
	String channel,
	String subchannel
	String docIds) throws RemoteException, SearchException

Parameters

user – name of a user

channel – name of channel containing subchannel

subchannel – name of subchannel to be retrained

docIds – list of doc IDs

Return value

Returns the status: 0 if failure, otherwise, successful.