eldenmoon opened a new pull request, #4146: URL: https://github.com/apache/doris-website/pull/4146
Documents the `norms` inverted index property added by apache/doris#68039. - `docs/table-design/index/inverted-index/scoring.md`: where `|d|` comes from, the one byte per row per indexed field cost, the per-index `norms` property with its defaults, and what scoring does when an index has no norms. - `docs/sql-manual/basic-element/sql-data-types/semi-structured/VARIANT.md`: a tokenized index on a VARIANT path writes no norms by default, the reason (one index per path, so `rows x paths` bytes), the effect on `score()`, and how to opt back in with `"norms" = "true"`. Chinese pages updated alongside. Dev docs only: the property exists on master, so `versioned_docs/version-4.x` and older are intentionally untouched. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
