Zookeeper setup
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / join_doc.vm
diff --git a/zookeeper/solr/collection1/conf/velocity/join_doc.vm b/zookeeper/solr/collection1/conf/velocity/join_doc.vm
new file mode 100644 (file)
index 0000000..9956012
--- /dev/null
@@ -0,0 +1,20 @@
+#**
+ *  Display documents that are joined to other documents
+ *#
+
+<div class="result-title">
+  <b>#field('compName_s')</b>
+</div>
+
+<div>
+  Id: #field('id')
+  (company-details document for
+    <a href="http://wiki.apache.org/solr/Join" target="_new">join</a>
+  )
+</div>
+
+<div>
+  Address: #field('address_s')
+</div>
+
+#parse('debug.vm')