| NumericPayloadTokenFilter | Assigns a payload to a token based on the org.apache.lucene.analysis.Token#type() | code | html |
| PayloadHelper | code | html | |
| TokenOffsetPayloadTokenFilter | Adds the org.apache.lucene.analysis.Token#setStartOffset(int) and org.apache.lucene.analysis.Token#setEndOffset(int) First 4 bytes are the start | code | html |
| TypeAsPayloadTokenFilter | Makes the org.apache.lucene.analysis.Token#type() a payload. | code | html |