| 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 |
IndexedTypeDescriptorImpl.getIndexedField(String fieldName) |
FieldDescriptor |
IndexedTypeDescriptorForUnindexedType.getIndexedField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
Set<FieldDescriptor> |
IndexedTypeDescriptorImpl.getFieldsForProperty(String propertyName) |
Set<FieldDescriptor> |
IndexedTypeDescriptorForUnindexedType.getFieldsForProperty(String propertyName) |
Set<FieldDescriptor> |
IndexedTypeDescriptorImpl.getIndexedFields() |
Set<FieldDescriptor> |
IndexedTypeDescriptorForUnindexedType.getIndexedFields() |
Set<FieldDescriptor> |
PropertyDescriptorImpl.getIndexedFields() |
| Constructor and Description |
|---|
PropertyDescriptorImpl(String name,
boolean id,
Set<FieldDescriptor> fieldDescriptors) |
Copyright © 2006–2015 Hibernate. All rights reserved.