You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (JIRA)" <ji...@apache.org> on 2018/05/16 11:24:00 UTC

[jira] [Created] (LUCENE-8316) Allow DV updates for not existing fields

Simon Willnauer created LUCENE-8316:
---------------------------------------

             Summary: Allow DV updates for not existing fields
                 Key: LUCENE-8316
                 URL: https://issues.apache.org/jira/browse/LUCENE-8316
             Project: Lucene - Core
          Issue Type: Improvement
    Affects Versions: 7.4, master (8.0)
            Reporter: Simon Willnauer
             Fix For: 7.4, master (8.0)


 Today we prevent DV updates for non-existing fields except
    of the soft deletes case. Yet, this can cause inconsitent field numbers
    etc. since we don't go through the global field number map etc. This
    change removes the limitation of updating DVs in docs even if the field
    doesn't exists. This also has the benefit that the error messages if
    the field type doesn't match is consistent with what DWPT throws.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org