[jira] Commented: (SOLR-349) boost query by a function of other fields

2007-09-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525938 ] Yonik Seeley commented on SOLR-349: --- And yes, the syntax is less than ideal it would be nice to extend the

[jira] Commented: (SOLR-349) boost query by a function of other fields

2007-09-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525940 ] Hoss Man commented on SOLR-349: --- the idea that funcname(a,b,c,d,e,f,g,) maps to a*b + 1*c + d*e + f*g + ... seems

[jira] Updated: (SOLR-215) Multiple Solr Cores - remove static singleton

2007-09-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-215: --- Summary: Multiple Solr Cores - remove static singleton (was: Multiple Solr Cores) Multiple Solr

[jira] Commented: (SOLR-215) Multiple Solr Cores

2007-09-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525941 ] Ryan McKinley commented on SOLR-215: I just committed a HUGE patch that removes the SolrCore static singleton.

[jira] Created: (SOLR-350) Manage Multiple SolrCores

2007-09-08 Thread Ryan McKinley (JIRA)
Manage Multiple SolrCores - Key: SOLR-350 URL: https://issues.apache.org/jira/browse/SOLR-350 Project: Solr Issue Type: Improvement Affects Versions: 1.3 Reporter: Ryan McKinley In SOLR-215, we

[jira] Commented: (SOLR-349) boost query by a function of other fields

2007-09-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525945 ] Yonik Seeley commented on SOLR-349: --- Yes, I suppose that sum() makes more sense... and ValueSources are so light

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-09-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: --- Attachment: Eriks-ModifiableDocument.patch Updated Erik's patch to /trunk and added back the solrj

[jira] Updated: (SOLR-281) Search Components (plugins)

2007-09-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-281: --- Attachment: SOLR-281-SearchComponents.patch Thanks Sharad! this is looking good. I just updated it