[
https://issues.apache.org/jira/browse/SOLR-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295875#comment-13295875
]
Erik Hatcher commented on SOLR-3551:
------------------------------------
This is wired into Solr config (for convenience) as:
{code}
<requestHandler name="/analysis/all" class="solr.DumpRequestHandler" >
<lst name="invariants">
<str name="wt">velocity</str>
<str name="v.template">allyzer</str>
</lst>
</requestHandler>
{code}
There's two template files required (in conf/velocity) as well, attached.
> View of analysis output using all field types at once
> -----------------------------------------------------
>
> Key: SOLR-3551
> URL: https://issues.apache.org/jira/browse/SOLR-3551
> Project: Solr
> Issue Type: Improvement
> Reporter: Erik Hatcher
> Assignee: Erik Hatcher
> Priority: Trivial
> Fix For: 4.0
>
>
> To demonstrate all field types analyzing the same text for a presentation, I
> developed a Velocity view that leverages /analysis/field. Perhaps we could
> incorporate this into Solr's example or admin somehow.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]