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

Michael McCandless commented on LUCENE-4457:
--------------------------------------------

+1
                
> Combine MockRandomPostingsFormat and RandomCodec
> ------------------------------------------------
>
>                 Key: LUCENE-4457
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4457
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: general/test
>            Reporter: Robert Muir
>
> This is really confusing. I think MockRandomPF is mostly obselete, in that it 
> writes a random seed file (.sd) so that its symmetrical when reading the 
> index.
> this is no longer necessary (codecs must write what they need). But i think 
> it does some other cool things, like randomizes more params like 
> skipintervals and so on.
> we should make sure RandomCodec does all the evil things it does, delete 
> MockRandomPostingsFormat, and rename RandomCodec to RandomPostingsFormat.
> Then add a real Random codec thats really a frankenstein and does things like 
> switch up stored fields impl (LUCENE-4226) and so on.

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