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

Adrien Grand commented on LUCENE-4340:
--------------------------------------

I was trying to move the bloom utilities (oal.util.hash and oal.util.FuzzySet) 
to lucene/codecs but the problem is that SolrResourceLoader imports 
HashFunction in order to be able to reload SPI implementations.

Robert just suggested that a SPI is maybe a little over-engineered here so I'm 
thinking of hardwiring HashFunction to MurmurHash2 (if at some point we feel we 
would like to change the hash implementation, all we need to do is to bump the 
version number).
                
> Move all codecs but Lucene40 to a module
> ----------------------------------------
>
>                 Key: LUCENE-4340
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4340
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: core/codecs, general/build
>            Reporter: Adrien Grand
>             Fix For: 5.0, 4.0
>
>         Attachments: LUCENE-4340.patch, LUCENE-4340.patch, LUCENE-4340.sh
>
>
> We should move all concrete postings formats and codecs but Lucene40 to a 
> module.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to