org.apache.lucene.facet.example.adaptive
Class AdaptiveMain

java.lang.Object
  extended by org.apache.lucene.facet.example.adaptive.AdaptiveMain

public class AdaptiveMain
extends Object

Driver for the adaptive sample, using the AdaptiveFacetsAccumulator. Indexing is the same as in SimpleSearcher

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

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

Constructor Detail

AdaptiveMain

public AdaptiveMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Driver for the adaptive 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.