--- example/solr-ja/conf/schema.xml.orig 2012-03-31 01:07:12.000000000 +0900 +++ example/solr-ja/conf/schema.xml 2012-04-13 00:51:09.000000000 +0900 @@ -931,7 +931,7 @@ - + --- example/solr-ja/conf/solrconfig.xml.orig 2012-03-31 01:07:12.000000000 +0900 +++ example/solr-ja/conf/solrconfig.xml 2012-04-13 00:51:09.000000000 +0900 @@ -798,6 +798,7 @@ velocity browse + velocity.properties layout Solritas --- example/solr-ja/conf/velocity/head.vm.orig 2011-09-03 23:57:07.000000000 +0900 +++ example/solr-ja/conf/velocity/head.vm 2011-09-05 23:56:41.000000000 +0900 @@ -32,7 +32,7 @@ extraParams:{ 'terms.prefix': function() { return $("\#q").val();}, 'terms.sort': 'count', - 'terms.fl': 'name', + 'terms.fl': 'text', 'wt': 'velocity', 'v.template': 'suggest' } --- example/solr-ja/conf/velocity/suggest.vm.orig 2011-09-03 23:57:07.000000000 +0900 +++ example/solr-ja/conf/velocity/suggest.vm 2011-09-05 23:57:16.000000000 +0900 @@ -1,3 +1,3 @@ -#foreach($t in $response.response.terms.name) +#foreach($t in $response.response.terms.text) $t.key #end \ No newline at end of file