[ 
https://issues.apache.org/jira/browse/SOLR-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384616#comment-14384616
 ] 

ASF GitHub Bot commented on SOLR-7305:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/lucene-solr/pull/137


> 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
>            Assignee: Shalin Shekhar Mangar
>             Fix For: Trunk, 5.1
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to