Registry / web-framework / solr-velocity

solr-velocity

JSON →
library8.11.4javamavenunverified

Apache Solr module integrating the Velocity template engine for rendering search results and response views.

<dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-velocity</artifactId> <version>8.11.4</version> </dependency>
INSTALL
IMPORT
SIG · SOLR-VELOCITY
S
solr-velocity
web-frameworkjavav8.11.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VelocityResponseWriter
org.apache.solr.response.VelocityResponseWriter

Initializes and uses the Velocity response writer to render Solr search results.

import org.apache.solr.response.VelocityResponseWriter; VelocityResponseWriter writer = new VelocityResponseWriter(); writer.init(null); writer.write(response, writer, request, result);
Debug
Known issues
breakingVelocity templates can execute arbitrary Java code; ensure templates are trusted.
fix
Restrict template sources and avoid user-provided templates.
affects: *
Upgrade
Version history
8.11.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
solr-velocity — mvn dependency:get solr-velocity · libregistry