You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Susam Pal (JIRA)" <ji...@apache.org> on 2007/09/08 11:55:29 UTC

[jira] Updated: (NUTCH-44) too many search results

     [ https://issues.apache.org/jira/browse/NUTCH-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Susam Pal updated NUTCH-44:
---------------------------

    Attachment: NUTCH-44.patch

Attached a patch.

To apply:-

patch -p0 < NUTCH-44.patch
ant war  	
cp build/nutch*war $CATALINA_HOME/webapps/ROOT.war


> too many search results
> -----------------------
>
>                 Key: NUTCH-44
>                 URL: https://issues.apache.org/jira/browse/NUTCH-44
>             Project: Nutch
>          Issue Type: Bug
>          Components: web gui
>         Environment: web environment
>            Reporter: Emilijan Mirceski
>         Attachments: NUTCH-44.patch
>
>
> There should be a limitation (user defined) on the number of results the search engine can return. 
> For example, if one modifies the seach url as:
> http://<my>/search.jsp?query=<some quiery>&hitsPerPage=20000&hitsPerSite=0
> The search will try to return 20,000 pages which isn't good for the server side performance. 
> Is it possible to have a setting in the config xml files to control this?
> Thanks,
> Emilijan

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.