On 28-Aug-07, at 3:04 AM, Stephanie Belton wrote:
Hi,
I need to programmatically put search terms through the query
analyser and
retrieve the result. I thought the easiest way to do this would be
to call
the existing /solr/admin/analysis.jsp, but it would be so much
nicer if
there was a XML version of it.
<>
What is the current status on having and XML interface to the admin
(or
analysis for me at least!). If it was done, how do I access it?
I'm not sure what is the status of the XML, but SOLR-58 does have a
patch for analysis.jsp that emits XML. Have you tried it?
Otherwise, I would be tempted to copy the (java) code from
analysis.jsp and use it directly.
-Mike