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(JobConf 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(JobConf job)
                                                                                        throws MalformedURLException
Throws:
MalformedURLException

stripNonCharCodepoints

public static String stripNonCharCodepoints(String input)


Copyright © 2012 The Apache Software Foundation