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

Context.getDataSource(String) gives wrong DataSource instance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.3
    • None

    Description

      The default implementation of Context – ContextImpl#getDataSource(String) method does not use the String argument and returns the current entity's data source. The javadoc for this method in Context is also inconsistent.

      /**
         * Gets a new DataSource instance with a name.
         *
         * @param name Name of the dataSource as defined in the dataSource tag
         * @return a new DataSource instance as configured for the named entity
         * @see org.apache.solr.handler.dataimport.DataSource
         */
        public abstract DataSource getDataSource(String name);
      

      Attachments

        1. SOLR-729.patch
          4 kB
          Noble Paul
        2. SOLR-729.patch
          4 kB
          Noble Paul
        3. SOLR-729.patch
          6 kB
          Shalin Shekhar Mangar

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: