Bugs item #1042000, was opened at 2004-10-07 01:54
Message generated for change (Comment added) made by otis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=491356&aid=1042000&group_id=59548
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Pan (mjpan)
Assigned to: Nobody/Anonymous (nobody)
Summary: ontology supported query refinement
Initial Comment:
plugin uses ontologies to suggest refinements to
submitted queries
just gunzip and untar attachment, and place in
src/plugin/
the following (relative to srcroot) may need to be modified
./src/plugin/build*.xml
./build.xml
./default.properties
----------------------------------------------------------------------
Comment By: Otis Gospodnetic (otis)
Date: 2004-10-07 10:05
Message:
Logged In: YES
user_id=10483
Post the tgz to some web site and add a link to it here.
----------------------------------------------------------------------
Comment By: Michael Pan (mjpan)
Date: 2004-10-07 02:08
Message:
Logged In: YES
user_id=702938
also, add the following to $NUTCH_HOME/bin/nutch to allow
for running a simple testcase from shell with the command
"$NUTCH_HOME/bin/nutch ontology"
sorry for not having a patch file
---
elif [ "$COMMAND" = "ontology" ] ; then
#add all files in ontology/lib
for f in $NUTCH_HOME/src/plugin/ontology/lib/*.jar; do
CLASSPATH=${CLASSPATH}:$f;
done
#add compiled ontology.jar
CLASSPATH=${CLASSPATH}:$NUTCH_HOME/build/ontology/ontology.jar
CLASS='net.nutch.ontology.OntologyImpl'
----------------------------------------------------------------------
Comment By: Michael Pan (mjpan)
Date: 2004-10-07 02:02
Message:
Logged In: YES
user_id=702938
having problems uploading source tgz. any suggestions?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=491356&aid=1042000&group_id=59548
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers