Uses of Class
org.apache.lucene.index.Payload

Packages that use Payload
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.analysis.tokenattributes   
 

Uses of Payload in org.apache.lucene.analysis
 

Methods in org.apache.lucene.analysis that return Payload
 Payload Token.getPayload()
          Returns this Token's payload.
 

Methods in org.apache.lucene.analysis with parameters of type Payload
 void Token.setPayload(Payload payload)
          Sets this Token's payload.
 

Uses of Payload in org.apache.lucene.analysis.tokenattributes
 

Methods in org.apache.lucene.analysis.tokenattributes that return Payload
 Payload PayloadAttributeImpl.getPayload()
          Returns this Token's payload.
 Payload PayloadAttribute.getPayload()
          Returns this Token's payload.
 

Methods in org.apache.lucene.analysis.tokenattributes with parameters of type Payload
 void PayloadAttributeImpl.setPayload(Payload payload)
          Sets this Token's payload.
 void PayloadAttribute.setPayload(Payload payload)
          Sets this Token's payload.
 

Constructors in org.apache.lucene.analysis.tokenattributes with parameters of type Payload
PayloadAttributeImpl(Payload payload)
          Initialize this attribute with the given payload.
 



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