org.apache.lucene.facet.example
Class ExampleUtils

java.lang.Object
  extended by org.apache.lucene.facet.example.ExampleUtils

public class ExampleUtils
extends Object

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

Field Summary
static org.apache.lucene.util.Version EXAMPLE_VER
          The Lucene Version used by the example code.
static boolean VERBOSE
           
 
Constructor Summary
ExampleUtils()
           
 
Method Summary
static void log(Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

public static final boolean VERBOSE

EXAMPLE_VER

public static final org.apache.lucene.util.Version EXAMPLE_VER
The Lucene Version used by the example code.

Constructor Detail

ExampleUtils

public ExampleUtils()
Method Detail

log

public static void log(Object msg)


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