pylucene 3.5.0-3
[pylucene.git] / lucene-java-3.5.0 / lucene / contrib / facet / src / examples / org / apache / lucene / facet / example / simple / package.html
1 <html>
2   <head>
3     <title>Simple faceted indexing and search sample</title>
4   </head>
5   <body>
6     <h1>Simple faceted indexing and search sample</h1>
7     
8     A simple faceted example, showing how to:
9     <ol>
10       <li>Create an index.</li>
11       <li>Add documents with facets to the index.</li>
12       <li>Search the index.</li>
13     </ol>  
14     
15     For more complex examples see the other sample code packages. 
16   </body>
17 </html>