org.apache.lucene.facet.example.multiCL
Class MultiCLMain

java.lang.Object
  extended by org.apache.lucene.facet.example.multiCL.MultiCLMain

public class MultiCLMain
extends Object

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

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

Constructor Detail

MultiCLMain

public MultiCLMain()
Method Detail

main

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

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

runSample

public ExampleResult runSample()
                        throws Exception
Throws:
Exception


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