Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够从 <#if> 标记内结束页面的呈现。
我知道 <#stop> 标记,但我不想为了让页面停止呈现而抛出异常。
这是一个肮脏的技巧:将模板的全部内容放入宏中,然后立即调用该宏。您可以在宏内部使用<#return>.
<#return>
这是我遇到的错误
NoMethodError:Sunspot::Search::StandardSearch 的未定义方法“组”:
我有太阳黑子版本 1.2.1 和 solr 版本 3.6。我还通过修改 url 使用安装在我的服务器上的 solr 版本测试了分组功能,它的工作就像轻而易举。
然而,它与我拥有的当前太阳黑子