org.ow2.weblab.services.indexer.impl
Class SolrIndexerConfig

java.lang.Object
  extended by org.ow2.weblab.util.index.IndexerConfig
      extended by org.ow2.weblab.services.indexer.impl.SolrIndexerConfig

public class SolrIndexerConfig
extends IndexerConfig


Field Summary
protected  java.lang.String solrCoreName
          Name of the solr index core
 
Fields inherited from class org.ow2.weblab.util.index.IndexerConfig
DATE_FORMATS, DEFAULT_BEAN_NAME
 
Constructor Summary
SolrIndexerConfig()
           
 
Method Summary
 java.lang.String getSolrCoreName()
           
 void setSolrCoreName(java.lang.String solrCoreName)
           
 
Methods inherited from class org.ow2.weblab.util.index.IndexerConfig
getFields, getMinBufferSize, setFields, setMinBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

solrCoreName

protected java.lang.String solrCoreName
Name of the solr index core

Constructor Detail

SolrIndexerConfig

public SolrIndexerConfig()
Method Detail

getSolrCoreName

public java.lang.String getSolrCoreName()
Returns:
the solrCoreName

setSolrCoreName

public void setSolrCoreName(java.lang.String solrCoreName)
Parameters:
solrCoreName - the solrCoreName to set


Copyright © 2004-2010. All Rights Reserved.