Missing Velocity Template for /browse request handler.
------------------------------------------------------
Key: SOLR-3067
URL: https://issues.apache.org/jira/browse/SOLR-3067
Project: Solr
Issue Type: Bug
Components: web gui
Affects Versions: 3.5
Reporter: Tom Hill
Priority: Trivial
If you add &group=on&group.field=inStock to the URL in the /browse
requesthandler, it throws a 500 error, due to a missing hitGrouped.vm file.
This works correctly in trunk. Copying hitGrouped.vm from 4.0 to 3.5 prevents
the error, although some of the other grouping support still isn't present.
One could just remove the #parse(hitGrouped.vm) from browse.vm, and avoid the
error, but it's probably about as easy to backport it.
--
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]