org.hibernate.search.engine.impl
Class FieldMetadata

java.lang.Object
  extended by org.hibernate.search.engine.impl.FieldMetadata

public class FieldMetadata
extends Object

Encapsulating the metadata for a single @Field annotation.

Author:
Hardy Ferentschik

Constructor Summary
FieldMetadata(String prefix, org.hibernate.annotations.common.reflection.XProperty member, Field fieldAnn, NumericField numericFieldAnn, Spatial spatialAnn, ConfigContext context, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
           
 
Method Summary
 void appendToPropertiesMetadata(AbstractDocumentBuilder.PropertiesMetadata propertiesMetadata)
           
 org.apache.lucene.analysis.Analyzer getAnalyzer()
           
 String getFieldName()
           
 org.apache.lucene.document.Field.Index getIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMetadata

public FieldMetadata(String prefix,
                     org.hibernate.annotations.common.reflection.XProperty member,
                     Field fieldAnn,
                     NumericField numericFieldAnn,
                     Spatial spatialAnn,
                     ConfigContext context,
                     org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
Method Detail

getFieldName

public String getFieldName()

getIndex

public org.apache.lucene.document.Field.Index getIndex()

getAnalyzer

public org.apache.lucene.analysis.Analyzer getAnalyzer()

appendToPropertiesMetadata

public void appendToPropertiesMetadata(AbstractDocumentBuilder.PropertiesMetadata propertiesMetadata)


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved