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: [email protected]
For additional commands, e-mail: [email protected]