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

Sivan Yogev edited comment on LUCENE-4258 at 5/1/13 6:59 AM:
-------------------------------------------------------------

Added tests and fixed bugs. The most thorough test is testIndexEquality() which 
runs a complicated scenario of adding and replacing documents and fields and 
compares the resulting index to an index created only using addDocument. The 
IndexWriterConfig used can be either created using new IndexWriterConfig() or 
newIndexWriterConfig() which introduces randomness. When there is no randomness 
the test passes, with randomness and -Dtests.seed=FFC28997A6951FFB it fails.
                
      was (Author: sivany):
    Added tests and fixed bugs. The most thorough test is testIndexEquality() 
which runs a complicated scenario of adding and replacing documents and fields 
and compares the resulting index to an index created only using addDocument. 
The IndexWriterConfig used can be either created using new IndexWriterConfig() 
or newIndexWriterConfig() which introduces randomness. When there is no 
randomness the test passes, with -Dtests.seed=FFC28997A6951FFB it fails.
                  
> Incremental Field Updates through Stacked Segments
> --------------------------------------------------
>
>                 Key: LUCENE-4258
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4258
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>            Reporter: Sivan Yogev
>             Fix For: 4.3
>
>         Attachments: IncrementalFieldUpdates.odp, 
> LUCENE-4258-API-changes.patch, LUCENE-4258.branch.1.patch, 
> LUCENE-4258.branch.2.patch, LUCENE-4258.branch3.patch, 
> LUCENE-4258.r1410593.patch, LUCENE-4258.r1412262.patch, 
> LUCENE-4258.r1416438.patch, LUCENE-4258.r1416617.patch, 
> LUCENE-4258.r1422495.patch, LUCENE-4258.r1423010.patch
>
>   Original Estimate: 2,520h
>  Remaining Estimate: 2,520h
>
> Shai and I would like to start working on the proposal to Incremental Field 
> Updates outlined here (http://markmail.org/message/zhrdxxpfk6qvdaex).

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