You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2015/03/25 18:57:54 UTC

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

     [ https://issues.apache.org/jira/browse/SOLR-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-7305.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 5.1
                   Trunk

Thanks Stephan!

> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org