org.hibernate.search.bridge.builtin
Class LongNumericFieldBridge
java.lang.Object
org.hibernate.search.bridge.builtin.NumericFieldBridge
org.hibernate.search.bridge.builtin.LongNumericFieldBridge
- All Implemented Interfaces:
- FieldBridge, TwoWayFieldBridge
public class LongNumericFieldBridge
- extends NumericFieldBridge
Long numeric field bridge, capable of decoding long values from Field
- Author:
- Gustavo Fernandes
Method Summary |
Object |
get(String name,
org.apache.lucene.document.Document document)
Build the element object from the Document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongNumericFieldBridge
public LongNumericFieldBridge()
get
public Object get(String name,
org.apache.lucene.document.Document document)
- Description copied from interface:
TwoWayFieldBridge
- Build the element object from the
Document
- Parameters:
name
- field namedocument
- document
- Returns:
- The return value is the entity property value.
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved