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

Robert Muir commented on LUCENE-4733:
-------------------------------------

I think its a good idea! About the corner cases:

If we are going to add new tests anyway, maybe we could fashion it as a base 
class like BaseDocValuesFormat/BasePostingsFormat?
Each TVFormat we have (4.0, simpletext, 4.2, etc) would extend this base class 
and just return getCodec().

Any tests in TestTermVectors/Reader/Writer today that are testing codecs (and 
not really indexwriter tests) could be folded in.

Of course if any tests are *compressing specific they can just stay in its 
folder too.

                
> Make CompressingTermVectorsFormat the new default term vectors format?
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-4733
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4733
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Trivial
>             Fix For: 4.2
>
>
> In LUCENE-4599, I wrote an alternate term vectors format which has a more 
> compact format, and I think it could replace the current 
> Lucene40TermVectorsFormat for the next (4.2) release?

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