Lucene是apache软件基金会[4] jakarta项目组的一个子项目
源代码在线查看: constants.html
Constants (Lucene 2.1.0 API)
function windowTitle()
{
parent.document.title="Constants (Lucene 2.1.0 API)";
}
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
if(window==top) {
document.writeln('All Classes');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.benchmark
Class Constants
java.lang.Object
org.apache.lucene.benchmark.Constants
public class Constantsextends Object
Field Summary
static Boolean[]
BOOLEANS
static int
DEFAULT_LOG_STEP
static int
DEFAULT_MAXIMUM_DOCUMENTS
static int
DEFAULT_RUN_COUNT
static int
DEFAULT_SCALE_UP
Constructor Summary
Constants()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
DEFAULT_RUN_COUNT
public static final int DEFAULT_RUN_COUNT
See Also:Constant Field Values
DEFAULT_SCALE_UP
public static final int DEFAULT_SCALE_UP
See Also:Constant Field Values
DEFAULT_LOG_STEP
public static final int DEFAULT_LOG_STEP
See Also:Constant Field Values
BOOLEANS
public static Boolean[] BOOLEANS
DEFAULT_MAXIMUM_DOCUMENTS
public static final int DEFAULT_MAXIMUM_DOCUMENTS
See Also:Constant Field Values
Constructor Detail
Constants
public Constants()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
if(window==top) {
document.writeln('All Classes');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.