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.
data-configでsolr 1.4を使用しています(私は知っています、哀れです:))
<!-- Snippet --> <field column="description" stripHTML="true" stored="false" indexed="false"/>
「説明」データは引き続き「スコア/tf-idf」値の計算に使用されますか?
いいえ。フィールドは、関連性スコアリングで使用できるように、インデックス付き true としてマークする必要があります。すなわちindexed=true
indexed=true
indexed=true|false True - このフィールドを「インデックス化」する必要がある場合。フィールドがインデックス化されている場合に限り、検索可能、ソート可能、およびファセット可能です。