org.apache.lucene.facet.example.simple
Class SimpleMain

java.lang.Object
  extended by org.apache.lucene.facet.example.simple.SimpleMain

public class SimpleMain
extends Object

Driver for the simple sample.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
SimpleMain()
           
 
Method Summary
static void main(String[] args)
          Driver for the simple sample.
 ExampleResult runDrillDown()
           
 ExampleResult runSimple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMain

public SimpleMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Driver for the simple sample.

Throws:
Exception - on error (no detailed exception handling here for sample simplicity

runSimple

public ExampleResult runSimple()
                        throws Exception
Throws:
Exception

runDrillDown

public ExampleResult runDrillDown()
                           throws Exception
Throws:
Exception


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