[
https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644379#action_12644379
]
Ryan McKinley commented on SOLR-620:
------------------------------------
don't know why, but FF 3.0.3 (on mac) does not display anything unless we
change:
{code}
Index: contrib/velocity/src/main/solr/conf/velocity/browse.vm
===================================================================
--- contrib/velocity/src/main/solr/conf/velocity/browse.vm (revision
709500)
+++ contrib/velocity/src/main/solr/conf/velocity/browse.vm (working copy)
@@ -7,7 +7,7 @@
<head>
<title>#param('title')</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
- <script type="text/javascript" src="/solr/admin/jquery-1.2.3.min.js"/>
+ <script type="text/javascript"
src="/solr/admin/jquery-1.2.3.min.js"></script>
<link rel="stylesheet" type="text/css"
href="/solr/admin/file?file=/velocity/main.css&contentType=text/css"/>
</head>
<body>
{code}
> Velocity Response Writer
> ------------------------
>
> Key: SOLR-620
> URL: https://issues.apache.org/jira/browse/SOLR-620
> Project: Solr
> Issue Type: New Feature
> Components: search
> Affects Versions: 1.3
> Reporter: Erik Hatcher
> Assignee: Erik Hatcher
> Priority: Minor
> Attachments: SOLR-620.patch, SOLR-620.patch, SOLR-620.patch,
> SOLR-620.patch, SOLR-620.zip, SOLR-620.zip
>
>
> Add a Velocity - http://velocity.apache.org - response writer, making it
> possible to generate a decent search UI straight from Solr itself. Designed
> to work standalone or in conjunction with the JSON response writer (or
> SolrJS) for Ajaxy things.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.