GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtSearchSetMaxResults(library call) DtSearchSetMaxResults(library call)

DtSearchSetMaxResults — Set the DtSearch maximum results value

#include &<Dt/Search.h>
void DtSearchSetMaxResults(
int max);

The results list returned from DtSearchQuery will be truncated to a maximum number of items after search completion and statistical ranking. DtSearchSetMaxResults changes the maximum results setting to max.

If DtSearchSetMaxResults is never called, the maximum number of DtSrResult items returned will default to 20.

The function can be called any time after DtSearchInit().

Specifies the maximum number of items in the list returned from DtSearchQuery.

DtSrAPI(3), DtSearchGetMaxResults(3), DtSearchQuery(3)


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.