org.apache.lucene.analysis.payloads
Class IntegerEncoder

java.lang.Object
  extended by org.apache.lucene.analysis.payloads.AbstractEncoder
      extended by org.apache.lucene.analysis.payloads.IntegerEncoder
All Implemented Interfaces:
PayloadEncoder

public class IntegerEncoder
extends AbstractEncoder
implements PayloadEncoder

Encode a character array Integer as a BytesRef.

See PayloadHelper.encodeInt(int, byte[], int).


Constructor Summary
IntegerEncoder()
           
 
Method Summary
 BytesRef encode(char[] buffer, int offset, int length)
          Convert a char array to a BytesRef
 
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

IntegerEncoder

public IntegerEncoder()
Method Detail

encode

public BytesRef encode(char[] buffer,
                       int offset,
                       int length)
Description copied from interface: PayloadEncoder
Convert a char array to a BytesRef

Specified by:
encode in interface PayloadEncoder
Returns:
encoded BytesRef


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.