lucene/xdocs/applications.xml

39 lines
1.0 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<author email="husted@apache.org">Ted Husted</author>
<title>Applications - Jakarta Lucene</title>
</properties>
<body>
<section name="APPLICATIONS">
<h3>Lucene can be used for a wide range of applications</h3>
</section>
<section name="Example Applications">
<p>Lucene is designed to be used in a wide range of applications--from small,
desktop applications with a few hundred documents, to large internet server-based
applications with a few million documents.</p>
<h4>Searchable E-Mail</h4>
<ul>
<li>Search large e-mail archives instantly; update index as new messages
arrive.<br/></li>
</ul>
<h4>CD-ROM-based Online Documentation Search</h4>
<ul>
<li>Search large publications quickly with platform-independent system.<br/></li>
</ul>
<h4>Search Previously-Visited Web Pages</h4>
<ul>
<li>Relocate a page seen weeks or months ago.<br/></li>
</ul>
<h4>Web Site Searching</h4>
<ul>
<li>Let users search all the pages on your website.<br/></li>
</ul>
</section>
</body>
</document>