org.exist.storage
Class ValueIndexFactory
java.lang.Object
org.exist.storage.ValueIndexFactory
public class ValueIndexFactory
- extends Object
- Author:
- wolf
OFFSET_COLLECTION_ID
public static int OFFSET_COLLECTION_ID
OFFSET_TYPE
public static int OFFSET_TYPE
LENGTH_VALUE_TYPE
public static int LENGTH_VALUE_TYPE
OFFSET_VALUE
public static int OFFSET_VALUE
ValueIndexFactory
public ValueIndexFactory()
deserialize
public static final Indexable deserialize(byte[] data,
int start,
int len)
throws EXistException
- Throws:
EXistException
serialize
public static final byte[] serialize(Indexable value,
int offset)
throws EXistException
- Parameters:
value
- offset
-
- Throws:
EXistException
serialize
public static final byte[] serialize(Indexable value,
int offset,
boolean caseSensitive)
throws EXistException
- Deprecated.
- Parameters:
value
- offset
- caseSensitive
-
- Throws:
EXistException
Copyright (C) Wolfgang Meier. All rights reserved.