fix issue with empty suggest item - it was the count of all objects that do _not_ have a term (facet.missing) in the text field. ultimately the request made to Solr should not request for missing values on suggest lookups

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-26 02:51:55 +00:00
parent e847eac1c0
commit 69b9438a44
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
<ul class="cookies">
<%
@values.each do |value|
%>
if value[1] > 0
-%>
<li class="cookie"><span class="informal">&nbsp;</span><%=value[0]%><span class="informal"> (<%=value[1]%>)<br/></span></li>
<%
end
end
%>
-%>
</ul>