Grant Ingersoll wrote:
btw, is https://issues.apache.org/jira/browse/SOLR-402 the issue you
were referring to?
yes.
-Grant
On Feb 8, 2008, at 4:14 PM, Ryan McKinley wrote:
I think Erik was looking at this earlier... I think there may be an
open JIRA issue for it, but don't recall which one off the top of my
head.
I think you want an ResponseParser that just stuffs the text into the
named list.
If you have any trouble, i can throw something together real quick.
ryan
Grant Ingersoll wrote:
I want to programmatically retrieve the schema and the config from
the ShowFileRequestHandler. I have tried doing it (mostly just to
see how it would handle it w/o looking at the code) using SolrJ, but
get in an exception in the XMLResponseParser in SolrJ. Ideally, I
guess SolrJ would stuff the big old raw contents into the named
list. Another option, would be to add a method to return the raw
results.
Any thoughts? Am I doing this the wrong way? Using SolrJ is the
most convenient way, but I suppose I could hack up my own one off for
HTTPClient.
Thanks,
Grant