feat(search): add document path-prefix filter - #253
Merged
Conversation
doc検索の母集合を既存リポジトリ内のdirectory prefixで隔離する。dense・sparse・scanへ同じ境界を候補生成前に適用し、入力契約・不成立probe・bridge schema・英日文書を同期した。
lipluscodex
commented
Sep 7, 2026
lipluscodex
left a comment
Member
Author
There was a problem hiding this comment.
Self-review: PASS
受け入れ条件: doc専用の入力validation、dense / sparse / scanで同じpath母集合をranking前に選ぶ実装、scan候補枯れ回帰、filters_unmatched probe、Vectorize 10枠移行手順、Worker / bridge schemaと英日要件文書の同期を確認した。通常309件、Workers 73件、bridge 13件、TypeScript、schema drift、GitHub CIはいずれも成功。
Scope deviations: なし。doc_path probeを支えるD1 index migrationはIssue本文へ反映済み。
Next: auto modeのmergeable stateを確認し、squash mergeへ進む。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #252
文書検索へ path_prefix を追加し、dense・sparse・scan の候補母集合を同じ repository-relative directory に限定する。入力境界、filter不成立probe、metadata index移行、bridge schema、英日要件文書まで同期する。