[
https://issues.apache.org/jira/browse/SOLR-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380328#comment-14380328
]
ASF subversion and git services commented on SOLR-7305:
-------------------------------------------------------
Commit 1669180 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1669180 ]
SOLR-7305: BlendedInfixLookupFactory swallows root IOException when it occurs.
This closes #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
>
> 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]