You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Bong Chih How (JIRA)" <ji...@apache.org> on 2005/10/18 04:59:44 UTC

[jira] Commented: (NUTCH-103) Vivisimo like treeview and url redirect

    [ http://issues.apache.org/jira/browse/NUTCH-103?page=comments#action_12332316 ] 

Bong Chih How commented on NUTCH-103:
-------------------------------------

I adventitously discover this wonderful application some time ago through JIRA. It enticed me to download the achieve and install in on my linux box which was running nutch 0.7. After spending ~10 hours, i have no luck to get it work . I would appreciate if detail installation documentation is available here. Thanks.

> Vivisimo like treeview and url redirect
> ---------------------------------------
>
>          Key: NUTCH-103
>          URL: http://issues.apache.org/jira/browse/NUTCH-103
>      Project: Nutch
>         Type: Improvement
>   Components: web gui
>     Versions: 0.8-dev
>  Environment: linux
>     Reporter: robert benea
>     Priority: Trivial
>  Attachments: clusty.tar
>
> First, I modified cluster.jsp and now the cluster has a vivisimo look. I used javascript to show the treeview.  Another small change is that I call the cluster recursively twice, so that two levels of clustering are shown.
> Second, I added redirect.jsp in order to log the links that were clicked during search and because of that search.jsp is changed as well.
> The code is not clean as all started as an experiment, I hope someone else finds it useful and clean it up ;-). 
> To install it just copy the files where you deployed the nutch.war and will work auto-magically.
> Regards,
> R.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (NUTCH-103) Vivisimo like treeview and url redirect

Posted by Robert Benea <ro...@gmail.com>.
yes,

did u enable clustering ?

<property>
<name>plugin.includes</name>
<value>geoPosition|protocol-httpclient|urlfilter-regex|protocol-file|parse-(text|html|js|word|rss)|index-basic|query-(phrase|site|url)|
clustering-carrot2</value>
<description>Regular expression naming plugin directory names to

Cheers,
R.

P.S. let me know if u made it work.

On 10/17/05, Chih How Bong <ch...@gmail.com> wrote:
>
> Thanks Robert. I will try it again.
> Do I have to configure any settings to point to any nutch plugin?
> Have good day.
>
> Bong
>
> On 10/18/05, Robert Benea <ro...@gmail.com> wrote:
> >
> > u need to untar clusty.tar inside your ROOT directory,
> > jakarta/webapps/ROOT,
> > and then u need to open the files search.jsp/cluster.jsp and resave them
> > so
> > that the webserver will pick the new ones, that's about it.
> >
> > U should spend more like 5 mins on making this one run, probably u r not
> > too
> > familiar with this project.
> >
> > Cheers,
> > R.
> >
> > On 10/17/05, Bong Chih How (JIRA) <ji...@apache.org> wrote:
> > >
> > > [
> > >
> >
> http://issues.apache.org/jira/browse/NUTCH-103?page=comments#action_12332316]
> > >
> > > Bong Chih How commented on NUTCH-103:
> > > -------------------------------------
> > >
> > > I adventitously discover this wonderful application some time ago
> > through
> > > JIRA. It enticed me to download the achieve and install in on my linux
> > box
> > > which was running nutch 0.7. After spending ~10 hours, i have no luck
> to
> > > get it work . I would appreciate if detail installation documentation
> is
> > > available here. Thanks.
> > >
> > > > Vivisimo like treeview and url redirect
> > > > ---------------------------------------
> > > >
> > > > Key: NUTCH-103
> > > > URL: http://issues.apache.org/jira/browse/NUTCH-103
> > > > Project: Nutch
> > > > Type: Improvement
> > > > Components: web gui
> > > > Versions: 0.8-dev
> > > > Environment: linux
> > > > Reporter: robert benea
> > > > Priority: Trivial
> > > > Attachments: clusty.tar
> > > >
> > > > First, I modified cluster.jsp and now the cluster has a vivisimo
> look.
> > I
> > > used javascript to show the treeview. Another small change is that I
> > call
> > > the cluster recursively twice, so that two levels of clustering are
> > shown.
> > > > Second, I added redirect.jsp in order to log the links that were
> > clicked
> > > during search and because of that search.jsp is changed as well.
> > > > The code is not clean as all started as an experiment, I hope
> someone
> > > else finds it useful and clean it up ;-).
> > > > To install it just copy the files where you deployed the nutch.warand
> > > will work auto-magically.
> > > > Regards,
> > > > R.
> > >
> > > --
> > > This message is automatically generated by JIRA.
> > > -
> > > If you think it was sent incorrectly contact one of the
> administrators:
> > > http://issues.apache.org/jira/secure/Administrators.jspa
> > > -
> > > For more information on JIRA, see:
> > > http://www.atlassian.com/software/jira
> > >
> > >
> >
> >
>
>

Re: [jira] Commented: (NUTCH-103) Vivisimo like treeview and url redirect

Posted by Chih How Bong <ch...@gmail.com>.
Thanks Robert. I will try it again.
Do I have to configure any settings to point to any nutch plugin?
Have good day.

Bong

On 10/18/05, Robert Benea <ro...@gmail.com> wrote:
>
> u need to untar clusty.tar inside your ROOT directory,
> jakarta/webapps/ROOT,
> and then u need to open the files search.jsp/cluster.jsp and resave them
> so
> that the webserver will pick the new ones, that's about it.
>
> U should spend more like 5 mins on making this one run, probably u r not
> too
> familiar with this project.
>
> Cheers,
> R.
>
> On 10/17/05, Bong Chih How (JIRA) <ji...@apache.org> wrote:
> >
> > [
> >
> http://issues.apache.org/jira/browse/NUTCH-103?page=comments#action_12332316]
> >
> > Bong Chih How commented on NUTCH-103:
> > -------------------------------------
> >
> > I adventitously discover this wonderful application some time ago
> through
> > JIRA. It enticed me to download the achieve and install in on my linux
> box
> > which was running nutch 0.7. After spending ~10 hours, i have no luck to
> > get it work . I would appreciate if detail installation documentation is
> > available here. Thanks.
> >
> > > Vivisimo like treeview and url redirect
> > > ---------------------------------------
> > >
> > > Key: NUTCH-103
> > > URL: http://issues.apache.org/jira/browse/NUTCH-103
> > > Project: Nutch
> > > Type: Improvement
> > > Components: web gui
> > > Versions: 0.8-dev
> > > Environment: linux
> > > Reporter: robert benea
> > > Priority: Trivial
> > > Attachments: clusty.tar
> > >
> > > First, I modified cluster.jsp and now the cluster has a vivisimo look.
> I
> > used javascript to show the treeview. Another small change is that I
> call
> > the cluster recursively twice, so that two levels of clustering are
> shown.
> > > Second, I added redirect.jsp in order to log the links that were
> clicked
> > during search and because of that search.jsp is changed as well.
> > > The code is not clean as all started as an experiment, I hope someone
> > else finds it useful and clean it up ;-).
> > > To install it just copy the files where you deployed the nutch.war and
> > will work auto-magically.
> > > Regards,
> > > R.
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > If you think it was sent incorrectly contact one of the administrators:
> > http://issues.apache.org/jira/secure/Administrators.jspa
> > -
> > For more information on JIRA, see:
> > http://www.atlassian.com/software/jira
> >
> >
>
>

Re: [jira] Commented: (NUTCH-103) Vivisimo like treeview and url redirect

Posted by Robert Benea <ro...@gmail.com>.
u need to untar clusty.tar inside your ROOT directory, jakarta/webapps/ROOT,
and then u need to open the files search.jsp/cluster.jsp and resave them so
that the webserver will pick the new ones, that's about it.

U should spend more like 5 mins on making this one run, probably u r not too
familiar with this project.

Cheers,
R.

On 10/17/05, Bong Chih How (JIRA) <ji...@apache.org> wrote:
>
> [
> http://issues.apache.org/jira/browse/NUTCH-103?page=comments#action_12332316]
>
> Bong Chih How commented on NUTCH-103:
> -------------------------------------
>
> I adventitously discover this wonderful application some time ago through
> JIRA. It enticed me to download the achieve and install in on my linux box
> which was running nutch 0.7. After spending ~10 hours, i have no luck to
> get it work . I would appreciate if detail installation documentation is
> available here. Thanks.
>
> > Vivisimo like treeview and url redirect
> > ---------------------------------------
> >
> > Key: NUTCH-103
> > URL: http://issues.apache.org/jira/browse/NUTCH-103
> > Project: Nutch
> > Type: Improvement
> > Components: web gui
> > Versions: 0.8-dev
> > Environment: linux
> > Reporter: robert benea
> > Priority: Trivial
> > Attachments: clusty.tar
> >
> > First, I modified cluster.jsp and now the cluster has a vivisimo look. I
> used javascript to show the treeview. Another small change is that I call
> the cluster recursively twice, so that two levels of clustering are shown.
> > Second, I added redirect.jsp in order to log the links that were clicked
> during search and because of that search.jsp is changed as well.
> > The code is not clean as all started as an experiment, I hope someone
> else finds it useful and clean it up ;-).
> > To install it just copy the files where you deployed the nutch.war and
> will work auto-magically.
> > Regards,
> > R.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
> http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
> http://www.atlassian.com/software/jira
>
>