You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by "Hoss Man (Confluence)" <co...@apache.org> on 2013/07/13 01:18:00 UTC

[CONF] Apache Solr Reference Guide > Velocity Search UI

Space: Apache Solr Reference Guide (https://cwiki.apache.org/confluence/display/solr)
Page: Velocity Search UI (https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI)

Added by Hoss Man:
---------------------------------------------------------------------

Solr includes a sample search UI based on the [VelocityResponseWriter|https://wiki.apache.org/solr/VelocityResponseWriter] (also known as Solritas) than demonstrates several useful features, such as searching, faceting, highlighting, autocomplete, and geospatial searching.

The VelocityResponseWriter is no longer built into the code. Its jar and dependencies must be added (via <lib> or solr/home lib inclusion), and must be registered in {{solrconfig.xml}} like this:

{code:borderStyle=solid|borderColor=#666666}
 <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter"/>
{code}

You can access the Velocity sample Search UI here: {{[http://localhost:8983/solr/browse]}}

!solr34_velocity_ui.png|width=650!\\
_The Velocity Search UI_

For more information about the Velocity Search UI, see [https://wiki.apache.org/solr/VelocityResponseWriter].


Stop watching space: https://cwiki.apache.org/confluence/users/removespacenotification.action?spaceKey=solr
Change email notification preferences: https://cwiki.apache.org/confluence/users/editmyemailsettings.action