Class SolrStoreMapping

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

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

      • SolrStoreMapping

        public SolrStoreMapping()
    • Method Detail

      • getStoreRef

        public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
        Returns:
        the storeRef
      • getProtocol

        public java.lang.String getProtocol()
        Returns:
        the protocol
      • setProtocol

        public void setProtocol​(java.lang.String protocol)
        Parameters:
        protocol - the protocol to set
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns:
        the identifier
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Parameters:
        identifier - the identifier to set
      • getHttpClientFactory

        public java.lang.String getHttpClientFactory()
        Returns:
        the httpClientFactory
      • setHttpClientFactory

        public void setHttpClientFactory​(java.lang.String httpClientFactory)
        Parameters:
        httpClientFactory - the httpClientFactory to set
      • getBaseUrl

        public java.lang.String getBaseUrl()
        Returns:
        the baseUrl
      • setBaseUrl

        public void setBaseUrl​(java.lang.String baseUrl)
        Parameters:
        baseUrl - the baseUrl to set
      • setBeanName

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

        public java.lang.String getNodeString()
        Returns:
        the nodes
      • getNodes

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

        public void setNodeString​(java.lang.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