You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ab...@apache.org on 2009/11/25 13:44:34 UTC

svn commit: r884075 - /lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java

Author: ab
Date: Wed Nov 25 12:44:34 2009
New Revision: 884075

URL: http://svn.apache.org/viewvc?rev=884075&view=rev
Log:
Change access from private to public - this fixes Crawl.java breakage.

Modified:
    lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java

Modified: lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java?rev=884075&r1=884074&r2=884075&view=diff
==============================================================================
--- lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java (original)
+++ lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java Wed Nov 25 12:44:34 2009
@@ -50,7 +50,7 @@
     super(conf);
   }
 
-  private void indexSolr(String solrUrl, Path crawlDb, Path linkDb,
+  public void indexSolr(String solrUrl, Path crawlDb, Path linkDb,
       List<Path> segments) throws IOException {
     LOG.info("SolrIndexer: starting");
 



Re: svn commit: r884075 - /lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java

Posted by "david.stuart@progressivealliance.co.uk" <da...@progressivealliance.co.uk>.
Thanks
On 25 November 2009 at 16:58 Andrzej Bialecki <ab...@getopt.org> wrote:

> david.stuart@progressivealliance.co.uk wrote:
> >   While you are doing changes and commits in this area I have been 
> > waiting for this patch https://issues.apache.org/jira/browse/NUTCH-760 
> > of mine to be incorporated for a while now. Is it possible it get it in??
> 
> It's on my agenda - I'll apply the patch either today or tomorrow, time 
> permitting.
> 
> 
> -- 
> Best regards,
> Andrzej Bialecki     <><
>   ___. ___ ___ ___ _ _   __________________________________
> [__ || __|__/|__||\/|  Information Retrieval, Semantic Web
> ___|||__||  \|  ||  |  Embedded Unix, System Integration
> http://www.sigram.com  Contact: info at sigram dot com
>

Re: svn commit: r884075 - /lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java

Posted by Andrzej Bialecki <ab...@getopt.org>.
david.stuart@progressivealliance.co.uk wrote:
>   While you are doing changes and commits in this area I have been 
> waiting for this patch https://issues.apache.org/jira/browse/NUTCH-760 
> of mine to be incorporated for a while now. Is it possible it get it in??

It's on my agenda - I'll apply the patch either today or tomorrow, time 
permitting.


-- 
Best regards,
Andrzej Bialecki     <><
  ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


Re: svn commit: r884075 - /lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java

Posted by "david.stuart@progressivealliance.co.uk" <da...@progressivealliance.co.uk>.
While you are doing changes and commits in this area I have been waiting for
this patch https://issues.apache.org/jira/browse/NUTCH-760 of mine to be
incorporated for a while now. Is it possible it get it in??

Regards,

Dave

On 25 November 2009 at 14:36 Dennis Kubes <ku...@apache.org> wrote:

> Oops.  Sorry about that.
> 
> ab@apache.org wrote:
> > Author: ab
> > Date: Wed Nov 25 12:44:34 2009
> > New Revision: 884075
> > 
> > URL: http://svn.apache.org/viewvc?rev=884075&view=rev
> > Log:
> > Change access from private to public - this fixes Crawl.java breakage.
> > 
> > Modified:
> >   
> > lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
> > 
> > Modified:
> > lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
> > URL:
> > http://svn.apache.org/viewvc/lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java?rev=884075&r1=884074&r2=884075&view=diff
> > ============================================================================
> > ==
> > ---
> > lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
> > (original)
> > +++
> > lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
> > Wed Nov 25 12:44:34 2009
> > @@ -50,7 +50,7 @@
> >      super(conf);
> >    }
> >  
> > -  private void indexSolr(String solrUrl, Path crawlDb, Path linkDb,
> > +  public void indexSolr(String solrUrl, Path crawlDb, Path linkDb,
> >        List<Path> segments) throws IOException {
> >      LOG.info("SolrIndexer: starting");
> >  
> > 
> >

Re: svn commit: r884075 - /lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java

Posted by Dennis Kubes <ku...@apache.org>.
Oops.  Sorry about that.

ab@apache.org wrote:
> Author: ab
> Date: Wed Nov 25 12:44:34 2009
> New Revision: 884075
> 
> URL: http://svn.apache.org/viewvc?rev=884075&view=rev
> Log:
> Change access from private to public - this fixes Crawl.java breakage.
> 
> Modified:
>     lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
> 
> Modified: lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java
> URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java?rev=884075&r1=884074&r2=884075&view=diff
> ==============================================================================
> --- lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java (original)
> +++ lucene/nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrIndexer.java Wed Nov 25 12:44:34 2009
> @@ -50,7 +50,7 @@
>      super(conf);
>    }
>  
> -  private void indexSolr(String solrUrl, Path crawlDb, Path linkDb,
> +  public void indexSolr(String solrUrl, Path crawlDb, Path linkDb,
>        List<Path> segments) throws IOException {
>      LOG.info("SolrIndexer: starting");
>  
> 
>