org.apache.lucene.facet.example.adaptive
Class AdaptiveMain
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdaptiveMain
public AdaptiveMain()
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.