org.hibernate.search.metadata.impl
public class PropertyDescriptorImpl extends Object implements PropertyDescriptor
| Constructor and Description |
|---|
PropertyDescriptorImpl(String name,
boolean id,
Set<FieldDescriptor> fieldDescriptors) |
public PropertyDescriptorImpl(String name, boolean id, Set<FieldDescriptor> fieldDescriptors)
public String getName()
PropertyDescriptorgetName in interface PropertyDescriptorpublic boolean isId()
PropertyDescriptortrue if the property is the document id, false otherwiseisId in interface PropertyDescriptortrue if the property is the document id, false otherwiseDocumentIdpublic Set<FieldDescriptor> getIndexedFields()
getIndexedFields in interface FieldContributorFieldDescriptors for the fields contributed by this elementCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved