[suchmaschine] make notes for index usable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f36318b158
commit
27167ddb4f
|
@ -8,11 +8,10 @@ background-image="img/library.jpg"
|
||||||
## Zweck
|
## Zweck
|
||||||
|
|
||||||
<notes>
|
<notes>
|
||||||
* Im Index: Informationen über Milliarden Seitengespeichert
|
* Internet als Ganzes ist schlecht durchsuchbar
|
||||||
* nur Schlagwörter
|
* Gibt kein „Telefonbuch“
|
||||||
* Wenn bei Google zum beispiel „Kuh“ eingegeben wird, werden alle Dokumente in
|
* Index übernimmt diese Aufgabe
|
||||||
denen das Wort „Kuh“ vorkommt, angezeigt.
|
* Suche im Index durch relativ™ kompakte Größe relativ™ schnell
|
||||||
* Sortierung nach Relevanz und Übereinstimmung
|
|
||||||
</notes>
|
</notes>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -21,8 +20,9 @@ background-image="img/library.jpg"
|
||||||
## Aufbau
|
## Aufbau
|
||||||
|
|
||||||
<notes>
|
<notes>
|
||||||
* Mehrere Dokumente
|
* Zu jeder Seite: Ausschließlich der Textinhalt ohne Formatierungen etc.
|
||||||
* „Kuh“: Dokumente 1,4,8 und 11
|
* Bei Suchanfrage: abgeglichen, auf welcher Seiten wie oft gesuchtes Stichwort
|
||||||
* „Aussehen Kuh“: Diejenigen Dokumente von 1,4,8 und 11 in denen „Aussehen“
|
|
||||||
vorkommt
|
vorkommt
|
||||||
|
* Zusätzlich Sortierung nach Popularität (z.B. Anzahl Links auf die Seite)
|
||||||
|
* Jetzt: Informationen in den Index → Crawler
|
||||||
</notes>
|
</notes>
|
||||||
|
|
Reference in a new issue