Class SolrStoreMapping

java.lang.Object
org.alfresco.repo.search.impl.solr.SolrStoreMapping
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class SolrStoreMapping extends Object implements org.springframework.beans.factory.BeanNameAware
Author:
Andy
  • Constructor Details

    • SolrStoreMapping

      public SolrStoreMapping()
  • Method Details

    • getStoreRef

      public StoreRef getStoreRef()
      Returns:
      the storeRef
    • getProtocol

      public String getProtocol()
      Returns:
      the protocol
    • setProtocol

      public void setProtocol(String protocol)
      Parameters:
      protocol - the protocol to set
    • getIdentifier

      public String getIdentifier()
      Returns:
      the identifier
    • setIdentifier

      public void setIdentifier(String identifier)
      Parameters:
      identifier - the identifier to set
    • getHttpClientFactory

      public String getHttpClientFactory()
      Returns:
      the httpClientFactory
    • setHttpClientFactory

      public void setHttpClientFactory(String httpClientFactory)
      Parameters:
      httpClientFactory - the httpClientFactory to set
    • getBaseUrl

      public String getBaseUrl()
      Returns:
      the baseUrl
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
      Parameters:
      baseUrl - the baseUrl to set
    • setBeanName

      public void setBeanName(String beanName)
      Specified by:
      setBeanName in interface org.springframework.beans.factory.BeanNameAware
    • getNodeString

      public String getNodeString()
      Returns:
      the nodes
    • getNodes

      public String[] getNodes()
      Returns:
      the nodes
    • setNodeString

      public void setNodeString(String nodes)
      Parameters:
      nodes - the nodes to set
    • getNumShards

      public int getNumShards()
      Returns:
      the numShards
    • setNumShards

      public void setNumShards(int numShards)
      Parameters:
      numShards - the numShards to set
    • getReplicationFactor

      public int getReplicationFactor()
      Returns:
      the replicationFactor
    • setReplicationFactor

      public void setReplicationFactor(int replicationFactor)
      Parameters:
      replicationFactor - the replicationFactor to set