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

Add SolrCore.getSearchComponents()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Return an unmodifiable Map of the core's Search Components, similar to the request handlers.

      Code is:
      /**

      • Accessor for all the Search Components
      • @return An unmodifiable Map of Search Components
        */
        public Map<String, SearchComponent> getSearchComponents() { return Collections.unmodifiableMap(searchComponents); }

      I will commit once SVN is up again.

      Attachments

        Activity

          People

            gsingers Grant Ingersoll
            gsingers Grant Ingersoll
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: