You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2016/03/24 04:07:25 UTC

[jira] [Resolved] (LUCENE-7119) enable bypassing docValues check in DocTermOrds

     [ https://issues.apache.org/jira/browse/LUCENE-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved LUCENE-7119.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 6.1

> enable bypassing docValues check in DocTermOrds
> -----------------------------------------------
>
>                 Key: LUCENE-7119
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7119
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 6.1
>
>         Attachments: LUCENE-7119.patch
>
>
> Currently, DocTermOrds refuses to build if doc values have been enabled for a field.  While good for catching bugs, this disabled what can be legitimate use cases (such as just trying out an alternate method w/o having to re-configure and re-index, or even using consistently in conjunction with UninvertingReader).  We should restore the ability to use this class in other scenarios via adding a flag to bypass the check.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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