You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stephan Lagraulet (JIRA)" <ji...@apache.org> on 2015/03/25 12:26:52 UTC

[jira] [Created] (SOLR-7305) BlendedInfixLookupFactory swallows root ioexception when it occurs

Stephan Lagraulet created SOLR-7305:
---------------------------------------

             Summary: BlendedInfixLookupFactory swallows root ioexception when it occurs
                 Key: SOLR-7305
                 URL: https://issues.apache.org/jira/browse/SOLR-7305
             Project: Solr
          Issue Type: Bug
          Components: Suggester
    Affects Versions: 4.10.4, Trunk
            Reporter: Stephan Lagraulet


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org