[interchange-docs] xmldocs - racke modified guides/search.xml

docs at icdevgroup.org docs at icdevgroup.org
Tue Aug 15 04:38:54 EDT 2006


User:      racke
Date:      2006-08-15 08:38:53 GMT
Modified:  guides   search.xml
Log:
renamed first example section and add examples with properties

Revision  Changes    Path
1.14      +10 -2     xmldocs/guides/search.xml


rev 1.14, prev_rev 1.13
Index: search.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/search.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- search.xml	14 Aug 2006 14:57:56 -0000	1.13
+++ search.xml	15 Aug 2006 08:38:53 -0000	1.14
@@ -114,7 +114,7 @@
 See &glos-time; for possible format strings.
 </para>
 <section>
-<title>Commandline Examples</title>
+<title>Search Examples</title>
 <para>
 Simple search for the term Swish:
 <programlisting>
@@ -122,7 +122,15 @@
 </programlisting>
 Same search with specifying the index file:
 <programlisting>
-swish-e -w Swish -f db/mailinglists
+swish-e -w Swish -f db/xmldocs
+</programlisting>
+You can include properties in the output:
+<programlisting>
+swish-e -w Swish -f db/xmldocs -p purpose
+</programlisting>
+Or search within a property:
+<programlisting>
+swish-e -w purpose=LWP -f db/xmldocs
 </programlisting>
 </para>
 </section>








More information about the docs mailing list