[ 
https://issues.apache.org/jira/browse/SOLR-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703087#comment-14703087
 ] 

Erik Hatcher commented on SOLR-5103:
------------------------------------

bq. Actually, wt=velocity&v.template.x allow to serve a velocity template 
around the search results. 

:)

bq. And, if admin-extra was loaded from classpath, there might be a way to wire 
it in into UI automatically. It may not be pretty on the first round, but at 
least something like /browse might be more possible than expected.

VrW has a VelocitySolrResourceLoader which pulls "templates" (anything textual 
would work), but it is constrained to only look under a `velocity/` sub-tree 
from the resource loader root. 

I'm not quite getting what you're getting at here though, but one can #parse 
another velocity template or #include anything textual with no parsing.  And 
easily wrap a response with a layout to get headers/footers, etc.

> Plugin Improvements
> -------------------
>
>                 Key: SOLR-5103
>                 URL: https://issues.apache.org/jira/browse/SOLR-5103
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>             Fix For: Trunk
>
>
> I think for 5.0, we should make it easier to add plugins by defining a plugin 
> package, ala a Hadoop Job jar, which is a self--contained archive of a plugin 
> that can be easily installed (even from the UI!) and configured 
> programmatically.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to