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

Adrien Grand updated LUCENE-4340:
---------------------------------

    Attachment: LUCENE-4340-bloom.patch

Patch for moving bloom utilities to lucene/codecs. You need to run these svn 
commands first:
{code}
svn mv lucene/core/src/java/org/apache/lucene/util/hash/HashFunction.java 
lucene/codecs/src/java/org/apache/lucene/codecs/bloom
svn mv lucene/core/src/java/org/apache/lucene/util/hash/MurmurHash2.java 
lucene/codecs/src/java/org/apache/lucene/codecs/bloom
svn del lucene/core/src/java/org/apache/lucene/util/hash/
svn mv lucene/core/src/java/org/apache/lucene/util/FuzzySet.java 
lucene/codecs/src/java/org/apache/lucene/codecs/bloom
svn del 
lucene/core/src/resources/META-INF/services/org.apache.lucene.util.hash.HashFunction
{code}
                
> 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-bloom.patch, 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to