Compilation errors at revision 638548

2008-03-18 Thread All day coders
Hi there. Following instructions from this link: http://wiki.apache.org/nutch/RunNutchInEclipse0.9 i checked out Nutch and configured within Eclipse. Then I noticed there were some compilations errors. They were mainly about methods changing their signature. Well I believe they are now fixed and h

Re: Why is Nutch not involved in Google Summer of Code - 2008?

2008-03-23 Thread All day coders
Well Susam I agree with you. I can dedicate some time to the POST based authentication(something i've been working on). Also, i've noticed there's no book about nutch, which makes things extremely hard if you want to dive in. Well, I know it takes time to do such a thing but maybe we can put our

Re: Why is Nutch not involved in Google Summer of Code - 2008?

2008-03-24 Thread All day coders
tch. > > On Mon, Mar 24, 2008 at 2:39 AM, All day coders <[EMAIL PROTECTED]> > wrote: > > > Well Susam I agree with you. I can dedicate some time to the POST > > based authentication(something i've been working on). > > > > Also, i've noticed ther

Re: Nutch Crawling - Failed for internet crawling

2008-05-24 Thread All day coders
Do you mind attaching the configuration files? That way is more human readable. The hadoop.log file will be useful too (if too big, please compress) On Wed, May 21, 2008 at 1:27 AM, Sivakumar_NCS <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a new bie to crawling and exploring the possiblities of c

Boolean query

2008-06-20 Thread All day coders
Hi there list! I wonder if it's possible to create a boolean query using the Nutch API. For instance, i would like to create a query like this: (site:site1.domaing OR site:site2.domain.org) AND (football) Is it possible to do something like that? I spent some time searching the source code but I

Re: how do add a new filed and sort on this field

2008-06-20 Thread All day coders
On Thu, Jun 19, 2008 at 3:08 AM, Mr Shore <[EMAIL PROTECTED]> wrote: > I've just launched nutch in eclipse very hard > and now I want to add this sorting feature I assume you want to sort your search results by a certain field. If that's the case the Nutch API provides ways of doing so. Take a l

Re: how do add a new filed and sort on this field

2008-06-23 Thread All day coders
elling... >>>> I think you got me right but the solution is not the case >>>> in my opinion I should modify the indexer to make it sortable by certain >>>> field,not the searcher >>>> is it? >>>> or could you provide a link?

Re: problem with URLS/nutch

2008-06-23 Thread All day coders
Well if you want to add URL using the Nutch API then you should trace the program until you find the point where the directory containing the list of URL it's used for loading the list of URLs. On Mon, Jun 23, 2008 at 5:27 AM, yogesh somvanshi <[EMAIL PROTECTED]> wrote: > Hello all > > i m worrki