|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.analysis.payloads.AbstractEncoder
org.apache.lucene.analysis.payloads.IntegerEncoder
public class IntegerEncoder
Encode a character array Integer as a Payload.
PayloadHelper.encodeInt(int, byte[], int).
| Constructor Summary | |
|---|---|
IntegerEncoder()
|
|
| Method Summary | |
|---|---|
org.apache.lucene.index.Payload |
encode(char[] buffer,
int offset,
int length)
Convert a char array to a Payload |
| Methods inherited from class org.apache.lucene.analysis.payloads.AbstractEncoder |
|---|
encode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.lucene.analysis.payloads.PayloadEncoder |
|---|
encode |
| Constructor Detail |
|---|
public IntegerEncoder()
| Method Detail |
|---|
public org.apache.lucene.index.Payload encode(char[] buffer,
int offset,
int length)
PayloadEncoderPayload
encode in interface PayloadEncoderPayload
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||