Індексація (Пошук)
Процес створення 'карти' всіх слів в інтернеті.
🌐 Терміни іншими мовами:
Search indexing is the process of creating a massive 'map' of the web. Instead of searching every page on the live internet when you type a query (which would take days), a search engine searches its 'Index'—a pre-processed database where every word ever found on the web is linked to the pages it appeared on.
graph LR
Center["Індексація (Пошук)"]:::main
Rel_keyword_research["keyword-research"]:::related -.-> Center
click Rel_keyword_research "/terms/keyword-research"
Rel_knowledge_retrieval["knowledge-retrieval"]:::related -.-> Center
click Rel_knowledge_retrieval "/terms/knowledge-retrieval"
Rel_consensus_mechanism["consensus-mechanism"]:::related -.-> Center
click Rel_consensus_mechanism "/terms/consensus-mechanism"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Перевірка знань
1 / 1
🧒 Простими словами
Індексація — це як покажчик у кінці підручника. Замість того, щоб гортати всі 500 сторінок у пошуках слова 'Марс', ти дивишся в кінець, бачиш, що воно на 42-й сторінці, і одразу йдеш туди. Індексація робить це для кожної сторінки в мережі.
🤓 Expert Deep Dive
Використовує 'інвертований індекс'. Також включає 'стемінг' (зведення слів до основи, наприклад 'бігти' і 'біг' — це одне слово для пошуку).