com.autonomy.aci.services
Interface HyperlinkingFunctionality


public interface HyperlinkingFunctionality


Method Summary
 ResultList doSuggest(java.util.ArrayList alDocuments, java.util.ArrayList alSuggestParameters)
          Retrieve documents that are conceptually similar to one or more specific documents.
 

Method Detail

doSuggest

public ResultList doSuggest(java.util.ArrayList alDocuments,
                            java.util.ArrayList alSuggestParameters)
                     throws AciException
Retrieve documents that are conceptually similar to one or more specific documents.

Parameters:
alDocuments - an ArrayList of Documents to generate suggestions from. The Document objects must have at least the document reference set. Note if the Document object is an instance of ResultDocument then the section number will be appended to the suggest reference if available.
alSuggestParameters - an ArrayList of ActionParameterss giving all other parameters to send with the suggest action. Can be null.
Returns:
the documents matching the specified documents.
Throws:
SuirException - if there was a Suir specific error when making the request.
AciException - if there was an error when making the request.