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
Encode a character array Integer as a BytesRef.

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

  • Constructor Details

    • IntegerEncoder

      public IntegerEncoder()
  • Method Details