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 2013/08/16 03:08:47 UTC

[jira] [Updated] (LUCENE-5178) doc values should allow configurable defaults

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

Yonik Seeley updated LUCENE-5178:
---------------------------------

    Description: 
DocValues should somehow allow a configurable default per-field.
Possible implementations include setting it on the field in the document or registration of an IndexWriter callback.

If we don't make the default configurable, then another option is to have DocValues fields keep track of whether a value was indexed for that document or not.

  was:
DocValues should somehow allow a configurable default per-field.
Possible implementations include setting it on the field in the document or registration of an IndexWriter callback.

    
> doc values should allow configurable defaults
> ---------------------------------------------
>
>                 Key: LUCENE-5178
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5178
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>
> DocValues should somehow allow a configurable default per-field.
> Possible implementations include setting it on the field in the document or registration of an IndexWriter callback.
> If we don't make the default configurable, then another option is to have DocValues fields keep track of whether a value was indexed for that document or not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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