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

2007-09-14 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527694 ] Walter Underwood commented on SOLR-127: --- Last-modified does require monotonic time, but ETags are version stamps

[jira] Commented: (SOLR-319) changes SynonymFilterFactoryto "Analyze" synonyms file

2007-09-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527682 ] Koji Sekiguchi commented on SOLR-319: - Absolutely. I'll try to change my patch to implement the fieldtype idea. Tha

[jira] Updated: (SOLR-319) changes SynonymFilterFactoryto "Analyze" synonyms file

2007-09-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-319: -- Summary: changes SynonymFilterFactoryto "Analyze" synonyms file (was: changes SynonymFilterFactory for N-gram to

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

2007-09-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527664 ] Hoss Man commented on SOLR-127: --- 1) it's not a good idea to assume the indexVersion can be used as a timestamp ... Lucen

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

2007-09-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527649 ] Yonik Seeley commented on SOLR-349: --- Being able to add new functions to the parser is probably useful to people... I

[jira] Created: (SOLR-356) pluggable functions (value sources)

2007-09-14 Thread Yonik Seeley (JIRA)
pluggable functions (value sources) --- Key: SOLR-356 URL: https://issues.apache.org/jira/browse/SOLR-356 Project: Solr Issue Type: New Feature Reporter: Yonik Seeley allow configuration of new v

[jira] Commented: (SOLR-303) Federated Search over HTTP

2007-09-14 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527647 ] Stu Hood commented on SOLR-303: --- I'm also seeing the following issue, but I haven't have time to investigate: {quote} WA

[jira] Commented: (SOLR-303) Federated Search over HTTP

2007-09-14 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527637 ] Stu Hood commented on SOLR-303: --- For the second issue above, I did the following: *Added 'static String escape(string, f

[jira] Commented: (SOLR-303) Federated Search over HTTP

2007-09-14 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527570 ] Stu Hood commented on SOLR-303: --- Thanks Sharad, the last patch applied cleanly as you said. I've run into some errors th

[jira] Work started: (SOLR-342) Add support for Lucene's new setRAMBufferSizeMB() method in IndexWriter

2007-09-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-342 started by Grant Ingersoll. > Add support for Lucene's new setRAMBufferSizeMB() method in IndexWriter > ---

[jira] Assigned: (SOLR-342) Add support for Lucene's new setRAMBufferSizeMB() method in IndexWriter

2007-09-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-342: Assignee: Grant Ingersoll > Add support for Lucene's new setRAMBufferSizeMB() method in Index

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

2007-09-14 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 Be even more standards compliant. If-Match and If-None-Match headers can ap

Solr nightly build failure

2007-09-14 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build checkJunitPresence: compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 26 source files to /tmp/apache-solr-nightly/build/common [javac] Note: Some input files use

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

2007-09-14 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 After reading the W3C docs I have seen that we can calculate the Etags in a

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

2007-09-14 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 Added Etag support. > Make Solr more friendly to external HTTP caches > --