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

BlendedInfixLookupFactory swallows root ioexception when it occurs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.10.4, 6.0
    • 5.1, 6.0
    • Suggester
    • None

    Description

      See BlendedInfixLookupFactory.java line 105:

          try {
            return new BlendedInfixSuggester(core.getSolrConfig().luceneMatchVersion, 
                                             FSDirectory.open(new File(indexPath)),
                                             indexAnalyzer, queryAnalyzer, minPrefixChars,
                                             blenderType, numFactor);
          } catch (IOException e) {
            throw new RuntimeException();
          }
      

      Attachments

        Activity

          People

            shalin Shalin Shekhar Mangar
            stephlag Stephan Lagraulet
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: