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

Michael McCandless commented on LUCENE-3918:
--------------------------------------------

bq. I already know that the tests cannot work w/ Lucene40 and Lucene41 codecs 
(because of SortedDV), but also with SepPostingsWriter (since it doesn't 
support indexing offsets, and I test that too). How can I disable it for the 
tests? I didn't see a SepCodec or something that I can add to SuppressCodecs...

Can you just add "MockSep", "MockFixedIntBlock", "MockVariableIntBlock" to the 
@SuppressCodecs (it can contain posting format names too...).  Hmm maybe also 
"MockRandom".
                
> Port index sorter to trunk APIs
> -------------------------------
>
>                 Key: LUCENE-3918
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3918
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: modules/other
>    Affects Versions: 4.0-ALPHA
>            Reporter: Robert Muir
>             Fix For: 4.2, 5.0
>
>         Attachments: LUCENE-3918.patch, LUCENE-3918.patch, LUCENE-3918.patch, 
> LUCENE-3918.patch, LUCENE-3918.patch, LUCENE-3918.patch, LUCENE-3918.patch, 
> LUCENE-3918.patch, LUCENE-3918.patch
>
>
> LUCENE-2482 added an IndexSorter to 3.x, but we need to port this
> functionality to 4.0 apis.

--
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