Solr 如何在hybris中为类型facet(itemtype)创建boost规则?

Solr 如何在hybris中为类型facet(itemtype)创建boost规则?,solr,hybris,Solr,Hybris,有人能帮我创建facet类型的boost规则吗。要为索引字段(Facets..)配置boost值规则,您必须更改ConfigurableSolrIndexedProperty,因此您可以通过类似以下的impex来实现: INSERT_UPDATE ConfigurableSolrIndexedProperty;solrIndexedType(identifier)[unique=true] ;name[unique=true];boostValue

有人能帮我创建facet类型的boost规则吗。

要为索引字段(Facets..)配置boost值规则,您必须更改
ConfigurableSolrIndexedProperty
,因此您可以通过类似以下的impex来实现:

INSERT_UPDATE ConfigurableSolrIndexedProperty;solrIndexedType(identifier)[unique=true] ;name[unique=true];boostValue
                                             ;myIndexedType        ;myfieldName             ; 80

举例说明你的意思会很有帮助。我想先展示产品,然后再展示配方。如何实现。这个解决方案不适用于hybris 6.3版,你能帮忙吗?