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

2007-09-13 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527364 ] Thomas Peuss commented on SOLR-127: --- @Erik: Adding Etag support should be not that hard. I have a look into that. As

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

2007-09-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527337 ] Erik Hatcher commented on SOLR-127: --- What about etags? http://intertwingly.net/blog/2006/06/05/Elevator-Pitch > Mak

Re: svn commit: r575369 - /lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/util/ClientUtils.java

2007-09-13 Thread Erik Hatcher
Ryan, Since the QueryParser can handle any character being escaped, I just escaped every non-alphanumeric character on the solr-ruby side of things. Playing keep up with any changes to

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

2007-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527325 ] Koji Sekiguchi commented on SOLR-127: - Note that this patch can do much for doing better throughput, but unluckily

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-09-13 Thread Ian Holsman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527319 ] Ian Holsman commented on SOLR-216: -- Hi. I had a minor issue with UTF-8 encoded strings (for example שיווק ) my 'fix'

Oracle-Lucene integration (OJVMDirectory and Lucene Domain Index) - LONG

2007-09-13 Thread J. Delgado
I'm very happy to announce the partial rework and extension to LUCENE-724 (Oracle-Lucene Integration), primarily based on new requirements from LendingClub.com, who commissioned the work to Marcelo Ochoa, the contributer of the original patch (great job Marcelo!). As contribution of LendingClub.com

Re: Why is Solr using a Filter for answering search requests?

2007-09-13 Thread Tom Hill
I don't know that it's a reason not to do it, but it's definitely been more of a pain for me. I have a servlet that pre-processes the request, and then forwards the request to solr. I found I had to add Index: web.xml === --- web.xm

[jira] Commented: (SOLR-349) new functions for FunctionQuery

2007-09-13 Thread Tom Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527205 ] Tom Hill commented on SOLR-349: --- It looks like you are removing the hard coded parsing of the functions in QueryParsing.

[jira] Updated: (SOLR-355) Parsing mixed inclusive/exclusive range queries

2007-09-13 Thread Andrew Schurman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schurman updated SOLR-355: - Attachment: solr-355.patch Potential fix for revision 575064. > Parsing mixed inclusive/exclusive

[jira] Created: (SOLR-355) Parsing mixed inclusive/exclusive range queries

2007-09-13 Thread Andrew Schurman (JIRA)
Parsing mixed inclusive/exclusive range queries --- Key: SOLR-355 URL: https://issues.apache.org/jira/browse/SOLR-355 Project: Solr Issue Type: Improvement Components: search Affects