Uses of Class
org.apache.lucene.index.Payload
-
Packages that use Payload Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.payloads Provides various convenience classes for creating payloads on Tokens.org.apache.lucene.analysis.tokenattributes UsefulAttributes for text analysis.org.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
-
Uses of Payload in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis that return Payload Modifier and Type Method Description PayloadToken. getPayload()Returns this Token's payload.Methods in org.apache.lucene.analysis with parameters of type Payload Modifier and Type Method Description voidToken. setPayload(Payload payload)Sets this Token's payload. -
Uses of Payload in org.apache.lucene.analysis.payloads
Methods in org.apache.lucene.analysis.payloads that return Payload Modifier and Type Method Description PayloadAbstractEncoder. encode(char[] buffer)PayloadFloatEncoder. encode(char[] buffer, int offset, int length)PayloadIdentityEncoder. encode(char[] buffer, int offset, int length)PayloadIntegerEncoder. encode(char[] buffer, int offset, int length)PayloadPayloadEncoder. encode(char[] buffer)PayloadPayloadEncoder. encode(char[] buffer, int offset, int length)Convert a char array to aPayload -
Uses of Payload in org.apache.lucene.analysis.tokenattributes
Methods in org.apache.lucene.analysis.tokenattributes that return Payload Modifier and Type Method Description PayloadPayloadAttribute. getPayload()Returns this Token's payload.PayloadPayloadAttributeImpl. getPayload()Returns this Token's payload.Methods in org.apache.lucene.analysis.tokenattributes with parameters of type Payload Modifier and Type Method Description voidPayloadAttribute. setPayload(Payload payload)Sets this Token's payload.voidPayloadAttributeImpl. setPayload(Payload payload)Sets this Token's payload.Constructors in org.apache.lucene.analysis.tokenattributes with parameters of type Payload Constructor Description PayloadAttributeImpl(Payload payload)Initialize this attribute with the given payload. -
Uses of Payload in org.apache.lucene.facet.index.streaming
Fields in org.apache.lucene.facet.index.streaming declared as Payload Modifier and Type Field Description protected PayloadCategoryTokenizerBase. payloadThe object used for constructing payloads.
-