org.compass.core.lucene.engine.all
Class AllBoostUtils
java.lang.Object
org.compass.core.lucene.engine.all.AllBoostUtils
public class AllBoostUtils
- extends Object
Utility to write float into and from byte array.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_7BIT
public static final int _7BIT
- See Also:
- Constant Field Values
_6BIT
public static final int _6BIT
- See Also:
- Constant Field Values
_5BIT
public static final int _5BIT
- See Also:
- Constant Field Values
_4BIT
public static final int _4BIT
- See Also:
- Constant Field Values
BITN7
public static final int BITN7
- See Also:
- Constant Field Values
BITN8
public static final int BITN8
- See Also:
- Constant Field Values
FORBYTES
public static final int FORBYTES
- See Also:
- Constant Field Values
_8_7_BIT
public static final int _8_7_BIT
- See Also:
- Constant Field Values
_8_7_6_BIT
public static final int _8_7_6_BIT
- See Also:
- Constant Field Values
_SECOND_WORD
public static final int _SECOND_WORD
- See Also:
- Constant Field Values
_FULLY
public static final int _FULLY
- See Also:
- Constant Field Values
_MAX_LEN
public static final int _MAX_LEN
- See Also:
- Constant Field Values
readFloat
public static float readFloat(byte[] content)
writeFloat
public static Payload writeFloat(float data)
readInt
public static int readInt(byte[] content)
writeInt
public static Payload writeInt(int data)
Copyright (c) 2004-2008 The Compass Project.