You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2010/02/15 09:09:53 UTC

svn commit: r910173 - /lucene/nutch/trunk/src/web/jsp/search.jsp

Author: siren
Date: Mon Feb 15 08:09:53 2010
New Revision: 910173

URL: http://svn.apache.org/viewvc?rev=910173&view=rev
Log:
NUTCH-793 search.jsp compile errors

Modified:
    lucene/nutch/trunk/src/web/jsp/search.jsp

Modified: lucene/nutch/trunk/src/web/jsp/search.jsp
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/web/jsp/search.jsp?rev=910173&r1=910172&r2=910173&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/search.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/search.jsp Mon Feb 15 08:09:53 2010
@@ -204,7 +204,7 @@
     // position.... this is good, bad?... ugly?....
    Hits hits;
    try{
-      query.getParams.initFrom(start + hitsToRetrieve, hitsPerSite, "site", sort, reverse);
+      query.getParams().initFrom(start + hitsToRetrieve, hitsPerSite, "site", sort, reverse);
      hits = bean.search(query);
    } catch (IOException e){
      hits = new Hits(0,new Hit[0]);