![]() |
Rücksprung zur HomePage/ Back to HomePage |
![]() |
![]() |
Unterabteile des Websites kann man durch die Drop-Down-Liste wählen. | Use the drop-down list to select a specific part of the site. |
Eine kürze Erklärung der Such-Begriffe ist vorhanden, mit Beispiele. | A brief explanation of the query language is available, along with examples. |
![]() ![]() |
![]() ![]() |
The text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. For example:
- information retrieval
finds documents containing both 'information' and 'retrieval'
ergibt Dokumente wo 'information' und 'retrieval' beide vorkommen
- information and retrieval
- same as above
das selbe Ergebnis wie zuvor- information or retrieval
- finds documents containing 'information' or 'retrieval'
ergibt Dokumente mit 'information' oder 'retrieval'- information not retrieval
- finds documents containing 'information' but not 'retrieval'
ergibt Dokumente wo 'information' vorkommt aber nicht 'retrieval'- "information retrieval"
- finds documents containing the exact phrase 'information retrieval'
ergibt Dokumente wo 'information retrieval' zusammen in der selben Reihenfolge vorkommen- web*
- finds documents containing words starting with 'web'
ergibt Dokumente wo Wörter vorkommen die mit 'web' anfangen- (information not retrieval) and WAIS
- finds documents containing 'WAIS', plus 'information' but not 'retrieval'
ergibt Dokumente wo 'WAIS' und information' vorkommen aber nicht 'retrieval'