| Package | Description |
|---|---|
| org.hibernate.search.metadata |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor |
IndexedTypeDescriptor.getProperty(String propertyName)
Deprecated.
Support for retrieving information about indexed properties will be removed in Hibernate Search 6.
Only information about index fields will be exposed.
To retrieve a particular index fields, use
IndexedTypeDescriptor.getIndexedField(String) instead. |
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyDescriptor> |
IndexedTypeDescriptor.getIndexedProperties()
Deprecated.
Support for retrieving information about indexed properties will be removed in Hibernate Search 6.
Only information about index fields will be exposed.
To retrieve a list of index fields, use
FieldContributor.getIndexedFields() instead. |
Copyright © 2006-2023 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.