Class NRTSuggester.PayLoadProcessor

java.lang.Object
org.apache.lucene.search.suggest.document.NRTSuggester.PayLoadProcessor
Enclosing class:
NRTSuggester

static final class NRTSuggester.PayLoadProcessor extends Object
Helper to encode/decode payload (surface + PAYLOAD_SEP + docID) output
  • Field Details

    • MAX_DOC_ID_LEN_WITH_SEP

      private static final int MAX_DOC_ID_LEN_WITH_SEP
      See Also:
  • Constructor Details

    • PayLoadProcessor

      PayLoadProcessor()
  • Method Details