Re: Intuition check

2007-11-08 Thread Chris Hostetter
: First, how to determine whether the filter-embedding would be effective? We ... : really available. It can be estimated assuming the filter and query are : independent, but this definitely isn't always true. If the filter I was assuming we could use a simple hueristic... if(

[jira] Commented: (SOLR-408) PingRequestHandler

2007-11-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541148 ] Hoss Man commented on SOLR-408: --- FWIW I'm in favor of making a separate PingRequestHandler, but i think we should take

[jira] Assigned: (SOLR-408) PingRequestHandler

2007-11-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-408: -- Assignee: Ryan McKinley PingRequestHandler -- Key: SOLR-408

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

2007-11-08 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541129 ] Mike Klaas commented on SOLR-407: - Good catch! This can be fixed in standard request handler as follows: if(null !=

[jira] Commented: (SOLR-408) PingRequestHandler

2007-11-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541151 ] Ryan McKinley commented on SOLR-408: agreed - i'll post a modified patch shortly PingRequestHandler

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

2007-11-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: --- Fix Version/s: 1.3 Issue Type: New Feature (was: Improvement) Support updateable/modifiable

[jira] Resolved: (SOLR-272) SolrDocument performance testing

2007-11-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-272. Resolution: Fixed SolrDocument performance testing

[jira] Resolved: (SOLR-389) RequestHandlerBase javadocs improvement

2007-11-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-389. Resolution: Fixed commited a while back. Thanks Grant RequestHandlerBase javadocs improvement

Re: Intuition check

2007-11-08 Thread Mike Klaas
On 8-Nov-07, at 8:59 AM, Chris Hostetter wrote: Let's back up a second... the theory is that while it's frequently handy to cache fq's independent of the main query (because they are probably used over and over) in some cases it may be advantageous to use an FQ directly in the body of hte