我想在一个特定的领域分面。该字段定义为
<field name="specials_de" type="textgen" indexed="true" stored="true" multiValued="true"/>
specials_de 中的两个值是“Cunard Hamburg Specials”和“Cunard the New Yorker”。我想将这两个值用作构面,但是 solr 查询返回的构面字段的值如下
<int name="cunard">11</int>
<int name="new">9</int>
<int name="yorker">9</int>
<int name="hamburg">5</int>
<int name="hamburgspecialscunard">3</int>
<int name="hamburgspecials">2</int>
我究竟做错了什么?
澄清一下:我不是指计数(11、9 等),而是指名称,即“cunard”、“new”等。