X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zookeeper%2Fsolr%2Fcollection1%2Fconf%2Fvelocity%2Fsuggest.vm;fp=zookeeper%2Fsolr%2Fcollection1%2Fconf%2Fvelocity%2Fsuggest.vm;h=dae6b830d282358635274eaa8bca84fa4cb9e75d;hb=df39a9c5d2f4247b0682f2c6cf0d64b22edfaadd;hp=0000000000000000000000000000000000000000;hpb=8373b5d73c5a09872b07edb5c23b76a7f07fd055;p=lui-solr.git diff --git a/zookeeper/solr/collection1/conf/velocity/suggest.vm b/zookeeper/solr/collection1/conf/velocity/suggest.vm new file mode 100644 index 0000000..dae6b83 --- /dev/null +++ b/zookeeper/solr/collection1/conf/velocity/suggest.vm @@ -0,0 +1,8 @@ +#** + * Provides cynamic spelling suggestions + * as you type in the search form + *# + +#foreach($t in $response.response.terms.name) + $t.key +#end