it.unimi.dsi.mg4j.index
Class SkipIndexProperties

java.lang.Object
  extended byit.unimi.dsi.mg4j.index.IndexProperties
      extended byit.unimi.dsi.mg4j.index.SkipIndexProperties

public class SkipIndexProperties
extends IndexProperties

This class provides symbolic names for properties of a SkipIndex.

Since:
0.6
Author:
Paolo Boldi
See Also:
SkipIndexWriter, SkipIndexReader, SkipIndex

Field Summary
static String SKIPHEIGHT
          The skip height.
static String SKIPQUANTUM
          The skip quantum.
 
Fields inherited from class it.unimi.dsi.mg4j.index.IndexProperties
COMPRESSIONFLAGS, DOCUMENTS, INDEXCLASS, ISCASESENSITIVE, MAXDOCPOS, TERMS
 
Constructor Summary
protected SkipIndexProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKIPQUANTUM

public static final String SKIPQUANTUM
The skip quantum.

See Also:
Constant Field Values

SKIPHEIGHT

public static final String SKIPHEIGHT
The skip height.

See Also:
Constant Field Values
Constructor Detail

SkipIndexProperties

protected SkipIndexProperties()