org.hibernate.search.engine.metadata.impl
Class PropertyMetadata.Builder

java.lang.Object
  extended by org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
Enclosing class:
PropertyMetadata

public static class PropertyMetadata.Builder
extends Object


Constructor Summary
PropertyMetadata.Builder(org.hibernate.annotations.common.reflection.XProperty propertyAccessor)
           
 
Method Summary
 PropertyMetadata.Builder addDocumentField(DocumentFieldMetadata documentFieldMetadata)
           
 PropertyMetadata build()
           
 PropertyMetadata.Builder dynamicBoostStrategy(BoostStrategy boostStrategy)
           
 org.hibernate.annotations.common.reflection.XProperty getPropertyAccessor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMetadata.Builder

public PropertyMetadata.Builder(org.hibernate.annotations.common.reflection.XProperty propertyAccessor)
Method Detail

dynamicBoostStrategy

public PropertyMetadata.Builder dynamicBoostStrategy(BoostStrategy boostStrategy)

addDocumentField

public PropertyMetadata.Builder addDocumentField(DocumentFieldMetadata documentFieldMetadata)

getPropertyAccessor

public org.hibernate.annotations.common.reflection.XProperty getPropertyAccessor()

build

public PropertyMetadata build()


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