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

Shai Erera commented on LUCENE-4258:
------------------------------------

Sunny, there are many issues w/ the current patch. It doesn't handle many 
corner cases and it's very complicated. I'm not saying the approach won't work, 
just that the patch attempts to solve many update types in one go. For that 
reason I opened LUCENE-5189 which laid out the ground for updating DocValues 
fields. Even though it currently supports only NumericDocValues, we already 
have a new issue LUCENE-5513 to add support for BinaryDV and I assume after 
that we'll move to cover the rest of the DV types.

As for updating postings, I haven't yet given up on doing that, but it's more 
complicated and we may do it in baby steps too (e.g. allow to only add tokens 
for StringFields). But it will take time.

> 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.7
>
>         Attachments: IncrementalFieldUpdates.odp, 
> LUCENE-4258-API-changes.patch, LUCENE-4258.branch.1.patch, 
> LUCENE-4258.branch.2.patch, LUCENE-4258.branch.4.patch, 
> LUCENE-4258.branch.5.patch, LUCENE-4258.branch.6.patch, 
> LUCENE-4258.branch.6.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 was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to