[jira] Updated: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1302: -- Attachment: SOLR-1302.patch Adds in SquaredEuclideanFunction and EuclideanFunction distance

[jira] Commented: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777856#action_12777856 ] Grant Ingersoll commented on SOLR-1302: --- I believe this is ready to commit, but am

[jira] Updated: (SOLR-407) Uncached filter query parameters

2009-11-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-407: -- Fix Version/s: 1.5 on my wishlist, targeting this for 1.5 Uncached filter query parameters

[jira] Updated: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1302: -- Attachment: SOLR-1302.patch No need for all of these classes for one offs of distance.

[jira] Commented: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777932#action_12777932 ] Grant Ingersoll commented on SOLR-1302: --- Wiki updated:

[jira] Commented: (SOLR-1298) FunctionQuery results as pseudo-fields

2009-11-14 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777946#action_12777946 ] Noble Paul commented on SOLR-1298: -- we should also let search components add extra fields

[jira] Commented: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777969#action_12777969 ] Grant Ingersoll commented on SOLR-1302: --- Committed revision 836216. Fun with

[jira] Commented: (SOLR-1297) Enable sorting by Function Query

2009-11-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777972#action_12777972 ] Grant Ingersoll commented on SOLR-1297: --- Note, there is a temporary workaround for

Functions as Filters

2009-11-14 Thread Grant Ingersoll
Is it at all meaningful to think about a function query acting as a Filter? The basic idea being that if the score was above/below some value (presumably 0 by default), then that particular document would be on/off. Right now, Solr can take in functions as fq params, but they don't really do