Re: Building Lucene index with Nutch 1.4

2012-06-09 Thread Lewis John Mcgibbney
Hi Emre, This is great thank you for the contribution and of course the tutorial which I managed to read yesterday. Have a great weekend Lewis On Fri, Jun 8, 2012 at 4:42 PM, Emre Çelikten wrote: > Hello, > > I have done as you asked. I hope I have done it correctly as this was my > first patc

Re: Building Lucene index with Nutch 1.4

2012-06-08 Thread Emre Çelikten
Hello, I have done as you asked. I hope I have done it correctly as this was my first patch. Here's the issue: https://issues.apache.org/jira/browse/NUTCH-1382 Here's a tutorial for people that might be interested: http://cmusphinx.sourceforge.net/2012/06/building-a-java-application-with-apache-n

Re: Building Lucene index with Nutch 1.4

2012-06-08 Thread Lewis John Mcgibbney
Hi Emre, Even if you were to open a Jira issue for this and submit a patch of your hack it would be excellent to have the code available to the community. All the best, oh and glad you got your application working. Lewis On Fri, Jun 8, 2012 at 4:22 AM, Emre Çelikten wrote: > Hello again, > > I

Re: Building Lucene index with Nutch 1.4

2012-06-07 Thread Emre Çelikten
Hello again, I managed to do it. Getting the entire thing to work was tricky. I had to resort to a hack. I will post how I managed to do it here soon, for people that might be interested in the future. Thanks again. Best, Emre On Fri, Jun 8, 2012 at 12:33 AM, Emre Çelikten wrote: > Hello Ma

Re: Building Lucene index with Nutch 1.4

2012-06-07 Thread Emre Çelikten
Hello Markus, Thanks very much for your help. I have looked at Nutch source. I think I need to make a different version of indexSolr method in SolrIndexer.java, yes? The current version is: public void indexSolr(String solrUrl, Path crawlDb, Path linkDb, List segments, boolean noCommit, bo

RE: Building Lucene index with Nutch 1.4

2012-06-07 Thread Markus Jelsma
Hello! Sounds very interesting. Anyway, Solr can run embedded in a Java application called EmbeddedSolrServer. You do need to make some changes to the SolrIndexer tools in Nutch. Cheers -Original message- > From:Emre Çelikten > Sent: Thu 07-Jun-2012 22:24 > To: user@nutch.apache.org