FreeBSD Manual Pages
DtSearchGetMaxResults(library call) DtSearchGetMaxResults(library call) NAME DtSearchGetMaxResults -- Obtain the DtSearch maximum results value SYNOPSIS #include <Dt/Search.h> int DtSearchGetMaxResults( ); DESCRIPTION The results list returned from DtSearchQuery will be truncated to a maximum number of items after search completion and statistical rank- ing. DtSearchGetMaxResults returns the current maximum results setting. The function can be called any time after DtSearchInit. RETURN VALUE DtSearchGetMaxResults returns the current maximum results value. SEE ALSO DtSrAPI(3), DtSearchSetMaxResults(3), DtSearchQuery(3) DtSearchGetMaxResults(library call)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=DtSearchGetMaxResults&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>