Re: nutch 1.2, solr 3.3, tomcat6. java.io.IOException: Job failed! problem when building solrindex

2011-07-13 Thread Leo Subscriptions
ree/geek5377-1.2.1 > > hope that helps, > > > On Wed, Jul 13, 2011 at 8:58 AM, Leo Subscriptions > wrote: > > I'm running 64bit Ubuntu 11.04, nutch 1.2, solr 3.3 (downloaded, not > > built) and tomcat6 following this (and some other) links > > http://wik

nutch 1.2, solr 3.3, tomcat6. java.io.IOException: Job failed! problem when building solrindex

2011-07-12 Thread Leo Subscriptions
I'm running 64bit Ubuntu 11.04, nutch 1.2, solr 3.3 (downloaded, not built) and tomcat6 following this (and some other) links http://wiki.apache.org/nutch/RunningNutchAndSolr I have added the nutch schema and can access/view this schema via the admin page. nutch also works as I can perfrom success

RE: Using IDF to find Collactions and SIPs . . ?

2009-12-27 Thread Subscriptions
I am trying to write a query analyzer to pull: 1. Common phrases (also known as Collocations) with in a query 2. Highly unusual phrases (also known as Statistically Improbable Phrases or SIPs) with in a query The Collocations would be similar to facets except I am also trying to

Using IDF to find Collactions and SIPs . . ?

2009-12-27 Thread Subscriptions
I am trying to write a query analyzer to pull: 1. Common phrases (also known as Collocations) with in a query 2. Highly unusual phrases (also known as Statistically Improbable Phrases or SIPs) with in a query The Collocations would be similar to facets except I am also trying