Re: StatsComponent Multivalued Fields

2009-02-11 Thread smock
Hi Ryan, Thought I'd let you know - I contributed a patch to SOLR issue 680 which extends StatsComponent to multivalued fields. Please comment and let me know what you think - it'd be great if I can massage this into a form acceptable to be committed to the trunk. Thanks, Harish ryantxu wrote:

[jira] Updated: (SOLR-680) StatsComponent - get min, max, sum, qt, avg of number fields

2009-02-11 Thread Harish Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Agarwal updated SOLR-680: Attachment: SOLR-680.patch This patch extends StatsComponent to multivalued fields by adding a method

[jira] Updated: (SOLR-921) SolrResourceLoader must cache name vs class

2009-02-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-921: Attachment: SOLR-921.patch afterall , we may not need to cache the classes themselves. Loading classes with

[jira] Resolved: (SOLR-670) UpdateHandler must provide a rollback feature

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-670. Resolution: Fixed Committed revision 743359. I'll update the wiki with more details

[jira] Commented: (SOLR-670) UpdateHandler must provide a rollback feature

2009-02-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672613#action_12672613 ] Koji Sekiguchi commented on SOLR-670: - Shalin, the patch looks fine. +1 to commit. > Upd

[jira] Issue Comment Edited: (SOLR-921) SolrResourceLoader must cache name vs class

2009-02-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671727#action_12671727 ] noble.paul edited comment on SOLR-921 at 2/11/09 3:19 AM: -- here are

[jira] Resolved: (SOLR-1017) Concurrency problem with last_index_time

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1017. - Resolution: Fixed Fix Version/s: 1.4 Committed revision 743299. Thanks for

[jira] Assigned: (SOLR-1017) Concurrency problem with last_index_time

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-1017: --- Assignee: Shalin Shekhar Mangar > Concurrency problem with last_index_time > -

[jira] Commented: (SOLR-1006) ConcurrentLRUCache API improvements

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672587#action_12672587 ] Shalin Shekhar Mangar commented on SOLR-1006: - Committed revision 743294. > Con

[jira] Updated: (SOLR-1006) ConcurrentLRUCache API improvements

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1006: Attachment: SOLR-1006.patch Renamed the method to getOldestAccessedItems and added j

[jira] Updated: (SOLR-1018) Slave is unable to replicate when server acts as repeater (as both master and slave)

2009-02-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1018: - Attachment: SOLR-1018.patch when snappuller does a commit , the IndexWriter is not opened so it must fetch

[jira] Issue Comment Edited: (SOLR-1006) ConcurrentLRUCache API improvements

2009-02-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672581#action_12672581 ] noble.paul edited comment on SOLR-1006 at 2/11/09 2:38 AM: --- item #

[jira] Commented: (SOLR-1006) ConcurrentLRUCache API improvements

2009-02-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672581#action_12672581 ] Noble Paul commented on SOLR-1006: -- item #3 is more complex and we can fix those later > C

[jira] Created: (SOLR-1018) Slave is unable to replicate when server acts as repeater (as both master and slave)

2009-02-11 Thread Akshay K. Ukey (JIRA)
Slave is unable to replicate when server acts as repeater (as both master and slave) Key: SOLR-1018 URL: https://issues.apache.org/jira/browse/SOLR-1018 Project: Sol

[jira] Updated: (SOLR-670) UpdateHandler must provide a rollback feature

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-670: --- Attachment: SOLR-670.patch There was some problem with the previous patch. Koji, can y

[jira] Commented: (SOLR-670) UpdateHandler must provide a rollback feature

2009-02-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672571#action_12672571 ] Koji Sekiguchi commented on SOLR-670: - Thank you guys. I didn't recall why I didn't set w

[jira] Resolved: (SOLR-1009) repeated column names result in duplicate values

2009-02-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1009. - Resolution: Fixed Committed revision 743280. Thanks Noble! I understood the patc

[jira] Updated: (SOLR-1017) Concurrency problem with last_index_time

2009-02-11 Thread Ryuuichi Kumai (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryuuichi Kumai updated SOLR-1017: - Attachment: SOLR-1017.patch > Concurrency problem with last_index_time > -

[jira] Created: (SOLR-1017) Concurrency problem with last_index_time

2009-02-11 Thread Ryuuichi Kumai (JIRA)
Concurrency problem with last_index_time Key: SOLR-1017 URL: https://issues.apache.org/jira/browse/SOLR-1017 Project: Solr Issue Type: Bug Components: contrib - DataImportHandler Affects

Build failed in Hudson: Solr-trunk #711

2009-02-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/711/changes Changes: [koji] SOLR-1016: HTTP 503 error changes 500 in SolrCore [yonik] SOLR-998: current lucene libs, SolrIndexReader introduction for FileFloatSource fix [yonik] SOLR-799: Add support for hash based exact/near duplicate d