boluor opened a new pull request, #3827:
URL: https://github.com/apache/doris-website/pull/3827

   ## Summary
   
   Doc page (4.x): \`table-design/index/inverted-index/overview.md\` (EN + ZH).
   
   Two small adjustments:
   
   1. **Quick start CREATE TABLE**: add \`PROPERTIES (\"replication_num\" = 
\"1\")\` to the \`docs\` create. Without it the default replication number (3) 
makes the create fail on a single-BE cluster, and any auto-inject mechanism 
that tries to fix it up risks landing the property *inside* the INVERTED 
index's PROPERTIES block by mistake (\"Invalid INVERTED index property key: 
replication_num\"). Specifying it at the table-level removes that ambiguity.
   
   2. **Forward-reference note on the early operator illustrations**: the early 
\`MATCH_PHRASE\` / \`MATCH_PHRASE_PREFIX\` examples reference the \`docs\` 
table that is defined later in the Quick start section. Add a one-clause prose 
note above the block (\"the \`docs\` table referenced here is the one created 
in the Quick start section below\") so readers know where to find the 
definition. The block stays \`\`\`\`sql\`\`\`\` — these are real, valid SELECT 
statements; the verifier should learn to follow forward references rather than 
the doc accommodating the verifier's linear scan.
   
   No example removed. No fence downgrades.
   
   ## Related (out of scope for this PR)
   
   - \`runtime-filter.md\` (query-acceleration) — conceptual reference page 
using TPC-H scale; left alone, recorded in `doris-verify/ISSUES.md` as a tool 
follow-up.
   - \`behind-index.md\` (vector-index) — uses literal \`[...]\` vector 
placeholders to teach query syntax; left alone, recorded as the same tool 
follow-up.
   
   ## Verification
   
   The full Quick start \`CREATE TABLE\` + the following \`SELECT … MATCH_*\` 
statements run cleanly on Apache Doris 4.1.1 with the new \`replication_num = 
1\` setting.
   
   ## Test plan
   
   - [x] CREATE TABLE docs succeeds on a single-BE cluster.
   - [x] The four Step 2 SELECTs parse and execute against the (empty) \`docs\` 
table.
   - [x] EN and ZH parallel-edited.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to