Package org.apache.lucene.facet.example.simple

Simple faceted indexing and search sample

See:
          Description

Class Summary
SimpleIndexer Sample indexer creates an index, and adds to it sample documents and facets.
SimpleMain Driver for the simple sample.
SimpleSearcher SampleSearcer searches index with facets.
SimpleUtils Some definitions for the Simple Sample.
 

Package org.apache.lucene.facet.example.simple Description

Simple faceted indexing and search sample

A simple faceted example, showing how to:
  1. Create an index.
  2. Add documents with facets to the index.
  3. Search the index.
For more complex examples see the other sample code packages.



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.