Thanks Stuart and looks great!....

-----Original Message-----
From: Stuart Lewis [sdl] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 08, 2007 1:58 PM
To: Jayan Chirayath Kurian; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Search result numbers

Hi Jayan,

> In the dspace repository after a search for a keyword, the log file (given
> below) returns ³results=(0,0,3)².  ³3² indicates the no of matches for the
> keyword. Please suggest regarding the other two digits (0,0,3) in the result.
>  
> 2007-08-08 11:57:30,506 INFO  org.dspace.search.DSQuery @ Final query string:
> mass communciation
> 2007-08-08 11:57:30,617 INFO org.dspace.app.webui.servlet.SimpleSearchServlet
> @ 
> anonymous:session_id=7D5D46E1E11876318DDF688844913828:ip_addr=127.0.0.1:search
> :query="mass communciation",results=(0,0,3)

They refer to:

 1) The number of Community hits
 2) The number of Collection hits
 3) The number of Item hits

So if you tried the following query:

http://cadair.aber.ac.uk/dspace/simple-search?query=information

(As it stands at 8/8/2007)

You would get the numbers (2,4,131)

The code that produces the log line can be found on lines 291-294 of
org.dspace.ap.webui.servlet.SimpleSearchServlet:

// Log
       
log.info(LogManager.getHeader(context, "search", logInfo + "query=\""

+ query + "\",results=(" + resultsCommunities.length + ","

+ resultsCollections.length + "," + resultsItems.length + ")"));

Hope that helps,


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Cymru Aberystwyth       University of Wales Aberystwyth

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to