[jira] Updated: (SOLR-127) Make Solr more friendly to external HTTP caches

2007-09-10 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-127: -- Attachment: HTTPCaching.patch Make Solr a bit more friendly for HTTP caches. Make Solr more friendly

[jira] Commented: (SOLR-127) Make Solr more friendly to external HTTP caches

2007-09-10 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526136 ] Thomas Peuss commented on SOLR-127: --- I have not found out (OK, I tried it only 10 minutes ;-) ) where this HEAD

[jira] Updated: (SOLR-127) Make Solr more friendly to external HTTP caches

2007-09-10 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-127: -- Attachment: HTTPCaching.patch Solr now responds nicely to HEAD-requests. Make Solr more friendly to

[jira] Updated: (SOLR-127) Make Solr more friendly to external HTTP caches

2007-09-10 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-127: -- Attachment: HTTPCaching.patch Some code cleanup and a fixed typo. Make Solr more friendly to external

[jira] Commented: (SOLR-335) solrj and ping / PingRequestHandler

2007-09-10 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526195 ] Bill Au commented on SOLR-335: -- Until there is a PingRequestHandler, a simple work-around would be to pass in the

[jira] Updated: (SOLR-352) UpdateRequest is duplicating commit and optimize requests

2007-09-10 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-352: - Attachment: solr-352.patch Patch to remove commit/optimize query args since the request already contain an

[jira] Commented: (SOLR-335) solrj and ping / PingRequestHandler

2007-09-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526198 ] Ryan McKinley commented on SOLR-335: attach here seems fine. Lets keep this open till there is a

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

2007-09-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-350: --- Attachment: SOLR-350-MultiCore.patch Here is a quick sketch of what I think the multicore

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

2007-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526207 ] Yonik Seeley commented on SOLR-350: --- I assume core management stuff needs to be persistent if you add a core via

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

2007-09-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526210 ] Ryan McKinley commented on SOLR-350: Yes, persistence seems like a good option. For the case where you are

[jira] Commented: (SOLR-352) UpdateRequest is duplicating commit and optimize requests

2007-09-10 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526213 ] Bill Au commented on SOLR-352: -- Ryan, I am gettign a NullPointerException when I tried you patch:

Re: DirectSolrConnection, write.lock and Too Many Open Files

2007-09-10 Thread Brian Whitman
On Sep 10, 2007, at 1:56 PM, Mike Klaas wrote: I'm a little worried about Solr getting a bad rap for being buggy or not well-documented due to people trying to use it embeddedly. It seems that we need to do one of two things: 1. Someone lead the effort to clean up and organize the

Re: DirectSolrConnection, write.lock and Too Many Open Files

2007-09-10 Thread Mike Klaas
On 10-Sep-07, at 12:32 PM, Brian Whitman wrote: On Sep 10, 2007, at 1:56 PM, Mike Klaas wrote: I'm a little worried about Solr getting a bad rap for being buggy or not well-documented due to people trying to use it embeddedly. It seems that we need to do one of two things: 1. Someone

[jira] Commented: (SOLR-335) solrj and ping / PingRequestHandler

2007-09-10 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526237 ] Bill Au commented on SOLR-335: -- It turns out that in the Solr response for a ping is neither a response or result but a

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

2007-09-10 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 applies to /trunk Support updateable/modifiable documents

[jira] Commented: (SOLR-352) UpdateRequest is duplicating commit and optimize requests

2007-09-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526283 ] Ryan McKinley commented on SOLR-352: I just added some docs to: http://wiki.apache.org/solr/Solrj Essentially,

[jira] Commented: (SOLR-352) UpdateRequest is duplicating commit and optimize requests

2007-09-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526284 ] Ryan McKinley commented on SOLR-352: Note, in solr, this is starting the commit with a request parameter, not

[jira] Commented: (SOLR-334) pluggable query parsers

2007-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526339 ] Yonik Seeley commented on SOLR-334: --- OK, my next step is to do tests for all these new functions provided no one

[jira] Updated: (SOLR-334) pluggable query parsers

2007-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-334: -- Comment: was deleted pluggable query parsers --- Key: SOLR-334

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

2007-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526340 ] Yonik Seeley commented on SOLR-349: --- OK, my next step is to do tests for all these new functions provided no one

Re: Delete/deprecate HighlightingUtils?

2007-09-10 Thread Ryan McKinley
Mike Klaas wrote: Core request handlers do not use this, favouring the new, almost-identical code in the highlighting package. Deprecate or delete? It is rather simple to upgrade code using this to the new regime. Either way is fine by me. Since it is advanced not really public API