Cleaned up analysis.jsp - removed all token API scriptlets ----------------------------------------------------------
Key: SOLR-1829 URL: https://issues.apache.org/jira/browse/SOLR-1829 Project: Solr Issue Type: Improvement Components: web gui Affects Versions: 1.4 Reporter: Uri Boness Fix For: 1.5, 1.6, 3.1 The analysis.jsp was polluted with the old token stream api in scriptlets all over the place. Since the introduction of the FieldAnalysisRequestHandler, there's no need to keep this mess. Instead, the page can just call the analysis request handler and with parameter generated by the form and display the xml response the same way as it is displayed at the moment. Moreover, it will save some work when updating the code base to the new token stream API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.