public final class Ints extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CODEC_NAME |
protected static int |
VERSION_CURRENT |
protected static int |
VERSION_START |
| Modifier and Type | Method and Description |
|---|---|
static DocValues |
getValues(Directory dir,
String id,
int numDocs,
DocValues.Type type,
IOContext context) |
static DocValuesConsumer |
getWriter(Directory dir,
String id,
Counter bytesUsed,
DocValues.Type type,
IOContext context) |
protected static final String CODEC_NAME
protected static final int VERSION_START
protected static final int VERSION_CURRENT
public static DocValuesConsumer getWriter(Directory dir, String id, Counter bytesUsed, DocValues.Type type, IOContext context)
public static DocValues getValues(Directory dir, String id, int numDocs, DocValues.Type type, IOContext context) throws IOException
IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.