| Package | Description |
|---|---|
| org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
| org.hibernate.search.query.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
SortableFieldMetadata |
SortableFieldMetadata.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<SortableFieldMetadata> |
TypeMetadata.getClassBridgeSortableFieldMetadata() |
Set<SortableFieldMetadata> |
PropertyMetadata.getSortableFieldMetadata()
Accessor to the metadata of the sortable fields.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMetadata.Builder |
PropertyMetadata.Builder.addSortableField(SortableFieldMetadata sortableField) |
| Modifier and Type | Method and Description |
|---|---|
SortConfigurations.Builder |
SortConfigurations.Builder.addSortableField(SortableFieldMetadata sortableFieldMetadata) |
| Modifier and Type | Method and Description |
|---|---|
SortConfigurations.Builder |
SortConfigurations.Builder.addSortableFields(Collection<SortableFieldMetadata> sortableFieldMetadata) |
| Constructor and Description |
|---|
SortConfiguration(String indexName,
Map<Class<?>,List<SortableFieldMetadata>> sortableFieldsByType) |
Copyright © 2006–2017 Hibernate. All rights reserved.