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/19 00:53:33 UTC

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

Yonik Seeley created LUCENE-7119:
------------------------------------

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


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