org.apache.nutch.indexer.solr
Class SolrUtils

java.lang.Object
  extended by org.apache.nutch.indexer.solr.SolrUtils

public class SolrUtils
extends Object


Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
SolrUtils()
           
 
Method Summary
static org.apache.solr.client.solrj.impl.CommonsHttpSolrServer getCommonsHttpSolrServer(org.apache.hadoop.conf.Configuration job)
           
static String stripNonCharCodepoints(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static org.slf4j.Logger LOG
Constructor Detail

SolrUtils

public SolrUtils()
Method Detail

getCommonsHttpSolrServer

public static org.apache.solr.client.solrj.impl.CommonsHttpSolrServer getCommonsHttpSolrServer(org.apache.hadoop.conf.Configuration job)
                                                                                        throws MalformedURLException
Throws:
MalformedURLException

stripNonCharCodepoints

public static String stripNonCharCodepoints(String input)


Copyright © 2013 The Apache Software Foundation