[
https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220387#comment-15220387
]
Noble Paul edited comment on SOLR-5944 at 3/31/16 6:25 PM:
-----------------------------------------------------------
fixed logging.
* It's not OK to cache the values of {{log.isDebugEnabled()}} etc. These can
change in between
* if a string is constructed, always do conditional logging
* if a template is used upto two variables eg: {{log.info("v1:{}, v2:{}", v1,v2
)}} , it is OK not to do conditional logging, because no new objects are created
was (Author: noble.paul):
fixed logging.
* It's not OK to cache the values of {{log.isDebugEnabled()}} etc. These can
chnange in between
* if a string is constructed, always do conditional logging
* if a template is used upto two variables eg: {{log.info("v1:{}, v2:{}", v1,v2
)}} , it is OK not to do conditional logging, because no new objects are created
> Support updates of numeric DocValues
> ------------------------------------
>
> Key: SOLR-5944
> URL: https://issues.apache.org/jira/browse/SOLR-5944
> Project: Solr
> Issue Type: New Feature
> Reporter: Ishan Chattopadhyaya
> Assignee: Shalin Shekhar Mangar
> Attachments: DUP.patch, SOLR-5944.patch, SOLR-5944.patch,
> SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch,
> SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch,
> SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch,
> SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch,
> SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch,
> SOLR-5944.patch
>
>
> LUCENE-5189 introduced support for updates to numeric docvalues. It would be
> really nice to have Solr support this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]