[jira] Commented: (SOLR-342) Add support for Lucene's new Indexing and merge features (excluding Document/Field/Token reuse)

2008-02-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567809#action_12567809 ] Yonik Seeley commented on SOLR-342: --- OK, I've managed to reproduce this in a straight

[jira] Updated: (SOLR-476) CommonsHttpSolrServer should provide a way to pass in the ResponseParser on a per request basis

2008-02-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-476: - Attachment: SOLR-476.patch Adds ResponseParser to SolrRequest, also makes it an optional method on

[jira] Created: (SOLR-476) CommonsHttpSolrServer should provide a way to pass in the ResponseParser on a per request basis

2008-02-11 Thread Grant Ingersoll (JIRA)
CommonsHttpSolrServer should provide a way to pass in the ResponseParser on a per request basis --- Key: SOLR-476 URL: https://issues.apache.org/jira/browse/SOLR-476

[jira] Created: (SOLR-477) AnalysisRequestHandler

2008-02-11 Thread Grant Ingersoll (JIRA)
AnalysisRequestHandler -- Key: SOLR-477 URL: https://issues.apache.org/jira/browse/SOLR-477 Project: Solr Issue Type: New Feature Reporter: Grant Ingersoll Assignee: Grant Ingersoll

[jira] Work started: (SOLR-476) CommonsHttpSolrServer should provide a way to pass in the ResponseParser on a per request basis

2008-02-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-476 started by Grant Ingersoll. CommonsHttpSolrServer should provide a way to pass in the ResponseParser on a per request basis

[jira] Updated: (SOLR-477) AnalysisRequestHandler

2008-02-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-477: - Attachment: SOLR-477.patch First draft at a simple patch to add an AnalysisRequestHandler to Solr.

Solr nightly build failure

2008-02-11 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 31 source files to /tmp/apache-solr-nightly/build/common [javac] Note: Some input files use unchecked or unsafe

[jira] Commented: (SOLR-477) AnalysisRequestHandler

2008-02-11 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567955#action_12567955 ] Ryan McKinley commented on SOLR-477: I've been meaning to create a handler like this...

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

2008-02-11 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567953#action_12567953 ] patrick o'leary commented on SOLR-303: -- It looks pretty good, I really need the

[jira] Commented: (SOLR-477) AnalysisRequestHandler

2008-02-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567949#action_12567949 ] Yonik Seeley commented on SOLR-477: --- I've been meaning to create a handler like this... I'm

[jira] Commented: (SOLR-477) AnalysisRequestHandler

2008-02-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567956#action_12567956 ] Grant Ingersoll commented on SOLR-477: -- OK, I will update tomorrow w/ primitives instead

[jira] Commented: (SOLR-477) AnalysisRequestHandler

2008-02-11 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567960#action_12567960 ] Ryan McKinley commented on SOLR-477: {quote} I admit I don't fully understand the