org.apache.lucene.analysis.payloads
Class FloatEncoder
java.lang.Object
  
org.apache.lucene.analysis.payloads.AbstractEncoder
      
org.apache.lucene.analysis.payloads.FloatEncoder
- All Implemented Interfaces: 
 - PayloadEncoder
 
public class FloatEncoder
- extends AbstractEncoder
- implements PayloadEncoder
  
Encode a character array Float as a BytesRef.
 
- See Also:
 PayloadHelper.encodeFloat(float, byte[], int)
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
FloatEncoder
public FloatEncoder()
encode
public BytesRef encode(char[] buffer,
                       int offset,
                       int length)
- Description copied from interface: 
PayloadEncoder 
- Convert a char array to a 
BytesRef
- Specified by:
 encode in interface PayloadEncoder
 
- Returns:
 - encoded 
BytesRef 
 
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.