You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2014/08/22 23:32:11 UTC

[jira] [Commented] (SOLR-6410) Suggester CloseHook for Lookup instances needs backported to 4x branch

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

Hoss Man commented on SOLR-6410:
--------------------------------

LUCENE-5650 seems to be the issue where the correct CloseHook logic was added to the Solr Suggester code ... but for whatever reason that hasn't been backported to 4x?

In the interest of trying to see if we can get something in place for 4.10, I'm going to try to backport r1596767 for _only_ the following files...

* solr/core/src/java/org/apache/solr/spelling/suggest/SolrSuggester.java
* solr/core/src/java/org/apache/solr/spelling/suggest/Suggester.java
* solr/core/src/java/org/apache/solr/spelling/suggest/fst/AnalyzingInfixLookupFactory.java
* solr/core/src/java/org/apache/solr/spelling/suggest/fst/BlendedInfixLookupFactory.java
* solr/core/src/test/org/apache/solr/spelling/suggest/TestAnalyzeInfixSuggestions.java
* solr/core/src/test/org/apache/solr/spelling/suggest/TestBlendedInfixSuggestions.java

> Suggester CloseHook for Lookup instances needs backported to 4x branch
> ----------------------------------------------------------------------
>
>                 Key: SOLR-6410
>                 URL: https://issues.apache.org/jira/browse/SOLR-6410
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> Spin off of bug uncovered in LUCENE-5889...
> the Suggester class needs to register a CloseHook for the Lookup instances returned by the LookupFactory -- this is currently happening on trunk, but not on 4x.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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