Peter Hickman <[EMAIL PROTECTED]> wrote: > Jeremy Wadsack wrote: > >> Peter Hickman ([EMAIL PROTECTED]; Thursday, July 04, 2002 8:23 AM): >> >>> Our INTSEARCHWORD and INTSEARCHQUERY reports display the top 30 of >>> 3,000+ lines and we would like to extend this 30 up to 300 or so. >>> I've looked at the FLOOR command but it seems unsuitable. Is there >>> a simple command just to display the top X lines? >>> >> >> INTSEARCHWORDFLOOR -300r >> INTSEARCHQUERYFLOOR -300r >> > I assumed this to read 'only include lines that match at least 300 > requests'.
That would be INTSEARCHQUERYFLOOR 300r > Am I reading it wrong? This may have been more explicit in an earlier version of the docs. I just checked, and it isn't explicitly stated in the current docs, as far as I can see. There are three examples of "negative" floors, and they refer to a fixed number of entries, but that wouldn't be obvious unless you already knew that that's what a negative floor does. "DOMFLOOR -100r # domains with top 100 number of requests" "SUBDIRFLOOR -3r would list the three subdirectories with most requests under each directory" "For example FLOOR -25p will list fewer than 25 items if there aren't 25 items with requests for pages" Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
