This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
presis/revealjs/suchmaschine/1-index.md
Simon Bruder 27167ddb4f
All checks were successful
continuous-integration/drone/push Build is passing
[suchmaschine] make notes for index usable
2019-05-01 19:04:50 +00:00

29 lines
660 B
Markdown

background-image="img/library.jpg"
# Index
---
background-image="img/library.jpg"
## Zweck
<notes>
* Internet als Ganzes ist schlecht durchsuchbar
* Gibt kein „Telefonbuch“
* Index übernimmt diese Aufgabe
* Suche im Index durch relativ™ kompakte Größe relativ™ schnell
</notes>
---
background-image="img/library.jpg"
## Aufbau
<notes>
* Zu jeder Seite: Ausschließlich der Textinhalt ohne Formatierungen etc.
* Bei Suchanfrage: abgeglichen, auf welcher Seiten wie oft gesuchtes Stichwort
vorkommt
* Zusätzlich Sortierung nach Popularität (z.B. Anzahl Links auf die Seite)
* Jetzt: Informationen in den Index → Crawler
</notes>