I think the UI uses this behind the scenes, as in no more
"analysis.jsp" like before?

So maybe try using something like burpsuite and just using the
analysis UI in your browser to see what requests its sending.

On Tue, Nov 13, 2012 at 11:00 AM, Tom Burton-West <tburt...@umich.edu> wrote:
> Hello,
>
> I  would like to send a request to the FieldAnalysisRequestHandler.  The
> javadoc lists the parameter names such as analysis.field, but sending those
> as URL parameters does not seem to work:
>
> mysolr.umich.edu/analysis/field?analysis.name=title&q=fire-fly
>
> leaving out the "analysis" doesn't work either:
>
> mysolr.umich.edu/analysis/field?name=title&q=fire-fly
>
> No matter what field I specify, the analysis returned is for the default
> field. (See repsonse excerpt below)
>
> Is there a page somewhere that shows the correct syntax for sending get
> requests to the FieldAnalysisRequestHandler?
>
> Tom
>
> ----
> <lst name="analysis">
> <lst name="field_types"/>
> <lst name="field_names">
> <lst name="ocr">

Reply via email to