org.apache.lucene.analysis.ja.tokenAttributes
Interface ReadingsAttribute

All Superinterfaces:
org.apache.lucene.util.Attribute
All Known Implementing Classes:
ReadingsAttributeImpl

public interface ReadingsAttribute
extends org.apache.lucene.util.Attribute


Method Summary
 List<String> getReadings()
           
 void setMorpheme(Morpheme morpheme)
           
 

Method Detail

getReadings

List<String> getReadings()

setMorpheme

void setMorpheme(Morpheme morpheme)


Copyright © 2012. All Rights Reserved.