org.hibernate.search.metadata
Interface FieldContributor

All Known Subinterfaces:
IndexedTypeDescriptor, PropertyDescriptor
All Known Implementing Classes:
IndexedTypeDescriptorForUnindexedType, IndexedTypeDescriptorImpl, PropertyDescriptorImpl

public interface FieldContributor

Author:
Hardy Ferentschik

Method Summary
 Set<FieldDescriptor> getIndexedFields()
           
 

Method Detail

getIndexedFields

Set<FieldDescriptor> getIndexedFields()
Returns:
a set of FieldDescriptors for the fields contributed by this element


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