[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 
CommonsHttpSolrServer.  

If the SolrRequest defines the ResponseParser, then it is used, otherwise the 
member variable on CommonsHttpSolrServer is used.

Also added some different construction options to CommonsHttpSolrServer

> 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
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java
>Reporter: Grant Ingersoll
>Assignee: Grant Ingersoll
>Priority: Minor
> Attachments: SOLR-476.patch
>
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg08914.html
> SolrJ needs a way to pass in the ResponseParser on a per request basis.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



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

2008-02-26 Thread Ryan McKinley (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McKinley updated SOLR-476:
---

Attachment: SOLR-476.patch

updated the patch so that it

1. sets the wt and version based on the parser
2. adds "getVersion()" to RequestParser
3. refactors "_processor" to "_parser"

I think this is good to go -- grant, if this works for you, can you commit it?

> 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
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java
>Reporter: Grant Ingersoll
>Assignee: Grant Ingersoll
>Priority: Minor
> Attachments: SOLR-476.patch, SOLR-476.patch
>
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg08914.html
> SolrJ needs a way to pass in the ResponseParser on a per request basis.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.