Re: URL parameters to use FieldAnalysisRequestHandler

2012-11-13 Thread Tom Burton-West
Thanks Robert, Somehow I read the doc but still entered the params wrong. Should have been "analysis.fieldname" instead of "analysis.name" Works fine now. Tom On Tue, Nov 13, 2012 at 2:11 PM, Robert Muir wrote: > I think the UI uses this behind the scenes, as in no more > "analysis.jsp" like

Re: URL parameters to use FieldAnalysisRequestHandler

2012-11-13 Thread Robert Muir
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 wrote: > Hello, > > I would like t

URL parameters to use FieldAnalysisRequestHandler

2012-11-13 Thread Tom Burton-West
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 w