mirror of https://github.com/apache/lucene.git
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:
parent
ac3a405781
commit
a644d9d073
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue