Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-7595

Allow method chaining for all CollectionAdminRequest

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 5.3, 6.0
    • clients - java, SolrJ
    • None

    Description

      Allow methods to be chained for all CollectionAdminRequests so that code like the following can be written:

      Create createCollectionRequest = new Create()
                    .setCollectionName("testasynccollectioncreation")
                    .setNumShards(1)
                    .setConfigName("conf1")
                    .setAsyncId("1001");
      

      Attachments

        1. SOLR-7595.patch
          83 kB
          Shalin Shekhar Mangar

        Activity

          People

            shalin Shalin Shekhar Mangar
            shalin Shalin Shekhar Mangar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: