OracleFunctionalAnalysis: sld028.htm

File sld028.htm, 2.5 KB (added by jwillenborg, 16 years ago)
Line 
1<html><head>
2<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
3<!--  Presentation generated by Internet Assistant for Microsoft PowerPoint 97 -->
4
5
6
7
8<meta name="GENERATOR" content="Microsoft Internet Assistant for Microsoft PowerPoint 97">
9 <title>XML-Informationssysteme</title> 
10</head><body>
11
12<center>
13<table width="100%"> 
14     <tbody><tr> <td align="center" width="100%">
15         <a href="sld001.htm"><img src="sld028_files/first.gif" alt="Anfang" border="0"></a>
16         <a href="sld027.htm"><img src="sld028_files/prev.gif" alt="Zurück" border="0"></a>
17         <a href="sld029.htm"><img src="sld028_files/next.gif" alt="Weiter " border="0"></a>
18         <a href="sld035.htm"><img src="sld028_files/last.gif" alt="Ende" border="0"></a>
19         <img src="sld028_files/space.gif" border="0">
20         <a href="index.htm"><img src="sld028_files/info.gif" alt="Index " border="0"></a>
21         <a href="http://www.josef-willenborg.de/"><img src="sld028_files/home.gif" alt="Homepage" border="0"></a>
22         <a href="tsld028.htm"><img src="sld028_files/text.gif" alt="Text " border="0"></a>
23     </td> </tr>
24     <tr> <td align="center" width="100%">
25         <img src="sld028_files/img028.gif" usemap="#Objmap" border="0" height="1024" width="1280">
26     </td> </tr>
27</tbody></table>
28<p>Folie 28 von 35</p>
29</center>
30<!-- <UL>
31Anfragebeispiele (1)</UL></P>
32<P><UL>
33<LI> Welche Dokumente enthalten Zeichenfolgen, die mit sing beginnen?
34<UL>
35<LI> sing%
36<LI>
37</UL></UL><UL>
38<LI> Welche Dokumente enthalten die Zeichenfolge "dog", gefolgt von "cat", gefolgt von "mouse" in einem Wortabstand von höchstens 3 Worten ?
39<UL>
40<LI> near((dog, cat, mouse), 3, true)
41</UL></UL><UL>
42<LI>
43</UL><UL>
44<LI> Welche Dokumente enthalten phonetisch ähnliche Worte wie "Smith" ? Ergebnis: smit, smythe
45<UL>
46<LI> ! smith
47</UL></UL><UL>
48<LI> Welche Dokumente enthalten ähnlich geschriebene Worte wie "cat" ? Ergebnis: cats, calc, case
49<UL>
50<LI> ? cat
51</UL></UL><UL>
52<LI> Welche Dokumente enthalten Vollformen von "buy" ? Ergebnis: buys, bought aber nicht: buyer
53<UL>
54<LI> $ buy
55<LI>
56</UL></UL><UL>
57<LI>Welche Dokumente enthalten im Wert des Attributs "title" die Zeichenfolge "dog" ?
58<UL>
59<LI> dog within title
60</UL></UL><UL>
61<LI> Welche Dokumente enthalten im Wert des Attributs "surname" innerhalb des attributs "author" die Zeichenfolge "Salton" ?
62<UL>
63<LI> (salton within surname) within author</UL></UL></P>
64<P><UL>
65<H2>XML-Informationssysteme</H2>
66</UL></P>
67<P>  -->
68</body></html>