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

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

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

ASF subversion and git services commented on LUCENE-7119:
---------------------------------------------------------

Commit cb41903039caaa267a09c5f2327659c8cf548706 in lucene-solr's branch refs/heads/master from [~yonik@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=cb41903 ]

LUCENE-7119: allow bypass of docvalues check in DocTermOrds


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