Package | Description |
---|---|
org.hibernate.search.metadata | |
org.hibernate.search.metadata.impl |
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
IndexedTypeDescriptor.getIndexedField(String fieldName)
Retrieves the field descriptor for a given field name.
|
Modifier and Type | Method and Description |
---|---|
Set<FieldDescriptor> |
IndexedTypeDescriptor.getFieldsForProperty(String propertyName)
Returns the set of index descriptors for the indexed field generated by the property with the given name.
|
Set<FieldDescriptor> |
FieldContributor.getIndexedFields() |
Modifier and Type | Class and Description |
---|---|
class |
FieldDescriptorImpl |
class |
NumericFieldDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
IndexedTypeDescriptorForUnindexedType.getIndexedField(String fieldName) |
FieldDescriptor |
IndexedTypeDescriptorImpl.getIndexedField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Set<FieldDescriptor> |
IndexedTypeDescriptorForUnindexedType.getFieldsForProperty(String propertyName) |
Set<FieldDescriptor> |
IndexedTypeDescriptorImpl.getFieldsForProperty(String propertyName) |
Set<FieldDescriptor> |
IndexedTypeDescriptorForUnindexedType.getIndexedFields() |
Set<FieldDescriptor> |
PropertyDescriptorImpl.getIndexedFields() |
Set<FieldDescriptor> |
IndexedTypeDescriptorImpl.getIndexedFields() |
Constructor and Description |
---|
PropertyDescriptorImpl(String name,
boolean id,
Set<FieldDescriptor> fieldDescriptors) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved