|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public ResultList doSuggest(java.util.ArrayList alDocuments, java.util.ArrayList alSuggestParameters) throws AciException
alDocuments
- an ArrayList
of Document
s 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 ActionParameters
s giving all other
parameters to send with the suggest action. Can be null
.
SuirException
- if there was a Suir specific error when making the request.
AciException
- if there was an error when making the request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |