[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252526#comment-16252526 ] ASF subversion and git services commented on SOLR-11595: Commit

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252257#comment-16252257 ] ASF subversion and git services commented on SOLR-11595: Commit

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251014#comment-16251014 ] David Smiley commented on SOLR-11595: - If there are no further objections, I'll commit later today

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247641#comment-16247641 ] David Smiley commented on SOLR-11595: - Rob, I'm not adding a cache here. SolrIndexSearcher _already_

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247598#comment-16247598 ] Robert Muir commented on SOLR-11595: I don't think you should add such a cache to solr either, for the

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247423#comment-16247423 ] David Smiley commented on SOLR-11595: - I'll commit this patch for the Solr level, since it has an easy

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16237598#comment-16237598 ] David Smiley commented on SOLR-11595: - bq. manually without constructing a MultiTerms object Yes

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16237591#comment-16237591 ] Adrien Grand commented on SOLR-11595: - I was actually not thinking about caching the result but

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16236584#comment-16236584 ] David Smiley commented on SOLR-11595: - Hmm; true. This could be pretty simple -- a ConcurrentHashMap

[jira] [Commented] (SOLR-11595) optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields

2017-11-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16236318#comment-16236318 ] Adrien Grand commented on SOLR-11595: - Should we fix it in Lucene? We don't really need to create a