org.apache.lucene.analysis.payloads
Class IntegerEncoder
java.lang.Object
org.apache.lucene.analysis.payloads.AbstractEncoder
org.apache.lucene.analysis.payloads.IntegerEncoder
- All Implemented Interfaces:
- PayloadEncoder
public class IntegerEncoder
- extends AbstractEncoder
- implements PayloadEncoder
Encode a character array Integer as a Payload
.
See PayloadHelper.encodeInt(int, byte[], int)
.
Method Summary |
Payload |
encode(char[] buffer,
int offset,
int length)
Convert a char array to a Payload |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerEncoder
public IntegerEncoder()
encode
public Payload encode(char[] buffer,
int offset,
int length)
- Description copied from interface:
PayloadEncoder
- Convert a char array to a
Payload
- Specified by:
encode
in interface PayloadEncoder
- Returns:
- encoded
Payload