Class SolrEndpointBuilderFactory.SolrHeaderNameBuilder

  • Enclosing interface:
    SolrEndpointBuilderFactory

    public static class SolrEndpointBuilderFactory.SolrHeaderNameBuilder
    extends Object
    The builder of headers' name for the Solr component.
    • Constructor Detail

      • SolrHeaderNameBuilder

        public SolrHeaderNameBuilder()
    • Method Detail

      • solrClient

        public String solrClient()
        The client. The option is a: org.apache.solr.client.solrj.SolrClient type. Group: producer
        Returns:
        the name of the header SolrClient.
      • solrCollection

        public String solrCollection()
        The collection to execute the request again. The option is a: String type. Group: producer
        Returns:
        the name of the header SolrCollection.
      • solrOperation

        public String solrOperation()
        The operation to perform. The option is a: String type. Group: producer
        Returns:
        the name of the header SolrOperation.
      • solrQueryString

        public String solrQueryString()
        The query to execute. The option is a: String type. Group: producer
        Returns:
        the name of the header SolrQueryString.
      • contentType

        public String contentType()
        The content type. The option is a: String type. Group: producer
        Returns:
        the name of the header Content-Type.