SOLR-3029: adjust /browse did-you-mean output to new collation response format

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2014-08-12 21:46:06 +00:00
parent ac3a405781
commit a644d9d073
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Hyperlinked spelling suggestions in results list
*#
#set($collations = $response.response.spellcheck.suggestions.getAll("collation"))
#set($collations = $response.response.spellcheck.collations.getAll("collation"))
#if($collations.size() > 0)
Did you mean
#foreach($collation in $collations)