>I have a syntax question regarding a "max hits" parameter used by
>DocClient (an Application Programming Interface uses DocClient). The
>statement is shown here:
>
>req.setRequestParameter(new UHGDocumentRequestParam("max hits", "1"));
..and that would be what 'DocClient' exactly?
<http://www.google.com/search?q=docclient+setrequestparameter> '0 hits'
<http://www.google.com/search?q=UHGDocumentRequestParam> '0 hits'

Signature
Andrew Thompson
http://www.athompson.info/andrew/
John - 12 Nov 2007 22:33 GMT
> >I have a syntax question regarding a "max hits" parameter used by
> >DocClient (an Application Programming Interface uses DocClient). The
[quoted text clipped - 10 lines]
>
> Message posted viahttp://www.javakb.com
DocClient is a tool used by the API to retrieve documents out of a
repository. We want to limit the number of index lines returned by
using the max hits parameter. We believe that the correct syntax is
"maxHits", but, we are just hoping to confirm that.