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

UnsupportedOperationException may be thrown when using custom IndexReader

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4
    • 1.4
    • replication (java), search
    • None

    Description

      If a custom IndexReaderFactory is specifiedd in solrconfig.xml, and IndexReader-s that it produces don't support IndexReader.directory() (such as is the case with ParallelReader or MultiReader) then an uncaught UnsupportedOperationException is thrown.

      This call is used only to retrieve the full path of the directory for informational purpose, so it shouldn't lead to a crash. Instead we could supply other available information about the reader (e.g. from its toString() method).

      Attachments

        1. SOLR-1366.patch
          1 kB
          Shalin Shekhar Mangar
        2. searcher.patch
          0.9 kB
          Andrzej Bialecki

        Issue Links

          Activity

            People

              shalin Shalin Shekhar Mangar
              ab Andrzej Bialecki
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: