org.apache.lucene.analysis
Class MockUTF16TermAttributeImpl
java.lang.Object
   org.apache.lucene.util.AttributeImpl
org.apache.lucene.util.AttributeImpl
       org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
           org.apache.lucene.analysis.MockUTF16TermAttributeImpl
org.apache.lucene.analysis.MockUTF16TermAttributeImpl
- All Implemented Interfaces: 
- Appendable, CharSequence, Cloneable, CharTermAttribute, TermToBytesRefAttribute, Attribute
- public class MockUTF16TermAttributeImpl 
- extends CharTermAttributeImpl
Extension of CharTermAttributeImpl that encodes the term
 text as UTF-16 bytes instead of as UTF-8 bytes.
 
 
| Methods inherited from class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl | 
| append, append, append, append, append, append, buffer, charAt, clear, clone, copyBuffer, copyTo, equals, getBytesRef, hashCode, length, reflectWith, resizeBuffer, setEmpty, setLength, subSequence, toString | 
 
 
 
MockUTF16TermAttributeImpl
public MockUTF16TermAttributeImpl()
fillBytesRef
public int fillBytesRef()
- 
- Specified by:
- fillBytesRefin interface- TermToBytesRefAttribute
- Overrides:
- fillBytesRefin class- CharTermAttributeImpl
 
- 
 
          Copyright © 2000-2013 Apache Software Foundation.  All Rights Reserved.