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.
关于创建从属设备时应覆盖哪些属性,文档令人困惑。看来这customRanking是 Algolia 建议覆盖的唯一字段。所有其他属性将在创建从属时从主索引复制。
customRanking
attributesForFaceting和怎么样attributesToIndex?从属需要显式设置它们还是默认从父级继承?
attributesForFaceting
attributesToIndex
当您附加/创建一个新的从站时,它将自动继承主索引的所有设置。但是,您可以自由地以您想要的方式更新从站设置。
使用从属的常见用例是处理“排序依据”的情况,因为排序顺序是在索引时静态定义的(因此每次排序需要 1 个从属)。为此,您可以将要用于对记录进行排序的数字属性放在排名公式的顶部(在所有其他条件之上)。